Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 388

Based on 1 normalized pattern(s):

this program is free software you may redistribute and or modify it
under the terms of the gnu general public license version 2 as
published by the free software foundation this program is
distributed in the hope that it will be useful but without any
warranty without even the implied warranty of merchantability or
fitness for a particular purpose see the gnu general public license
for complete details

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

has been chosen to replace the boilerplate/reference in 2 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>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190531081037.747331493@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
58751759 28ad9e6d

+2 -16
+1 -8
drivers/scsi/BusLogic.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 2 3 /* 3 4 ··· 6 5 7 6 Copyright 1995-1998 by Leonard N. Zubkoff <lnz@dandelion.com> 8 7 9 - This program is free software; you may redistribute and/or modify it under 10 - the terms of the GNU General Public License Version 2 as published by the 11 - Free Software Foundation. 12 - 13 - This program is distributed in the hope that it will be useful, but 14 - WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY 15 - or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 16 - for complete details. 17 8 18 9 The author respectfully requests that any modifications to this software be 19 10 sent directly to him for evaluation and testing.
+1 -8
drivers/scsi/BusLogic.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 3 4 Linux Driver for BusLogic MultiMaster and FlashPoint SCSI Host Adapters 4 5 5 6 Copyright 1995-1998 by Leonard N. Zubkoff <lnz@dandelion.com> 6 7 7 - This program is free software; you may redistribute and/or modify it under 8 - the terms of the GNU General Public License Version 2 as published by the 9 - Free Software Foundation. 10 - 11 - This program is distributed in the hope that it will be useful, but 12 - WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY 13 - or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 14 - for complete details. 15 8 16 9 The author respectfully requests that any modifications to this software be 17 10 sent directly to him for evaluation and testing.