hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/sound/pci/asihpi/hpidspcd.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /***********************************************************************
23
34 AudioScience HPI driver
....@@ -5,18 +6,6 @@
56
67 Copyright (C) 1997-2014 AudioScience Inc. <support@audioscience.com>
78
8
- This program is free software; you can redistribute it and/or modify
9
- it under the terms of version 2 of the GNU General Public License as
10
- published by the Free Software Foundation;
11
-
12
- This program is distributed in the hope that it will be useful,
13
- but WITHOUT ANY WARRANTY; without even the implied warranty of
14
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
- GNU General Public License for more details.
16
-
17
- You should have received a copy of the GNU General Public License
18
- along with this program; if not, write to the Free Software
19
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
209
2110 ***********************************************************************/
2211 #define SOURCEFILE_NAME "hpidspcd.c"