ALSA: isa: Add SPDX id lines to some files
authorTim Bird <tim.bird@sony.com>
Thu, 12 Feb 2026 19:59:05 +0000 (12:59 -0700)
committerTakashi Iwai <tiwai@suse.de>
Wed, 18 Feb 2026 07:56:47 +0000 (08:56 +0100)
Add SPDX-License-Identifier lines to several files where
they are missing, mostly in the sound/isa subdir.
Use GPL-2.0 as the id.

[ note: the same change applied to sound/hda/core/trace.c, too -- tiwai ]

Signed-off-by: Tim Bird <tim.bird@sony.com>
Link: https://patch.msgid.link/20260212195905.3726149-1-tim.bird@sony.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/core/trace.c
sound/isa/gus/interwave-stb.c
sound/isa/msnd/msnd_classic.c
sound/isa/opti9xx/opti92x-cs4231.c
sound/isa/opti9xx/opti93x.c
sound/isa/sb/jazz16.c
sound/isa/sb/sbawe.c

index ca2d6bd..c18759c 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * tracepoint definitions for HD-audio core drivers
  */
index dbe4f48..9b3468c 100644 (file)
@@ -1,2 +1,3 @@
+// SPDX-License-Identifier: GPL-2.0
 #define SNDRV_STB
 #include "interwave.c"
index 3b23a09..9c37c9f 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 /* The work is in msnd_pinnacle.c, just define MSND_CLASSIC before it. */
 #define MSND_CLASSIC
 #include "msnd_pinnacle.c"
index b17ab19..e27dc90 100644 (file)
@@ -1,2 +1,3 @@
+// SPDX-License-Identifier: GPL-2.0
 #define CS4231
 #include "opti92x-ad1848.c"
index bad9da5..cd1fa46 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 #define OPTi93X
 #include "opti92x-ad1848.c"
 
index 69d9bfb..3f2a5c4 100644 (file)
@@ -1,14 +1,9 @@
-
+// SPDX-License-Identifier: GPL-2.0
 /*
  * jazz16.c - driver for Media Vision Jazz16 based soundcards.
  * Copyright (C) 2009 Krzysztof Helt <krzysztof.h1@wp.pl>
  * Based on patches posted by Rask Ingemann Lambertsen and Rene Herman.
  * Based on OSS Sound Blaster driver.
- *
- * This file is subject to the terms and conditions of the GNU General Public
- * License.  See the file COPYING in the main directory of this archive for
- * more details.
- *
  */
 
 #include <linux/init.h>
index 2ec52a3..1e00a6b 100644 (file)
@@ -1,2 +1,3 @@
+// SPDX-License-Identifier: GPL-2.0
 #define SNDRV_SBAWE
 #include "sb16.c"