hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/input/touchscreen/tsc2007_core.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * drivers/input/touchscreen/tsc2007.c
34 *
....@@ -14,10 +15,6 @@
1415 * Copyright (C) 2002 MontaVista Software
1516 * Copyright (C) 2004 Texas Instruments
1617 * Copyright (C) 2005 Dirk Behme
17
- *
18
- * This program is free software; you can redistribute it and/or modify
19
- * it under the terms of the GNU General Public License version 2 as
20
- * published by the Free Software Foundation.
2118 */
2219
2320 #include <linux/module.h>