hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/input/misc/m68kspkr.c
....@@ -1,17 +1,12 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * m68k beeper driver for Linux
34 *
45 * Copyright (c) 2002 Richard Zidlicky
56 * Copyright (c) 2002 Vojtech Pavlik
67 * Copyright (c) 1992 Orest Zborowski
7
- *
88 */
99
10
-/*
11
- * This program is free software; you can redistribute it and/or modify it
12
- * under the terms of the GNU General Public License version 2 as published by
13
- * the Free Software Foundation
14
- */
1510
1611 #include <linux/kernel.h>
1712 #include <linux/module.h>