diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2019-05-29 19:57:28 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-06-05 11:37:04 -0400 |
commit | 06776077412d6a068c7fc3ce43eab7912c27b77a (patch) | |
tree | d36aacbb6b404783daf9be166d01c60ab02f6493 | |
parent | aecd8454c0fa0f0a16c91bae9b92739b61676151 (diff) |
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>
-rw-r--r-- | drivers/hwmon/lm73.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/hwmon/lm73.c b/drivers/hwmon/lm73.c index d1d728aa31d2..1eeb9d7de2a0 100644 --- a/drivers/hwmon/lm73.c +++ b/drivers/hwmon/lm73.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * LM73 Sensor driver | 3 | * LM73 Sensor driver |
3 | * Based on LM75 | 4 | * Based on LM75 |
@@ -9,10 +10,6 @@ | |||
9 | * Adrien Demarez <adrien.demarez@bolloretelecom.eu> | 10 | * Adrien Demarez <adrien.demarez@bolloretelecom.eu> |
10 | * Jeremy Laine <jeremy.laine@bolloretelecom.eu> | 11 | * Jeremy Laine <jeremy.laine@bolloretelecom.eu> |
11 | * Chris Verges <kg4ysn@gmail.com> | 12 | * Chris Verges <kg4ysn@gmail.com> |
12 | * | ||
13 | * This software program is licensed subject to the GNU General Public License | ||
14 | * (GPL).Version 2,June 1991, available at | ||
15 | * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html | ||
16 | */ | 13 | */ |
17 | 14 | ||
18 | #include <linux/module.h> | 15 | #include <linux/module.h> |