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 271

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 v2 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 if not write to the free software foundation inc
51 franklin street fifth floor boston ma 02110 1301 usa

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: Allison Randal <allison@lohutok.net>
Reviewed-by: Richard Fontana <rfontana@redhat.com>
Reviewed-by: Alexios Zavras <alexios.zavras@intel.com>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190529141334.424952652@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
21eb0be9 16da78b7

+4 -52
+1 -13
drivers/hwmon/applesmc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * drivers/hwmon/applesmc.c - driver for Apple's SMC (accelerometer, temperature 3 4 * sensors, fan control, keyboard backlight control) used in Intel-based Apple ··· 13 12 * 14 13 * Fan control based on smcFanControl: 15 14 * Copyright (C) 2006 Hendrik Holtmann <holtmann@mac.com> 16 - * 17 - * This program is free software; you can redistribute it and/or modify it 18 - * under the terms of the GNU General Public License v2 as published by the 19 - * Free Software Foundation. 20 - * 21 - * This program is distributed in the hope that it will be useful, but WITHOUT 22 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 23 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 24 - * more details. 25 - * 26 - * You should have received a copy of the GNU General Public License along with 27 - * this program; if not, write to the Free Software Foundation, Inc., 28 - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 29 15 */ 30 16 31 17 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -13
drivers/hwmon/wm831x-hwmon.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * drivers/hwmon/wm831x-hwmon.c - Wolfson Microelectronics WM831x PMIC 3 4 * hardware monitoring features. 4 5 * 5 6 * Copyright (C) 2009 Wolfson Microelectronics plc 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms of the GNU General Public License v2 as published by the 9 - * Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along with 17 - * this program; if not, write to the Free Software Foundation, Inc., 18 - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 19 7 */ 20 8 21 9 #include <linux/kernel.h>
+1 -13
drivers/hwmon/wm8350-hwmon.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * drivers/hwmon/wm8350-hwmon.c - Wolfson Microelectronics WM8350 PMIC 3 4 * hardware monitoring features. 4 5 * 5 6 * Copyright (C) 2009 Wolfson Microelectronics plc 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms of the GNU General Public License v2 as published by the 9 - * Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along with 17 - * this program; if not, write to the Free Software Foundation, Inc., 18 - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 19 7 */ 20 8 21 9 #include <linux/kernel.h>
+1 -13
drivers/platform/x86/hdaps.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * hdaps.c - driver for IBM's Hard Drive Active Protection System 3 4 * ··· 12 11 * This driver is based on the document by Mark A. Smith available at 13 12 * http://www.almaden.ibm.com/cs/people/marksmith/tpaps.html and a lot of trial 14 13 * and error. 15 - * 16 - * This program is free software; you can redistribute it and/or modify it 17 - * under the terms of the GNU General Public License v2 as published by the 18 - * Free Software Foundation. 19 - * 20 - * This program is distributed in the hope that it will be useful, but WITHOUT 21 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 22 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 23 - * more details. 24 - * 25 - * You should have received a copy of the GNU General Public License along with 26 - * this program; if not, write to the Free Software Foundation, Inc., 27 - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 28 14 */ 29 15 30 16 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt