kernel/drivers/input/gameport/gameport.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * Generic gameport layer 3 4 * .. .. @@ -5,11 +6,6 @@ 5 6 * Copyright (c) 2005 Dmitry Torokhov 6 7 */ 7 8 8 -/*9 - * This program is free software; you can redistribute it and/or modify it10 - * under the terms of the GNU General Public License version 2 as published by11 - * the Free Software Foundation.12 - */13 9 14 10 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 15 11