hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/input/touchscreen/hampshire.c
....@@ -1,16 +1,11 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Hampshire serial touchscreen driver
34 *
45 * Copyright (c) 2010 Adam Bennett
56 * Based on the dynapro driver (c) Tias Guns
6
- *
77 */
88
9
-/*
10
- * This program is free software; you can redistribute it and/or modify it
11
- * under the terms of the GNU General Public License version 2 as published by
12
- * the Free Software Foundation.
13
- */
149
1510 /*
1611 * 2010/04/08 Adam Bennett <abennett72@gmail.com>