aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2019-05-19 13:27:43 +0100
committerThomas Gleixner <tglx@linutronix.de>2019-06-04 10:03:52 +0200
commit742abb0bab2c8d727bdf0cae22a0a724aef0677c (patch)
treea0db13287c4c126882795b8a74cced51393e903b
parent7bac6db0369ef85b4753156a9bb9edc48a983b91 (diff)
downloadlinux-spdx-batch17.tar.gz
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 508batch17
Based on 1 normalized pattern(s): this program is free software you can redistribute it and or modify it under the terms of the modified gnu general public license delivered with the linux kernel source 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 find a copy of the gnu general public license in usr src linux copying extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 1 file(s). Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
-rw-r--r--arch/arm/kernel/fiqasm.S1
-rw-r--r--drivers/net/hamradio/scc.c12
2 files changed, 2 insertions, 11 deletions
diff --git a/arch/arm/kernel/fiqasm.S b/arch/arm/kernel/fiqasm.S
index 8dd26e1a9bd69..4905604ad992d 100644
--- a/arch/arm/kernel/fiqasm.S
+++ b/arch/arm/kernel/fiqasm.S
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
/*
* linux/arch/arm/kernel/fiqasm.S
*
diff --git a/drivers/net/hamradio/scc.c b/drivers/net/hamradio/scc.c
index 6c03932d8a6bc..0375b931453a2 100644
--- a/drivers/net/hamradio/scc.c
+++ b/drivers/net/hamradio/scc.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
#define RCS_ID "$Id: scc.c,v 1.75 1998/11/04 15:15:01 jreuter Exp jreuter $"
#define VERSION "3.0"
@@ -41,17 +42,6 @@
allowance/licence from the designer of the SCC Board and/or the
MODEM.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the (modified) GNU General Public License
- delivered with the Linux kernel source.
-
- 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 find a copy of the GNU General Public License in
- /usr/src/linux/COPYING;
********************************************************************