diff options
author | Lukasz Luba <lukasz.luba@arm.com> | 2020-07-30 19:51:17 +0300 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2020-07-30 20:26:10 +0300 |
commit | 0de967f24e6c26fca3845e5a5970866ae59ac766 (patch) | |
tree | 25e2cc9ccd0a3fba81aac1861d632f9f917d86e5 /drivers/thermal/gov_power_allocator.c | |
parent | 09e91cdedaa5f736c398e6b0ca8ab76fd7a71afa (diff) | |
download | linux-0de967f24e6c26fca3845e5a5970866ae59ac766.tar.xz |
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 'drivers/thermal/gov_power_allocator.c')
-rw-r--r-- | drivers/thermal/gov_power_allocator.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/drivers/thermal/gov_power_allocator.c b/drivers/thermal/gov_power_allocator.c index 44636475b2a3..5cb518d8f156 100644 --- a/drivers/thermal/gov_power_allocator.c +++ b/drivers/thermal/gov_power_allocator.c @@ -1,16 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0 /* * A power allocator to manage temperature * * Copyright (C) 2014 ARM Ltd. * - * 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. */ #define pr_fmt(fmt) "Power allocator: " fmt |