forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-16 50a212ec906f7524620675f0c57357691c26c81f
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>