]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 82
authorThomas Gleixner <tglx@linutronix.de>
Wed, 22 May 2019 07:51:28 +0000 (09:51 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 May 2019 15:37:52 +0000 (17:37 +0200)
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>
arch/x86/kernel/smp.c
arch/x86/kernel/smpboot.c
arch/x86/platform/uv/tlb_uv.c

index 04adc8d60aed82178caf3a099d66b497a6c11bcf..4693e2f3a03ec7003e0562380142e21fd6a18899 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  *     Intel SMP support routines.
  *
@@ -6,9 +7,6 @@
  *      (c) 2002,2003 Andi Kleen, SuSE Labs.
  *
  *     i386 and x86_64 integration by Glauber Costa <gcosta@redhat.com>
- *
- *     This code is released under the GNU General Public License version 2 or
- *     later.
  */
 
 #include <linux/init.h>
index 73e69aaaa11740fdcd8d9ed12805831a8369c8d4..362dd8953f480f7c234ab152153bd789a52224ec 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
  /*
  *     x86 SMP booting functions
  *
@@ -12,9 +13,6 @@
  *     Pentium Pro and Pentium-II/Xeon MP machines.
  *     Original development of Linux SMP code supported by Caldera.
  *
- *     This code is released under the GNU General Public License version 2 or
- *     later.
- *
  *     Fixes
  *             Felix Koop      :       NR_CPUS used properly
  *             Jose Renau      :       Handle single CPU case.
index 1297e185b8c8d7a5358aac9aeac4aecc1419433a..0c7dfec4acac8e55c6a418c5ea6b6269786b4a21 100644 (file)
@@ -1,10 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  *     SGI UltraViolet TLB flush routines.
  *
  *     (c) 2008-2014 Cliff Wickman <cpw@sgi.com>, SGI.
- *
- *     This code is released under the GNU General Public License version 2 or
- *     later.
  */
 #include <linux/seq_file.h>
 #include <linux/proc_fs.h>