kernel/drivers/input/misc/m68kspkr.c
.. .. @@ -1,17 +1,12 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * m68k beeper driver for Linux 3 4 * 4 5 * Copyright (c) 2002 Richard Zidlicky 5 6 * Copyright (c) 2002 Vojtech Pavlik 6 7 * Copyright (c) 1992 Orest Zborowski 7 - *8 8 */ 9 9 10 -/*11 - * This program is free software; you can redistribute it and/or modify it12 - * under the terms of the GNU General Public License version 2 as published by13 - * the Free Software Foundation14 - */15 10 16 11 #include <linux/kernel.h> 17 12 #include <linux/module.h>