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 210

Based on 1 normalized pattern(s):

this code is released under the gpl version 2

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Steve Winslow <swinslow@gmail.com>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Alexios Zavras <alexios.zavras@intel.com>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190528171438.985972314@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
d1d24ed4 59bd9ded

+4 -8
+1 -2
arch/mips/sni/eisa.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Virtual EISA root driver. 3 4 * Acts as a placeholder if we don't have a proper EISA bridge. 4 5 * 5 6 * (C) 2003 Marc Zyngier <maz@wild-wind.fr.eu.org> 6 7 * modified for SNI usage by Thomas Bogendoerfer 7 - * 8 - * This code is released under the GPL version 2. 9 8 */ 10 9 11 10 #include <linux/kernel.h>
+1 -2
drivers/eisa/eisa-bus.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * EISA bus support functions for sysfs. 3 4 * 4 5 * (C) 2002, 2003 Marc Zyngier <maz@wild-wind.fr.eu.org> 5 - * 6 - * This code is released under the GPL version 2. 7 6 */ 8 7 9 8 #include <linux/kernel.h>
+1 -2
drivers/eisa/pci_eisa.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Minimalist driver for a generic PCI-to-EISA bridge. 3 4 * 4 5 * (C) 2003 Marc Zyngier <maz@wild-wind.fr.eu.org> 5 - * 6 - * This code is released under the GPL version 2. 7 6 * 8 7 * Ivan Kokshaysky <ink@jurassic.park.msu.ru> : 9 8 * Generalisation from i82375 to PCI_CLASS_BRIDGE_EISA.
+1 -2
drivers/eisa/virtual_root.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Virtual EISA root driver. 3 4 * Acts as a placeholder if we don't have a proper EISA bridge. 4 5 * 5 6 * (C) 2003 Marc Zyngier <maz@wild-wind.fr.eu.org> 6 - * 7 - * This code is released under the GPL version 2. 8 7 */ 9 8 10 9 #include <linux/kernel.h>