aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/clock_cooling.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2019-05-29 10:17:59 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-06-05 11:36:37 -0400
commit8e8e69d67e5fad1a1edf97acebd649a6c8f1febd (patch)
tree5efe2cbd2cd1a2e6a5b516dcd225f6e8903300c9 /include/linux/clock_cooling.h
parent97fb5e8d9b57f10f294303c9a5d1bd033eded6bf (diff)
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285
Based on 1 normalized pattern(s): 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 this program is distributed in the hope that it will be useful but without any warranty without even the implied warranty of merchantability or fitness for a particular purpose see the gnu general public license for more details extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 100 file(s). Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Alexios Zavras <alexios.zavras@intel.com> Reviewed-by: Allison Randal <allison@lohutok.net> Cc: linux-spdx@vger.kernel.org Link: https://lkml.kernel.org/r/20190529141900.918357685@linutronix.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/clock_cooling.h')
-rw-r--r--include/linux/clock_cooling.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/include/linux/clock_cooling.h b/include/linux/clock_cooling.h
index 4d1019d56f7f..b5cebf766e02 100644
--- a/include/linux/clock_cooling.h
+++ b/include/linux/clock_cooling.h
@@ -1,3 +1,4 @@
1/* SPDX-License-Identifier: GPL-2.0-only */
1/* 2/*
2 * linux/include/linux/clock_cooling.h 3 * linux/include/linux/clock_cooling.h
3 * 4 *
@@ -9,15 +10,6 @@
9 * Highly based on cpu_cooling.c. 10 * Highly based on cpu_cooling.c.
10 * Copyright (C) 2012 Samsung Electronics Co., Ltd(http://www.samsung.com) 11 * Copyright (C) 2012 Samsung Electronics Co., Ltd(http://www.samsung.com)
11 * Copyright (C) 2012 Amit Daniel <amit.kachhap@linaro.org> 12 * Copyright (C) 2012 Amit Daniel <amit.kachhap@linaro.org>
12 *
13 * This program is free software; you can redistribute it and/or modify
14 * it under the terms of the GNU General Public License as published by
15 * the Free Software Foundation; version 2 of the License.
16 *
17 * This program is distributed in the hope that it will be useful, but
18 * WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20 * General Public License for more details.
21 */ 13 */
22 14
23#ifndef __CPU_COOLING_H__ 15#ifndef __CPU_COOLING_H__