hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/sound/pci/emu10k1/p16v.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * Copyright (c) by James Courtier-Dutton <James@superbug.demon.co.uk>
34 * Driver p16v chips
....@@ -40,7 +41,6 @@
4041 * 0.21
4142 * Split from p16v.c
4243 *
43
- *
4444 * BUGS:
4545 * Some stability problems when unloading the snd-p16v kernel module.
4646 * --
....@@ -61,21 +61,6 @@
6161 *
6262 * This code was initially based on code from ALSA's emu10k1x.c which is:
6363 * Copyright (c) by Francisco Moraes <fmoraes@nc.rr.com>
64
- *
65
- * This program is free software; you can redistribute it and/or modify
66
- * it under the terms of the GNU General Public License as published by
67
- * the Free Software Foundation; either version 2 of the License, or
68
- * (at your option) any later version.
69
- *
70
- * This program is distributed in the hope that it will be useful,
71
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
72
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
73
- * GNU General Public License for more details.
74
- *
75
- * You should have received a copy of the GNU General Public License
76
- * along with this program; if not, write to the Free Software
77
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
78
- *
7964 */
8065
8166 /********************************************************************************************************/