Update of /cvsroot/linuxconsole/ruby/linux/drivers/video/tdfx
In directory usw-pr-cvs1:/tmp/cvs-serv1198/drivers/video/tdfx
Modified Files:
3dfxfb.c
Log Message:
Synced to 2.4.12
Index: 3dfxfb.c
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/video/tdfx/3dfxfb.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- 3dfxfb.c 2001/10/08 02:26:20 1.13
+++ 3dfxfb.c 2001/10/15 01:13:17 1.14
@@ -1238,6 +1238,7 @@
MODULE_AUTHOR("Hannu Mallat <hm...@cc...>");
MODULE_DESCRIPTION("3Dfx framebuffer device driver");
+MODULE_LICENSE("GPL");
#ifdef MODULE
module_init(tdfxfb_init);
|