All of lore.kernel.org
 help / color / mirror / Atom feed
From: tedd.an@linux.intel.com
To: linux-bluetooth@vger.kernel.org
Cc: Tedd Ho-Jeong An <tedd.an@intel.com>
Subject: [BlueZ 04/17] client: Add SPDX License Identifer
Date: Fri, 11 Sep 2020 23:23:44 -0700	[thread overview]
Message-ID: <20200912062357.23926-5-tedd.an@linux.intel.com> (raw)
In-Reply-To: <20200912062357.23926-1-tedd.an@linux.intel.com>

From: Tedd Ho-Jeong An <tedd.an@intel.com>

This patch adds SPDX License Identifier.

-------------------------------------
       License            COUNT
-------------------------------------
 GPL-2.0-or-later     :      9

License: GPL-2.0-or-later
   client/advertising.h
   client/display.c
   client/main.c
   client/display.h
   client/agent.h
   client/gatt.c
   client/agent.c
   client/advertising.c
   client/gatt.h
---
 client/advertising.c | 1 +
 client/advertising.h | 1 +
 client/agent.c       | 1 +
 client/agent.h       | 1 +
 client/display.c     | 1 +
 client/display.h     | 1 +
 client/gatt.c        | 1 +
 client/gatt.h        | 1 +
 client/main.c        | 1 +
 9 files changed, 9 insertions(+)

diff --git a/client/advertising.c b/client/advertising.c
index 1aa28e749..2bba5eca5 100644
--- a/client/advertising.c
+++ b/client/advertising.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  *
  *  BlueZ - Bluetooth protocol stack for Linux
diff --git a/client/advertising.h b/client/advertising.h
index 9967e657b..b2c7a1244 100644
--- a/client/advertising.h
+++ b/client/advertising.h
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  *
  *  BlueZ - Bluetooth protocol stack for Linux
diff --git a/client/agent.c b/client/agent.c
index 4def1b478..b1e36e5d1 100644
--- a/client/agent.c
+++ b/client/agent.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  *
  *  BlueZ - Bluetooth protocol stack for Linux
diff --git a/client/agent.h b/client/agent.h
index 30f302cdc..3ee7526db 100644
--- a/client/agent.h
+++ b/client/agent.h
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  *
  *  BlueZ - Bluetooth protocol stack for Linux
diff --git a/client/display.c b/client/display.c
index 05613865b..f3d451ed8 100644
--- a/client/display.c
+++ b/client/display.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  *
  *  BlueZ - Bluetooth protocol stack for Linux
diff --git a/client/display.h b/client/display.h
index e991d191a..9e416e9f8 100644
--- a/client/display.h
+++ b/client/display.h
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  *
  *  BlueZ - Bluetooth protocol stack for Linux
diff --git a/client/gatt.c b/client/gatt.c
index e5bab6dd0..3552491d8 100644
--- a/client/gatt.c
+++ b/client/gatt.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  *
  *  BlueZ - Bluetooth protocol stack for Linux
diff --git a/client/gatt.h b/client/gatt.h
index 09ca618d3..da347e06d 100644
--- a/client/gatt.h
+++ b/client/gatt.h
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  *
  *  BlueZ - Bluetooth protocol stack for Linux
diff --git a/client/main.c b/client/main.c
index da877b546..abe0cf307 100644
--- a/client/main.c
+++ b/client/main.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  *
  *  BlueZ - Bluetooth protocol stack for Linux
-- 
2.25.4


  parent reply	other threads:[~2020-09-12  6:29 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20200912062357.23926-1-tedd.an@linux.intel.com>
2020-09-12  6:23 ` [BlueZ 03/17] btio: Add SPDX License Identifier tedd.an
2020-09-12  6:51   ` [BlueZ,03/17] " bluez.test.bot
2020-09-12  6:23 ` tedd.an [this message]
2020-09-12  6:51   ` [BlueZ,04/17] client: Add SPDX License Identifer bluez.test.bot
2020-09-12  6:23 ` [BlueZ 05/17] emulator: Add SPDX License Identifier tedd.an
2020-09-12  6:51   ` [BlueZ,05/17] " bluez.test.bot
2020-09-12  6:23 ` [BlueZ 11/17] obexd: Add SPDX License Identifer tedd.an
2020-09-12  6:51   ` [BlueZ,11/17] " bluez.test.bot
2020-09-12  6:23 ` [BlueZ 13/17] plugins: " tedd.an
2020-09-14 17:32   ` Luiz Augusto von Dentz
2020-09-14 20:26     ` An, Tedd

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200912062357.23926-5-tedd.an@linux.intel.com \
    --to=tedd.an@linux.intel.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=tedd.an@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.