hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/input/touchscreen/usbtouchscreen.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /******************************************************************************
23 * usbtouchscreen.c
34 * Driver for USB Touchscreens, supporting those devices:
....@@ -21,20 +22,6 @@
2122 *
2223 * Copyright (C) 2004-2007 by Daniel Ritz <daniel.ritz@gmx.ch>
2324 * Copyright (C) by Todd E. Johnson (mtouchusb.c)
24
- *
25
- * This program is free software; you can redistribute it and/or
26
- * modify it under the terms of the GNU General Public License as
27
- * published by the Free Software Foundation; either version 2 of the
28
- * License, or (at your option) any later version.
29
- *
30
- * This program is distributed in the hope that it will be useful, but
31
- * WITHOUT ANY WARRANTY; without even the implied warranty of
32
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
33
- * General Public License for more details.
34
- *
35
- * You should have received a copy of the GNU General Public License
36
- * along with this program; if not, write to the Free Software
37
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
3825 *
3926 * Driver is based on touchkitusb.c
4027 * - ITM parts are from itmtouch.c