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 300

Based on 1 normalized pattern(s):

this program is free software you can redistribute it and or modify
it under the terms of the gnu general public license 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 more details you
should have received a copy of the gnu general public license along
with this program see the file copying if not write to the free
software foundation 675 mass ave cambridge ma 02139 usa

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Alexios Zavras <alexios.zavras@intel.com>
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/20190529141902.366626771@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
432d4130 64d85cc9

+3 -40
+1 -14
drivers/ata/pata_sch.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * pata_sch.c - Intel SCH PATA controllers 3 4 * 4 5 * Copyright (c) 2008 Alek Du <alek.du@intel.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License 2 as published 8 - * by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; see the file COPYING. If not, write to 17 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 18 - * 19 6 */ 20 7 21 8 /*
+1 -13
drivers/gpio/gpio-it87.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * GPIO interface for IT87xx Super I/O chips 3 4 * ··· 8 7 * Based on it87_wdt.c by Oliver Schuster 9 8 * gpio-it8761e.c by Denis Turischev 10 9 * gpio-stmpe.c by Rabin Vincent 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License 2 as published 14 - * by the Free Software Foundation. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with this program; see the file COPYING. If not, write to 23 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 24 10 */ 25 11 26 12 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -13
include/linux/mfd/lpc_ich.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * linux/drivers/mfd/lpc_ich.h 3 4 * 4 5 * Copyright (c) 2012 Extreme Engineering Solution, Inc. 5 6 * Author: Aaron Sierra <asierra@xes-inc.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License 2 as published 9 - * by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; see the file COPYING. If not, write to 18 - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 19 7 */ 20 8 #ifndef LPC_ICH_H 21 9 #define LPC_ICH_H