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