kernel/drivers/input/touchscreen/dynapro.c
.. .. @@ -1,17 +1,12 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * Dynapro serial touchscreen driver 3 4 * 4 5 * Copyright (c) 2009 Tias Guns 5 6 * Based on the inexio driver (c) Vojtech Pavlik and Dan Streetman and 6 7 * Richard Lemon 7 - *8 8 */ 9 9 10 -/*11 - * This program is free software; you can redistribute it and/or modify it12 - * under the terms of the GNU General Public License version 2 as published by13 - * the Free Software Foundation.14 - */15 10 16 11 /* 17 12 * 2009/09/19 Tias Guns <tias@ulyssis.org>