hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/include/linux/devfreq_cooling.h
....@@ -1,17 +1,10 @@
1
+/* SPDX-License-Identifier: GPL-2.0 */
12 /*
23 * devfreq_cooling: Thermal cooling device implementation for devices using
34 * devfreq
45 *
56 * Copyright (C) 2014-2015 ARM Limited
67 *
7
- * This program is free software; you can redistribute it and/or modify
8
- * it under the terms of the GNU General Public License version 2 as
9
- * published by the Free Software Foundation.
10
- *
11
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
12
- * kind, whether express or implied; without even the implied warranty
13
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
- * GNU General Public License for more details.
158 */
169
1710 #ifndef __DEVFREQ_COOLING_H__