hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/input/keyboard/ipaq-micro-keys.c
....@@ -1,13 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
2
- * This program is free software; you can redistribute it and/or modify
3
- * it under the terms of the GNU General Public License version 2 as
4
- * published by the Free Software Foundation.
53 *
64 * h3600 atmel micro companion support, key subdevice
75 * based on previous kernel 2.4 version
86 * Author : Alessandro Gardich <gremlin@gremlin.it>
97 * Author : Linus Walleij <linus.walleij@linaro.org>
10
- *
118 */
129 #include <linux/module.h>
1310 #include <linux/init.h>