diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2019-05-28 12:57:24 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-05-30 14:29:22 -0400 |
commit | 0376148f303c7e87ff3577dac7d76b93e3a5779a (patch) | |
tree | 97c2e1fbb3687b11ab6d628839f8cfa878620a63 /drivers/hwmon/ab8500.c | |
parent | 8fe76f5a53718b20514fbf6a4a0ce1d4b1b93618 (diff) |
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 197
Based on 1 normalized pattern(s):
license terms gnu general public license v2
extracted by the scancode license scanner the SPDX license identifier
GPL-2.0-only
has been chosen to replace the boilerplate/reference in 37 file(s).
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Steve Winslow <swinslow@gmail.com>
Reviewed-by: Alexios Zavras <alexios.zavras@intel.com>
Reviewed-by: Richard Fontana <rfontana@redhat.com>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190528170027.724130665@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hwmon/ab8500.c')
-rw-r--r-- | drivers/hwmon/ab8500.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/ab8500.c b/drivers/hwmon/ab8500.c index 8b6a4f4c8774..207f77f85a40 100644 --- a/drivers/hwmon/ab8500.c +++ b/drivers/hwmon/ab8500.c | |||
@@ -1,8 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) ST-Ericsson 2010 - 2013 | 3 | * Copyright (C) ST-Ericsson 2010 - 2013 |
3 | * Author: Martin Persson <martin.persson@stericsson.com> | 4 | * Author: Martin Persson <martin.persson@stericsson.com> |
4 | * Hongbo Zhang <hongbo.zhang@linaro.org> | 5 | * Hongbo Zhang <hongbo.zhang@linaro.org> |
5 | * License Terms: GNU General Public License v2 | ||
6 | * | 6 | * |
7 | * When the AB8500 thermal warning temperature is reached (threshold cannot | 7 | * When the AB8500 thermal warning temperature is reached (threshold cannot |
8 | * be changed by SW), an interrupt is set, and if no further action is taken | 8 | * be changed by SW), an interrupt is set, and if no further action is taken |