hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
kernel/drivers/hid/hid-ortek.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * HID driver for various devices which are apparently based on the same chipset
34 * from certain vendor which produces chips that contain wrong LogicalMaximum
....@@ -13,10 +14,6 @@
1314 */
1415
1516 /*
16
- * This program is free software; you can redistribute it and/or modify it
17
- * under the terms of the GNU General Public License as published by the Free
18
- * Software Foundation; either version 2 of the License, or (at your option)
19
- * any later version.
2017 */
2118
2219 #include <linux/device.h>