Update of /cvsroot/linuxconsole/ruby/linux/drivers/video/tdfx
In directory usw-pr-cvs1:/tmp/cvs-serv6185/video/tdfx
Modified Files:
sstfb.c
Log Message:
MODULE_LICENSE() additions.. newport cleanup.
Index: sstfb.c
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/linux/drivers/video/tdfx/sstfb.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- sstfb.c 2001/06/04 21:35:27 1.7
+++ sstfb.c 2001/10/29 22:58:43 1.8
@@ -1436,6 +1436,8 @@
}
module_init(sstfb_init);
module_exit(sstfb_cleanup);
+
+MODULE_LICENSE("GPL");
#endif /* MODULE */
/*
|