forked from Minki/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>
This commit is contained in:
parent
59bd9ded4d
commit
d1d24ed481
@ -1,11 +1,10 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
/*
|
||||
* Virtual EISA root driver.
|
||||
* Acts as a placeholder if we don't have a proper EISA bridge.
|
||||
*
|
||||
* (C) 2003 Marc Zyngier <maz@wild-wind.fr.eu.org>
|
||||
* modified for SNI usage by Thomas Bogendoerfer
|
||||
*
|
||||
* This code is released under the GPL version 2.
|
||||
*/
|
||||
|
||||
#include <linux/kernel.h>
|
||||
|
@ -1,9 +1,8 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
/*
|
||||
* EISA bus support functions for sysfs.
|
||||
*
|
||||
* (C) 2002, 2003 Marc Zyngier <maz@wild-wind.fr.eu.org>
|
||||
*
|
||||
* This code is released under the GPL version 2.
|
||||
*/
|
||||
|
||||
#include <linux/kernel.h>
|
||||
|
@ -1,10 +1,9 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
/*
|
||||
* Minimalist driver for a generic PCI-to-EISA bridge.
|
||||
*
|
||||
* (C) 2003 Marc Zyngier <maz@wild-wind.fr.eu.org>
|
||||
*
|
||||
* This code is released under the GPL version 2.
|
||||
*
|
||||
* Ivan Kokshaysky <ink@jurassic.park.msu.ru> :
|
||||
* Generalisation from i82375 to PCI_CLASS_BRIDGE_EISA.
|
||||
*/
|
||||
|
@ -1,10 +1,9 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
/*
|
||||
* Virtual EISA root driver.
|
||||
* Acts as a placeholder if we don't have a proper EISA bridge.
|
||||
*
|
||||
* (C) 2003 Marc Zyngier <maz@wild-wind.fr.eu.org>
|
||||
*
|
||||
* This code is released under the GPL version 2.
|
||||
*/
|
||||
|
||||
#include <linux/kernel.h>
|
||||
|
Loading…
Reference in New Issue
Block a user