hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/input/touchscreen/touchit213.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Sahara TouchIT-213 serial touchscreen driver
34 *
....@@ -9,11 +10,6 @@
910 * and Dan Streetman <ddstreet@ieee.org>
1011 */
1112
12
-/*
13
- * This program is free software; you can redistribute it and/or modify it
14
- * under the terms of the GNU General Public License version 2 as published
15
- * by the Free Software Foundation.
16
- */
1713
1814 #include <linux/errno.h>
1915 #include <linux/kernel.h>