Skip to content

Commit 81c2943

Browse files
takaswietiwai
authored andcommitted
ALSA: firewire: use 'GPL' string for module license contributed by Takashi Sakamoto
In MODULE_LICENSE macro, "GPL" string obsoletes "GPL v2" string by a commit bf7fbee ("module: Cure the MODULE_LICENSE "GPL" vs. "GPL v2" bogosity"). This commit uses the preferable expression. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Link: https://lore.kernel.org/r/20230611144445.221529-2-o-takashi@sakamocchi.jp Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 1525307 commit 81c2943

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

sound/firewire/bebob/bebob.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
MODULE_DESCRIPTION("BridgeCo BeBoB driver");
1717
MODULE_AUTHOR("Takashi Sakamoto <o-takashi@sakamocchi.jp>");
18-
MODULE_LICENSE("GPL v2");
18+
MODULE_LICENSE("GPL");
1919

2020
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
2121
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;

sound/firewire/digi00x/digi00x.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
MODULE_DESCRIPTION("Digidesign Digi 002/003 family Driver");
1111
MODULE_AUTHOR("Takashi Sakamoto <o-takashi@sakamocchi.jp>");
12-
MODULE_LICENSE("GPL v2");
12+
MODULE_LICENSE("GPL");
1313

1414
#define VENDOR_DIGIDESIGN 0x00a07e
1515
#define MODEL_CONSOLE 0x000001

sound/firewire/fireface/ff.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
MODULE_DESCRIPTION("RME Fireface series Driver");
1313
MODULE_AUTHOR("Takashi Sakamoto <o-takashi@sakamocchi.jp>");
14-
MODULE_LICENSE("GPL v2");
14+
MODULE_LICENSE("GPL");
1515

1616
static void name_card(struct snd_ff *ff)
1717
{

sound/firewire/fireworks/fireworks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
MODULE_DESCRIPTION("Echo Fireworks driver");
2020
MODULE_AUTHOR("Takashi Sakamoto <o-takashi@sakamocchi.jp>");
21-
MODULE_LICENSE("GPL v2");
21+
MODULE_LICENSE("GPL");
2222

2323
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
2424
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;

sound/firewire/motu/motu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
MODULE_DESCRIPTION("MOTU FireWire driver");
1313
MODULE_AUTHOR("Takashi Sakamoto <o-takashi@sakamocchi.jp>");
14-
MODULE_LICENSE("GPL v2");
14+
MODULE_LICENSE("GPL");
1515

1616
const unsigned int snd_motu_clock_rates[SND_MOTU_CLOCK_RATE_COUNT] = {
1717
/* mode 0 */

sound/firewire/tascam/tascam.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
MODULE_DESCRIPTION("TASCAM FireWire series Driver");
1111
MODULE_AUTHOR("Takashi Sakamoto <o-takashi@sakamocchi.jp>");
12-
MODULE_LICENSE("GPL v2");
12+
MODULE_LICENSE("GPL");
1313

1414
static const struct snd_tscm_spec model_specs[] = {
1515
{

0 commit comments

Comments
 (0)