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 309

Based on 2 normalized pattern(s):

it 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 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

this program is free software you can redistribute it and or modify
it under the terms and conditions of the gnu general public license
version 2 as published by the free software foundation this program
is distributed in the hope 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

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
f6cc69f1 dcc4086d

+11 -139
+1 -12
arch/mips/math-emu/dp_rint.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* IEEE754 floating point arithmetic 2 3 * double precision: common utilities 3 4 */ ··· 7 6 * Copyright (C) 1994-2000 Algorithmics Ltd. 8 7 * Copyright (C) 2017 Imagination Technologies, Ltd. 9 8 * Author: Aleksandar Markovic <aleksandar.markovic@imgtec.com> 10 - * 11 - * This program is free software; you can distribute it and/or modify it 12 - * under the terms of the GNU General Public License (Version 2) as 13 - * published by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope it will be useful, but WITHOUT 16 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 17 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 18 - * for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License along 21 - * with this program. 22 9 */ 23 10 24 11 #include "ieee754dp.h"
+1 -12
arch/mips/math-emu/sp_rint.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* IEEE754 floating point arithmetic 2 3 * single precision 3 4 */ ··· 7 6 * Copyright (C) 1994-2000 Algorithmics Ltd. 8 7 * Copyright (C) 2017 Imagination Technologies, Ltd. 9 8 * Author: Aleksandar Markovic <aleksandar.markovic@imgtec.com> 10 - * 11 - * This program is free software; you can distribute it and/or modify it 12 - * under the terms of the GNU General Public License (Version 2) as 13 - * published by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope it will be useful, but WITHOUT 16 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 17 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 18 - * for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License along 21 - * with this program. 22 9 */ 23 10 24 11 #include "ieee754sp.h"
+1 -12
drivers/iio/humidity/hid-sensor-humidity.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * HID Sensors Driver 3 4 * Copyright (c) 2017, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program. 16 5 */ 17 6 #include <linux/device.h> 18 7 #include <linux/hid-sensor-hub.h>
+1 -13
drivers/iio/light/hid-sensor-prox.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * HID Sensors Driver 3 4 * Copyright (c) 2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program. 16 - * 17 5 */ 18 6 #include <linux/device.h> 19 7 #include <linux/platform_device.h>
+1 -13
drivers/iio/orientation/hid-sensor-incl-3d.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * HID Sensors Driver 3 4 * Copyright (c) 2013, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc. 16 - * 17 5 */ 18 6 19 7 #include <linux/device.h>
+1 -13
drivers/iio/pressure/hid-sensor-press.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * HID Sensors Driver 3 4 * Copyright (c) 2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program. 16 - * 17 5 */ 18 6 #include <linux/device.h> 19 7 #include <linux/platform_device.h>
+1 -12
drivers/iio/temperature/hid-sensor-temperature.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * HID Sensors Driver 3 4 * Copyright (c) 2017, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program. 16 5 */ 17 6 #include <linux/device.h> 18 7 #include <linux/hid-sensor-hub.h>
+1 -13
drivers/powercap/intel_rapl.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel Running Average Power Limit (RAPL) Driver 3 4 * Copyright (c) 2013, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc. 16 - * 17 5 */ 18 6 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 19 7
+1 -13
drivers/powercap/powercap_sys.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Power capping class 3 4 * Copyright (c) 2013, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc. 16 - * 17 5 */ 18 6 19 7 #include <linux/module.h>
+1 -13
drivers/thermal/intel/x86_pkg_temp_thermal.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * x86_pkg_temp_thermal driver 3 4 * Copyright (c) 2013, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc. 16 - * 17 5 */ 18 6 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 19 7
+1 -13
include/linux/powercap.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * powercap.h: Data types and headers for sysfs power capping interface 3 4 * Copyright (c) 2013, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc. 16 - * 17 5 */ 18 6 19 7 #ifndef __POWERCAP_H__