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 86

Based on 1 normalized pattern(s):

this source code is public free you can distribute it and or modify
it under terms of the gnu general public license published by the
free software foundation either version two of this license or any
later version

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-or-later

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

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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
2ff54cf3 7371efe1

+1 -5
+1 -5
drivers/net/ethernet/hp/hp100.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * hp100.h: Hewlett Packard HP10/100VG ANY LAN ethernet driver for Linux. 3 4 * ··· 8 7 * Siegfried Loeffler <floeff@tunix.mathematik.uni-stuttgart.de> 9 8 * 10 9 * This driver is based on the 'hpfepkt' crynwr packet driver. 11 - * 12 - * This source/code is public free; you can distribute it and/or modify 13 - * it under terms of the GNU General Public License (published by the 14 - * Free Software Foundation) either version two of this License, or any 15 - * later version. 16 10 */ 17 11 18 12 /****************************************************************************