.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * thermal support for the cell processor |
---|
3 | 4 | * |
---|
.. | .. |
---|
29 | 30 | * (C) Copyright IBM Deutschland Entwicklung GmbH 2005 |
---|
30 | 31 | * |
---|
31 | 32 | * Author: Christian Krafft <krafft@de.ibm.com> |
---|
32 | | - * |
---|
33 | | - * This program is free software; you can redistribute it and/or modify |
---|
34 | | - * it under the terms of the GNU General Public License as published by |
---|
35 | | - * the Free Software Foundation; either version 2, or (at your option) |
---|
36 | | - * any later version. |
---|
37 | | - * |
---|
38 | | - * This program is distributed in the hope that it will be useful, |
---|
39 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
40 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
41 | | - * GNU General Public License for more details. |
---|
42 | | - * |
---|
43 | | - * You should have received a copy of the GNU General Public License |
---|
44 | | - * along with this program; if not, write to the Free Software |
---|
45 | | - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
---|
46 | 33 | */ |
---|
47 | 34 | |
---|
48 | 35 | #include <linux/module.h> |
---|