forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
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>