Skip to content

Commit 9b44694

Browse files
takaswietiwai
authored andcommitted
ALSA: firewire: use 'GPL' string for module license contributed by Clemens Ladisch
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-3-o-takashi@sakamocchi.jp Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 81c2943 commit 9b44694

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

sound/firewire/dice/dice.c

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

1010
MODULE_DESCRIPTION("DICE driver");
1111
MODULE_AUTHOR("Clemens Ladisch <clemens@ladisch.de>");
12-
MODULE_LICENSE("GPL v2");
12+
MODULE_LICENSE("GPL");
1313

1414
#define OUI_WEISS 0x001c6a
1515
#define OUI_LOUD 0x000ff2

sound/firewire/isight.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ struct audio_payload {
7777

7878
MODULE_DESCRIPTION("iSight audio driver");
7979
MODULE_AUTHOR("Clemens Ladisch <clemens@ladisch.de>");
80-
MODULE_LICENSE("GPL v2");
80+
MODULE_LICENSE("GPL");
8181

8282
static struct fw_iso_packet audio_packet = {
8383
.payload_length = sizeof(struct audio_payload),

sound/firewire/lib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ EXPORT_SYMBOL(snd_fw_transaction);
6969

7070
MODULE_DESCRIPTION("FireWire audio helper functions");
7171
MODULE_AUTHOR("Clemens Ladisch <clemens@ladisch.de>");
72-
MODULE_LICENSE("GPL v2");
72+
MODULE_LICENSE("GPL");

sound/firewire/oxfw/oxfw.c

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

3333
MODULE_DESCRIPTION("Oxford Semiconductor FW970/971 driver");
3434
MODULE_AUTHOR("Clemens Ladisch <clemens@ladisch.de>");
35-
MODULE_LICENSE("GPL v2");
35+
MODULE_LICENSE("GPL");
3636
MODULE_ALIAS("snd-firewire-speakers");
3737
MODULE_ALIAS("snd-scs1x");
3838

0 commit comments

Comments
 (0)