hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/input/touchscreen/dynapro.c
....@@ -1,17 +1,12 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Dynapro serial touchscreen driver
34 *
45 * Copyright (c) 2009 Tias Guns
56 * Based on the inexio driver (c) Vojtech Pavlik and Dan Streetman and
67 * Richard Lemon
7
- *
88 */
99
10
-/*
11
- * This program is free software; you can redistribute it and/or modify it
12
- * under the terms of the GNU General Public License version 2 as published by
13
- * the Free Software Foundation.
14
- */
1510
1611 /*
1712 * 2009/09/19 Tias Guns <tias@ulyssis.org>