From: Tedd Ho-Jeong An <tedd.an@xxxxxxxxx> This patch adds SPDX License Identifier. ------------------------------------- License COUNT ------------------------------------- GPL-2.0-or-later : 2 License: GPL-2.0-or-later btio/btio.h btio/btio.c --- btio/btio.c | 1 + btio/btio.h | 1 + 2 files changed, 2 insertions(+) diff --git a/btio/btio.c b/btio/btio.c index 844d6007f..42874e13c 100644 --- a/btio/btio.c +++ b/btio/btio.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * * BlueZ - Bluetooth protocol stack for Linux diff --git a/btio/btio.h b/btio/btio.h index 23e0ef72b..e15f52a7c 100644 --- a/btio/btio.h +++ b/btio/btio.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * * BlueZ - Bluetooth protocol stack for Linux -- 2.25.4