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 313

Based on 1 normalized pattern(s):

this software program is licensed subject to the gnu general public
license gpl version 2 june 1991 available at http www gnu org
licenses old licenses gpl 2 0 html

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Armijn Hemel <armijn@tjaldur.nl>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Alexios Zavras <alexios.zavras@intel.com>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190530000434.615718144@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
06776077 aecd8454

+1 -4
+1 -4
drivers/hwmon/lm73.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * LM73 Sensor driver 3 4 * Based on LM75 ··· 10 9 * Adrien Demarez <adrien.demarez@bolloretelecom.eu> 11 10 * Jeremy Laine <jeremy.laine@bolloretelecom.eu> 12 11 * Chris Verges <kg4ysn@gmail.com> 13 - * 14 - * This software program is licensed subject to the GNU General Public License 15 - * (GPL).Version 2,June 1991, available at 16 - * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 17 12 */ 18 13 19 14 #include <linux/module.h>