kernel/drivers/hid/hid-twinhan.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * HID driver for TwinHan IR remote control 3 4 * .. .. @@ -7,9 +8,6 @@ 7 8 */ 8 9 9 10 /* 10 - * This program is free software; you can redistribute it and/or modify it11 - * under the terms of the GNU General Public License as published by the Free12 - * Software Foundation; either version 2 of the License.13 11 */ 14 12 15 13 #include <linux/device.h>