kernel/drivers/hid/hid-penmount.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-or-later1 2 /* 2 3 * HID driver for PenMount touchscreens 3 4 * .. .. @@ -8,10 +9,6 @@ 8 9 */ 9 10 10 11 /* 11 - * This program is free software; you can redistribute it and/or modify it12 - * under the terms of the GNU General Public License as published by the Free13 - * Software Foundation; either version 2 of the License, or (at your option)14 - * any later version.15 12 */ 16 13 17 14 #include <linux/module.h>