aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/devfreq_cooling.h
diff options
context:
space:
mode:
authorLukasz Luba <lukasz.luba@arm.com>2020-07-30 17:51:17 +0100
committerDaniel Lezcano <daniel.lezcano@linaro.org>2020-07-30 19:26:10 +0200
commit0de967f24e6c26fca3845e5a5970866ae59ac766 (patch)
tree25e2cc9ccd0a3fba81aac1861d632f9f917d86e5 /include/linux/devfreq_cooling.h
parentMAINTAINERS: update entry to thermal governors file name prefixing (diff)
downloadlinux-dev-0de967f24e6c26fca3845e5a5970866ae59ac766.tar.xz
linux-dev-0de967f24e6c26fca3845e5a5970866ae59ac766.zip
thermal: Update power allocator and devfreq cooling to SPDX licensing
Update the license to the SPDX licensing format. Signed-off-by: Lukasz Luba <lukasz.luba@arm.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Link: https://lore.kernel.org/r/20200730165117.13998-1-lukasz.luba@arm.com
Diffstat (limited to 'include/linux/devfreq_cooling.h')
-rw-r--r--include/linux/devfreq_cooling.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/include/linux/devfreq_cooling.h b/include/linux/devfreq_cooling.h
index 79a6e37a1d6f..9df2dfca68dd 100644
--- a/include/linux/devfreq_cooling.h
+++ b/include/linux/devfreq_cooling.h
@@ -1,17 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0 */
/*
* devfreq_cooling: Thermal cooling device implementation for devices using
* devfreq
*
* Copyright (C) 2014-2015 ARM Limited
*
- * This program is free software; you can redistribute 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 "as is" WITHOUT ANY WARRANTY of any
- * kind, whether express or implied; without even the implied warranty
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
*/
#ifndef __DEVFREQ_COOLING_H__