hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/input/misc/pcspkr.c
....@@ -1,16 +1,11 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * PC Speaker beeper driver for Linux
34 *
45 * Copyright (c) 2002 Vojtech Pavlik
56 * Copyright (c) 1992 Orest Zborowski
6
- *
77 */
88
9
-/*
10
- * This program is free software; you can redistribute it and/or modify it
11
- * under the terms of the GNU General Public License version 2 as published by
12
- * the Free Software Foundation
13
- */
149
1510 #include <linux/kernel.h>
1611 #include <linux/module.h>