diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2008-05-13 03:18:27 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-05-19 07:19:15 -0400 |
commit | d023dc0aa25d6a4f7dd0d109179a2077d22a7ad2 (patch) | |
tree | da7b51c6a19f35f9561214cfb76fd26910dc789c /sound/pci/oxygen/hifier.c | |
parent | c17cf06bfc4417a79d452c266e819c510f6a8344 (diff) |
[ALSA] oxygen: fix version in MODULE_LICENSE
Adjust the MODULE_LICENSE strings to properly reflect the actual license.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/pci/oxygen/hifier.c')
-rw-r--r-- | sound/pci/oxygen/hifier.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/oxygen/hifier.c b/sound/pci/oxygen/hifier.c index 090dd4354a28..c5d2c86cacb2 100644 --- a/sound/pci/oxygen/hifier.c +++ b/sound/pci/oxygen/hifier.c | |||
@@ -28,7 +28,7 @@ | |||
28 | 28 | ||
29 | MODULE_AUTHOR("Clemens Ladisch <clemens@ladisch.de>"); | 29 | MODULE_AUTHOR("Clemens Ladisch <clemens@ladisch.de>"); |
30 | MODULE_DESCRIPTION("TempoTec HiFier driver"); | 30 | MODULE_DESCRIPTION("TempoTec HiFier driver"); |
31 | MODULE_LICENSE("GPL"); | 31 | MODULE_LICENSE("GPL v2"); |
32 | 32 | ||
33 | static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; | 33 | static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; |
34 | static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; | 34 | static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; |