kernel/drivers/input/touchscreen/tsc2007_core.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * drivers/input/touchscreen/tsc2007.c 3 4 * .. .. @@ -14,10 +15,6 @@ 14 15 * Copyright (C) 2002 MontaVista Software 15 16 * Copyright (C) 2004 Texas Instruments 16 17 * Copyright (C) 2005 Dirk Behme 17 - *18 - * This program is free software; you can redistribute it and/or modify19 - * it under the terms of the GNU General Public License version 2 as20 - * published by the Free Software Foundation.21 18 */ 22 19 23 20 #include <linux/module.h>