diff options
author | Lina Iyer <ilina@codeaurora.org> | 2018-05-07 20:52:29 +0300 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2018-05-30 09:46:17 +0300 |
commit | 7e3c03817feccdf2b26722993825dc09377908b4 (patch) | |
tree | 54428f0d04cbe9a2eea1d5677f8f711c7fbfeda9 /drivers/thermal/thermal_helpers.c | |
parent | e76a4386b2f57e187d617bef947feda9e84d422f (diff) | |
download | linux-7e3c03817feccdf2b26722993825dc09377908b4.tar.xz |
drivers: thermal: Update license to SPDX format
Update licences format for core thermal files.
Signed-off-by: Lina Iyer <ilina@codeaurora.org>
Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'drivers/thermal/thermal_helpers.c')
-rw-r--r-- | drivers/thermal/thermal_helpers.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/thermal/thermal_helpers.c b/drivers/thermal/thermal_helpers.c index eb03d7e099bb..2ba756af76b7 100644 --- a/drivers/thermal/thermal_helpers.c +++ b/drivers/thermal/thermal_helpers.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * thermal_helpers.c - helper functions to handle thermal devices * @@ -7,10 +8,6 @@ * Copyright (C) 2008 Intel Corp * Copyright (C) 2008 Zhang Rui <rui.zhang@intel.com> * Copyright (C) 2008 Sujith Thomas <sujith.thomas@intel.com> - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |