hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/platform/x86/panasonic-laptop.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Panasonic HotKey and LCD brightness control driver
34 * (C) 2004 Hiroshi Miura <miura@da-cha.org>
....@@ -7,19 +8,6 @@
78 * (C) 2006-2008 Harald Welte <laforge@gnumonks.org>
89 *
910 * 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
2311 *
2412 *---------------------------------------------------------------------------
2513 *
....@@ -113,7 +101,6 @@
113101 *
114102 * Jul.17, 2004 Hiroshi Miura <miura@da-cha.org>
115103 * - v0.1 start from toshiba_acpi driver written by John Belmonte
116
- *
117104 */
118105
119106 #include <linux/kernel.h>