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>
This commit is contained in:
parent
495e002226
commit
9ff554e9be
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
/*
|
/*
|
||||||
* Intel SMP support routines.
|
* Intel SMP support routines.
|
||||||
*
|
*
|
||||||
|
@ -6,9 +7,6 @@
|
||||||
* (c) 2002,2003 Andi Kleen, SuSE Labs.
|
* (c) 2002,2003 Andi Kleen, SuSE Labs.
|
||||||
*
|
*
|
||||||
* i386 and x86_64 integration by Glauber Costa <gcosta@redhat.com>
|
* 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>
|
#include <linux/init.h>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
/*
|
/*
|
||||||
* x86 SMP booting functions
|
* x86 SMP booting functions
|
||||||
*
|
*
|
||||||
|
@ -12,9 +13,6 @@
|
||||||
* Pentium Pro and Pentium-II/Xeon MP machines.
|
* Pentium Pro and Pentium-II/Xeon MP machines.
|
||||||
* Original development of Linux SMP code supported by Caldera.
|
* Original development of Linux SMP code supported by Caldera.
|
||||||
*
|
*
|
||||||
* This code is released under the GNU General Public License version 2 or
|
|
||||||
* later.
|
|
||||||
*
|
|
||||||
* Fixes
|
* Fixes
|
||||||
* Felix Koop : NR_CPUS used properly
|
* Felix Koop : NR_CPUS used properly
|
||||||
* Jose Renau : Handle single CPU case.
|
* Jose Renau : Handle single CPU case.
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
/*
|
/*
|
||||||
* SGI UltraViolet TLB flush routines.
|
* SGI UltraViolet TLB flush routines.
|
||||||
*
|
*
|
||||||
* (c) 2008-2014 Cliff Wickman <cpw@sgi.com>, SGI.
|
* (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/seq_file.h>
|
||||||
#include <linux/proc_fs.h>
|
#include <linux/proc_fs.h>
|
||||||
|
|
Loading…
Reference in New Issue