Update of /cvsroot/gc-linux/linux/sound/ppc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1191/sound/ppc
Modified Files:
gcn-ai.c
Log Message:
Fix module license.
Fix copyright dates.
Index: gcn-ai.c
===================================================================
RCS file: /cvsroot/gc-linux/linux/sound/ppc/gcn-ai.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gcn-ai.c 20 Oct 2004 00:15:43 -0000 1.1
+++ gcn-ai.c 6 Jan 2005 20:23:21 -0000 1.2
@@ -2,7 +2,7 @@
* sound/ppc/gcn-ai.c
*
* Nintendo GameCube audio interface driver
- * Copyright (C) 2004 The GameCube Linux Team
+ * Copyright (C) 2004-2005 The GameCube Linux Team
*
* Based on work from mist, kirin, groepaz, Steve_-, isobel and others.
*
@@ -39,7 +39,7 @@
MODULE_DESCRIPTION(DRV_DESCRIPTION);
MODULE_AUTHOR(DRV_AUTHOR);
-MODULE_LICENSE(GPL);
+MODULE_LICENSE("GPL");
#define PFX DRV_MODULE_NAME ": "
#define ai_printk(level, format, arg...) \
|