hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/platform/x86/fujitsu-tablet.c
....@@ -1,19 +1,7 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Copyright (C) 2006-2012 Robert Gerlach <khnz@gmx.de>
34 * Copyright (C) 2005-2006 Jan Rychter <jan@rychter.com>
4
- *
5
- * You can redistribute and/or modify this program under the terms of the
6
- * GNU General Public License version 2 as published by the Free Software
7
- * Foundation.
8
- *
9
- * This program is distributed in the hope that it will be useful, but
10
- * WITHOUT ANY WARRANTY; without even the implied warranty of
11
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
12
- * Public License for more details.
13
- *
14
- * You should have received a copy of the GNU General Public License along
15
- * with this program; if not, write to the Free Software Foundation, Inc.,
16
- * 59 Temple Place Suite 330, Boston, MA 02111-1307, USA.
175 */
186
197 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt