hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/drivers/hid/hid-nti.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * USB HID quirks support for Network Technologies, Inc. "USB-SUN" USB
34 * adapter for pre-USB Sun keyboards
....@@ -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>