aboutsummaryrefslogtreecommitdiff
path: root/sound/pci/oxygen/oxygen_lib.c
diff options
context:
space:
mode:
authorGravatar Clemens Ladisch <clemens@ladisch.de> 2008-05-13 09:18:27 +0200
committerGravatar Jaroslav Kysela <perex@perex.cz> 2008-05-19 13:19:15 +0200
commitd023dc0aa25d6a4f7dd0d109179a2077d22a7ad2 (patch)
treeda7b51c6a19f35f9561214cfb76fd26910dc789c /sound/pci/oxygen/oxygen_lib.c
parent[ALSA] Remove unneeded ugly hack for i386 in memalloc.c (diff)
downloadlinux-d023dc0aa25d6a4f7dd0d109179a2077d22a7ad2.tar.gz
linux-d023dc0aa25d6a4f7dd0d109179a2077d22a7ad2.tar.bz2
linux-d023dc0aa25d6a4f7dd0d109179a2077d22a7ad2.zip
[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/oxygen_lib.c')
-rw-r--r--sound/pci/oxygen/oxygen_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/oxygen/oxygen_lib.c b/sound/pci/oxygen/oxygen_lib.c
index 897697d43506..6e3879527dcd 100644
--- a/sound/pci/oxygen/oxygen_lib.c
+++ b/sound/pci/oxygen/oxygen_lib.c
@@ -32,7 +32,7 @@
MODULE_AUTHOR("Clemens Ladisch <clemens@ladisch.de>");
MODULE_DESCRIPTION("C-Media CMI8788 helper library");
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");
static irqreturn_t oxygen_interrupt(int dummy, void *dev_id)