kernel/drivers/input/touchscreen/touchit213.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * Sahara TouchIT-213 serial touchscreen driver 3 4 * .. .. @@ -9,11 +10,6 @@ 9 10 * and Dan Streetman <ddstreet@ieee.org> 10 11 */ 11 12 12 -/*13 - * This program is free software; you can redistribute it and/or modify it14 - * under the terms of the GNU General Public License version 2 as published15 - * by the Free Software Foundation.16 - */17 13 18 14 #include <linux/errno.h> 19 15 #include <linux/kernel.h>