hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/input/touchscreen/ucb1400_ts.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Philips UCB1400 touchscreen driver
34 *
....@@ -8,10 +9,6 @@
89 * Spliting done by: Marek Vasut <marek.vasut@gmail.com>
910 * If something doesn't work and it worked before spliting, e-mail me,
1011 * dont bother Nicolas please ;-)
11
- *
12
- * This program is free software; you can redistribute it and/or modify
13
- * it under the terms of the GNU General Public License version 2 as
14
- * published by the Free Software Foundation.
1512 *
1613 * This code is heavily based on ucb1x00-*.c copyrighted by Russell King
1714 * covering the UCB1100, UCB1200 and UCB1300.. Support for the UCB1400 has