diff options
Diffstat (limited to 'drivers/input/touchscreen/inexio.c')
-rw-r--r-- | drivers/input/touchscreen/inexio.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/input/touchscreen/inexio.c b/drivers/input/touchscreen/inexio.c index 13bd0bf580a7..1d7e4c3966ce 100644 --- a/drivers/input/touchscreen/inexio.c +++ b/drivers/input/touchscreen/inexio.c | |||
@@ -1,16 +1,11 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * iNexio serial touchscreen driver | 3 | * iNexio serial touchscreen driver |
3 | * | 4 | * |
4 | * Copyright (c) 2008 Richard Lemon | 5 | * Copyright (c) 2008 Richard Lemon |
5 | * Based on the mtouch driver (c) Vojtech Pavlik and Dan Streetman | 6 | * Based on the mtouch driver (c) Vojtech Pavlik and Dan Streetman |
6 | * | ||
7 | */ | 7 | */ |
8 | 8 | ||
9 | /* | ||
10 | * This program is free software; you can redistribute it and/or modify it | ||
11 | * under the terms of the GNU General Public License version 2 as published by | ||
12 | * the Free Software Foundation. | ||
13 | */ | ||
14 | 9 | ||
15 | /* | 10 | /* |
16 | * 2008/06/19 Richard Lemon <richard@codelemon.com> | 11 | * 2008/06/19 Richard Lemon <richard@codelemon.com> |