kernel/drivers/input/mouse/amimouse.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * Amiga mouse driver for Linux/m68k 3 4 * .. .. @@ -11,11 +12,6 @@ 11 12 * Russell King 12 13 */ 13 14 14 -/*15 - * This program is free software; you can redistribute it and/or modify it16 - * under the terms of the GNU General Public License version 2 as published by17 - * the Free Software Foundation18 - */19 15 20 16 #include <linux/module.h> 21 17 #include <linux/init.h>