kernel/drivers/input/touchscreen/hampshire.c
.. .. @@ -1,16 +1,11 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * Hampshire serial touchscreen driver 3 4 * 4 5 * Copyright (c) 2010 Adam Bennett 5 6 * Based on the dynapro driver (c) Tias Guns 6 - *7 7 */ 8 8 9 -/*10 - * This program is free software; you can redistribute it and/or modify it11 - * under the terms of the GNU General Public License version 2 as published by12 - * the Free Software Foundation.13 - */14 9 15 10 /* 16 11 * 2010/04/08 Adam Bennett <abennett72@gmail.com>