hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/sound/sound_core.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Sound core. This file is composed of two parts. sound_class
34 * which is common to both OSS and ALSA and OSS sound core which
....@@ -72,12 +73,6 @@
7273 * Author: Alan Cox <alan@lxorguk.ukuu.org.uk>
7374 *
7475 * Fixes:
75
- *
76
- *
77
- * This program is free software; you can redistribute it and/or
78
- * modify it under the terms of the GNU General Public License
79
- * as published by the Free Software Foundation; either version
80
- * 2 of the License, or (at your option) any later version.
8176 *
8277 * --------------------
8378 *