Skip to content

Commit

Permalink
ALSA: firewire: use 'GPL' string for module license contributed by Ta…
Browse files Browse the repository at this point in the history
…kashi 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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
takaswie authored and tiwai committed Jun 12, 2023
1 parent 1525307 commit 81c2943
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion sound/firewire/bebob/bebob.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

MODULE_DESCRIPTION("BridgeCo BeBoB driver");
MODULE_AUTHOR("Takashi Sakamoto <[email protected]>");
MODULE_LICENSE("GPL v2");
MODULE_LICENSE("GPL");

static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;
Expand Down
2 changes: 1 addition & 1 deletion sound/firewire/digi00x/digi00x.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

MODULE_DESCRIPTION("Digidesign Digi 002/003 family Driver");
MODULE_AUTHOR("Takashi Sakamoto <[email protected]>");
MODULE_LICENSE("GPL v2");
MODULE_LICENSE("GPL");

#define VENDOR_DIGIDESIGN 0x00a07e
#define MODEL_CONSOLE 0x000001
Expand Down
2 changes: 1 addition & 1 deletion sound/firewire/fireface/ff.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

MODULE_DESCRIPTION("RME Fireface series Driver");
MODULE_AUTHOR("Takashi Sakamoto <[email protected]>");
MODULE_LICENSE("GPL v2");
MODULE_LICENSE("GPL");

static void name_card(struct snd_ff *ff)
{
Expand Down
2 changes: 1 addition & 1 deletion sound/firewire/fireworks/fireworks.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

MODULE_DESCRIPTION("Echo Fireworks driver");
MODULE_AUTHOR("Takashi Sakamoto <[email protected]>");
MODULE_LICENSE("GPL v2");
MODULE_LICENSE("GPL");

static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;
Expand Down
2 changes: 1 addition & 1 deletion sound/firewire/motu/motu.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

MODULE_DESCRIPTION("MOTU FireWire driver");
MODULE_AUTHOR("Takashi Sakamoto <[email protected]>");
MODULE_LICENSE("GPL v2");
MODULE_LICENSE("GPL");

const unsigned int snd_motu_clock_rates[SND_MOTU_CLOCK_RATE_COUNT] = {
/* mode 0 */
Expand Down
2 changes: 1 addition & 1 deletion sound/firewire/tascam/tascam.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

MODULE_DESCRIPTION("TASCAM FireWire series Driver");
MODULE_AUTHOR("Takashi Sakamoto <[email protected]>");
MODULE_LICENSE("GPL v2");
MODULE_LICENSE("GPL");

static const struct snd_tscm_spec model_specs[] = {
{
Expand Down

0 comments on commit 81c2943

Please sign in to comment.