hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/drivers/input/mouse/atarimouse.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Atari mouse driver for Linux/m68k
34 *
....@@ -7,7 +8,6 @@
78 * Amiga mouse driver for Linux/m68k
89 *
910 * Copyright (c) 2000-2002 Vojtech Pavlik
10
- *
1111 */
1212 /*
1313 * The low level init and interrupt stuff is handled in arch/mm68k/atari/atakeyb.c
....@@ -34,11 +34,6 @@
3434 */
3535
3636
37
-/*
38
- * This program is free software; you can redistribute it and/or modify it
39
- * under the terms of the GNU General Public License version 2 as published by
40
- * the Free Software Foundation
41
- */
4237
4338 #include <linux/module.h>
4439 #include <linux/init.h>