diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2023-06-11 23:44:44 +0900 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2023-06-12 14:38:58 +0200 |
commit | 81c29435073355b8194986a2193d3e7b9d449225 (patch) | |
tree | 05f023e224765e0c52d8de313e6732f464c53209 /sound/firewire/tascam | |
parent | 15253079ca300160c92c9c0ee2541836463043f6 (diff) | |
download | linux-81c29435073355b8194986a2193d3e7b9d449225.tar.gz linux-81c29435073355b8194986a2193d3e7b9d449225.tar.bz2 linux-81c29435073355b8194986a2193d3e7b9d449225.zip |
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 bf7fbeeae6db ("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>
Diffstat (limited to 'sound/firewire/tascam')
-rw-r--r-- | sound/firewire/tascam/tascam.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/firewire/tascam/tascam.c b/sound/firewire/tascam/tascam.c index eb58d3fcf087..86880089de28 100644 --- a/sound/firewire/tascam/tascam.c +++ b/sound/firewire/tascam/tascam.c @@ -9,7 +9,7 @@ MODULE_DESCRIPTION("TASCAM FireWire series Driver"); MODULE_AUTHOR("Takashi Sakamoto <o-takashi@sakamocchi.jp>"); -MODULE_LICENSE("GPL v2"); +MODULE_LICENSE("GPL"); static const struct snd_tscm_spec model_specs[] = { { |