.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * pid.c PID controller for testing cooling devices |
---|
3 | 4 | * |
---|
4 | | - * |
---|
5 | | - * |
---|
6 | 5 | * Copyright (C) 2012 Intel Corporation. All rights reserved. |
---|
7 | 6 | * |
---|
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 | | - * |
---|
17 | 7 | * Author Name Jacob Pan <jacob.jun.pan@linux.intel.com> |
---|
18 | | - * |
---|
19 | 8 | */ |
---|
20 | 9 | |
---|
21 | 10 | #include <unistd.h> |
---|