.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /****************************************************************************** |
---|
2 | 3 | * usbtouchscreen.c |
---|
3 | 4 | * Driver for USB Touchscreens, supporting those devices: |
---|
.. | .. |
---|
21 | 22 | * |
---|
22 | 23 | * Copyright (C) 2004-2007 by Daniel Ritz <daniel.ritz@gmx.ch> |
---|
23 | 24 | * 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. |
---|
38 | 25 | * |
---|
39 | 26 | * Driver is based on touchkitusb.c |
---|
40 | 27 | * - ITM parts are from itmtouch.c |
---|