.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * Panasonic HotKey and LCD brightness control driver |
---|
3 | 4 | * (C) 2004 Hiroshi Miura <miura@da-cha.org> |
---|
.. | .. |
---|
7 | 8 | * (C) 2006-2008 Harald Welte <laforge@gnumonks.org> |
---|
8 | 9 | * |
---|
9 | 10 | * derived from toshiba_acpi.c, Copyright (C) 2002-2004 John Belmonte |
---|
10 | | - * |
---|
11 | | - * This program is free software; you can redistribute it and/or modify |
---|
12 | | - * it under the terms of the GNU General Public License version 2 as |
---|
13 | | - * publicshed by the Free Software Foundation. |
---|
14 | | - * |
---|
15 | | - * This program is distributed in the hope that it will be useful, |
---|
16 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
17 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
18 | | - * GNU General Public License for more details. |
---|
19 | | - * |
---|
20 | | - * You should have received a copy of the GNU General Public License |
---|
21 | | - * along with this program; if not, write to the Free Software |
---|
22 | | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
---|
23 | 11 | * |
---|
24 | 12 | *--------------------------------------------------------------------------- |
---|
25 | 13 | * |
---|
.. | .. |
---|
113 | 101 | * |
---|
114 | 102 | * Jul.17, 2004 Hiroshi Miura <miura@da-cha.org> |
---|
115 | 103 | * - v0.1 start from toshiba_acpi driver written by John Belmonte |
---|
116 | | - * |
---|
117 | 104 | */ |
---|
118 | 105 | |
---|
119 | 106 | #include <linux/kernel.h> |
---|