hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
kernel/tools/thermal/tmon/pid.c
....@@ -1,21 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * pid.c PID controller for testing cooling devices
34 *
4
- *
5
- *
65 * Copyright (C) 2012 Intel Corporation. All rights reserved.
76 *
8
- * This program is free software; you can redistribute it and/or
9
- * modify it under the terms of the GNU General Public License version
10
- * 2 or later as published by the Free Software Foundation.
11
- *
12
- * This program is distributed in the hope that it will be useful,
13
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
14
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
- * GNU General Public License for more details.
16
- *
177 * Author Name Jacob Pan <jacob.jun.pan@linux.intel.com>
18
- *
198 */
209
2110 #include <unistd.h>