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