diff options
-rw-r--r-- | sound/pci/azt3328.c | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/sound/pci/azt3328.c b/sound/pci/azt3328.c index 90348817f096..f92c9cbb955a 100644 --- a/sound/pci/azt3328.c +++ b/sound/pci/azt3328.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* azt3328.c - driver for Aztech AZF3328 based soundcards (e.g. PCI168). | 2 | /* azt3328.c - driver for Aztech AZF3328 based soundcards (e.g. PCI168). |
2 | * Copyright (C) 2002, 2005 - 2011 by Andreas Mohr <andi AT lisas.de> | 3 | * Copyright (C) 2002, 2005 - 2011 by Andreas Mohr <andi AT lisas.de> |
3 | * | 4 | * |
@@ -16,21 +17,6 @@ | |||
16 | * despite the high level of Internet ignorance - as usual :-P - | 17 | * despite the high level of Internet ignorance - as usual :-P - |
17 | * about very good support for this card - on Linux!) | 18 | * about very good support for this card - on Linux!) |
18 | * | 19 | * |
19 | * GPL LICENSE | ||
20 | * This program is free software; you can redistribute it and/or modify | ||
21 | * it under the terms of the GNU General Public License as published by | ||
22 | * the Free Software Foundation; either version 2 of the License, or | ||
23 | * (at your option) any later version. | ||
24 | * | ||
25 | * This program is distributed in the hope that it will be useful, | ||
26 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
27 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
28 | * GNU General Public License for more details. | ||
29 | |||
30 | * You should have received a copy of the GNU General Public License | ||
31 | * along with this program; if not, write to the Free Software | ||
32 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
33 | * | ||
34 | * NOTES | 20 | * NOTES |
35 | * Since Aztech does not provide any chipset documentation, | 21 | * Since Aztech does not provide any chipset documentation, |
36 | * even on repeated request to various addresses, | 22 | * even on repeated request to various addresses, |