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 v2 06/17] gdbus: Add SPDX License Identifier
Date: Sat, 12 Sep 2020 20:33:30 -0700	[thread overview]
Message-ID: <20200913033341.4639-7-tedd.an@linux.intel.com> (raw)
In-Reply-To: <20200913033341.4639-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     :      6

License: GPL-2.0-or-later
   gdbus/mainloop.c
   gdbus/object.c
   gdbus/polkit.c
   gdbus/client.c
   gdbus/watch.c
   gdbus/gdbus.h
---
 gdbus/client.c   | 1 +
 gdbus/gdbus.h    | 1 +
 gdbus/mainloop.c | 1 +
 gdbus/object.c   | 1 +
 gdbus/polkit.c   | 1 +
 gdbus/watch.c    | 1 +
 6 files changed, 6 insertions(+)

diff --git a/gdbus/client.c b/gdbus/client.c
index 86e1c7693..6caa2143d 100644
--- a/gdbus/client.c
+++ b/gdbus/client.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  *
  *  D-Bus helper library
diff --git a/gdbus/gdbus.h b/gdbus/gdbus.h
index 1a601c591..60e3e8bb5 100644
--- a/gdbus/gdbus.h
+++ b/gdbus/gdbus.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 /*
  *
  *  D-Bus helper library
diff --git a/gdbus/mainloop.c b/gdbus/mainloop.c
index b90a8447c..e39eeb117 100644
--- a/gdbus/mainloop.c
+++ b/gdbus/mainloop.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  *
  *  D-Bus helper library
diff --git a/gdbus/object.c b/gdbus/object.c
index 49b578087..80ac8d7a7 100644
--- a/gdbus/object.c
+++ b/gdbus/object.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  *
  *  D-Bus helper library
diff --git a/gdbus/polkit.c b/gdbus/polkit.c
index 9e95fa384..e66a50c2f 100644
--- a/gdbus/polkit.c
+++ b/gdbus/polkit.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  *
  *  D-Bus helper library
diff --git a/gdbus/watch.c b/gdbus/watch.c
index 447e48671..83e8bd8be 100644
--- a/gdbus/watch.c
+++ b/gdbus/watch.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  *
  *  D-Bus helper library
-- 
2.17.1


  parent reply	other threads:[~2020-09-13  3:39 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20200913033341.4639-1-tedd.an@linux.intel.com>
2020-09-13  3:33 ` [BlueZ v2 03/17] btio: Add SPDX License Identifier tedd.an
2020-09-13  3:33 ` tedd.an [this message]
2020-09-13  3:33 ` [BlueZ v2 11/17] obexd: " tedd.an
2020-09-13  3:33 ` [BlueZ v2 13/17] plugins: " tedd.an
2020-09-13  3:33 ` [BlueZ v2 14/17] profiles: " tedd.an
2020-09-13  3:33 ` [BlueZ v2 15/17] unit: " tedd.an
2020-09-13  3:33 ` [BlueZ v2 16/17] src: " tedd.an
2020-09-13  3:33 ` [BlueZ v2 17/17] tools: " tedd.an

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=20200913033341.4639-7-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.