hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
kernel/drivers/input/mouse/amimouse.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Amiga mouse driver for Linux/m68k
34 *
....@@ -11,11 +12,6 @@
1112 * Russell King
1213 */
1314
14
-/*
15
- * This program is free software; you can redistribute it and/or modify it
16
- * under the terms of the GNU General Public License version 2 as published by
17
- * the Free Software Foundation
18
- */
1915
2016 #include <linux/module.h>
2117 #include <linux/init.h>