From: tedd.an@linux.intel.com
To: linux-bluetooth@vger.kernel.org
Cc: Tedd Ho-Jeong An <tedd.an@intel.com>
Subject: [BlueZ V4 RESEND 03/20] btio: Add SPDX License Identifier
Date: Mon, 21 Sep 2020 12:00:23 -0700 [thread overview]
Message-ID: <20200921190040.45309-4-tedd.an@linux.intel.com> (raw)
In-Reply-To: <20200921190040.45309-1-tedd.an@linux.intel.com>
From: Tedd Ho-Jeong An <tedd.an@intel.com>
This patch adds SPDX License Identifier and removes the license text.
-------------------------------------
License COUNT
-------------------------------------
GPL-2.0-or-later : 2
License: GPL-2.0-or-later
btio/btio.h
btio/btio.c
---
btio/btio.c | 15 +--------------
btio/btio.h | 15 +--------------
2 files changed, 2 insertions(+), 28 deletions(-)
diff --git a/btio/btio.c b/btio/btio.c
index 844d6007f..c18b6a012 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
@@ -6,20 +7,6 @@
* Copyright (C) 2009-2010 Nokia Corporation
*
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
*/
#ifdef HAVE_CONFIG_H
diff --git a/btio/btio.h b/btio/btio.h
index 23e0ef72b..f0259cf1d 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
@@ -6,20 +7,6 @@
* Copyright (C) 2009-2010 Nokia Corporation
*
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- *
*/
#ifndef BT_IO_H
#define BT_IO_H
--
2.25.4
next prev parent reply other threads:[~2020-09-21 19:03 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-21 19:26 [BlueZ V4 RESEND 00/20] Add SPDX License Identifier tedd.an
2020-09-21 19:00 ` [BlueZ V4 RESEND 02/20] attrib: " tedd.an
2020-09-21 19:00 ` tedd.an [this message]
2020-09-21 19:00 ` [BlueZ V4 RESEND 04/20] client: " tedd.an
2020-09-21 19:00 ` [BlueZ V4 RESEND 05/20] emulator: " tedd.an
2020-09-21 19:00 ` [BlueZ V4 RESEND 07/20] gobex: " tedd.an
2020-09-21 19:00 ` [BlueZ V4 RESEND 08/20] lib: " tedd.an
2020-09-21 19:00 ` [BlueZ V4 RESEND 10/20] monitor: " tedd.an
2020-09-21 19:00 ` [BlueZ V4 RESEND 11/20] obexd: " tedd.an
2020-09-21 19:00 ` [BlueZ V4 RESEND 12/20] peripheral: " tedd.an
2020-09-21 19:00 ` [BlueZ V4 RESEND 13/20] plugins: " tedd.an
2020-09-21 19:00 ` [BlueZ V4 RESEND 14/20] profiles: " tedd.an
2020-09-21 19:00 ` [BlueZ V4 RESEND 15/20] unit: " tedd.an
2020-09-21 19:00 ` [BlueZ V4 RESEND 17/20] tools: " tedd.an
2020-09-21 19:00 ` [BlueZ V4 RESEND 18/20] build: " tedd.an
2020-09-21 19:35 ` [BlueZ V4 RESEND 06/20] gdbus: " tedd.an
2020-09-21 19:35 ` [BlueZ V4 RESEND 09/20] mesh: " tedd.an
2020-09-21 19:36 ` [BlueZ V4 RESEND 16/20] src: " tedd.an
2020-09-21 19:37 ` [BlueZ V4 RESEND 01/20] android: " tedd.an
2020-09-21 19:39 ` [BlueZ V4 RESEND 19/20] test: " tedd.an
2020-09-21 19:46 ` [BlueZ V4 RESEND 20/20] LICENSES: Add License files tedd.an
2020-09-21 23:32 ` [BlueZ V4 RESEND 00/20] Add SPDX License Identifier Luiz Augusto von Dentz
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=20200921190040.45309-4-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).