Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 82

Based on 1 normalized pattern(s):

this code is released under the gnu general public license version 2
or later

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-or-later

has been chosen to replace the boilerplate/reference in 3 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Richard Fontana <rfontana@redhat.com>
Reviewed-by: Armijn Hemel <armijn@tjaldur.nl>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190520075211.232210963@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
9ff554e9 495e0022

+3 -9
+1 -3
arch/x86/kernel/smp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Intel SMP support routines. 3 4 * ··· 7 6 * (c) 2002,2003 Andi Kleen, SuSE Labs. 8 7 * 9 8 * i386 and x86_64 integration by Glauber Costa <gcosta@redhat.com> 10 - * 11 - * This code is released under the GNU General Public License version 2 or 12 - * later. 13 9 */ 14 10 15 11 #include <linux/init.h>
+1 -3
arch/x86/kernel/smpboot.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * x86 SMP booting functions 3 4 * ··· 12 11 * Thanks to Intel for making available several different Pentium, 13 12 * Pentium Pro and Pentium-II/Xeon MP machines. 14 13 * Original development of Linux SMP code supported by Caldera. 15 - * 16 - * This code is released under the GNU General Public License version 2 or 17 - * later. 18 14 * 19 15 * Fixes 20 16 * Felix Koop : NR_CPUS used properly
+1 -3
arch/x86/platform/uv/tlb_uv.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * SGI UltraViolet TLB flush routines. 3 4 * 4 5 * (c) 2008-2014 Cliff Wickman <cpw@sgi.com>, SGI. 5 - * 6 - * This code is released under the GNU General Public License version 2 or 7 - * later. 8 6 */ 9 7 #include <linux/seq_file.h> 10 8 #include <linux/proc_fs.h>