[Ocfs2-commits] manish commits r1731 - trunk/cluster

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Dec 30 14:12:39 CST 2004


Author: manish
Date: 2004-12-30 14:12:37 -0600 (Thu, 30 Dec 2004)
New Revision: 1731

Modified:
   trunk/cluster/heartbeat.c
   trunk/cluster/tcp.c
Log:
Add MODULE_LICENSE(GPL) stuff


Modified: trunk/cluster/heartbeat.c
===================================================================
--- trunk/cluster/heartbeat.c	2004-12-30 20:12:22 UTC (rev 1730)
+++ trunk/cluster/heartbeat.c	2004-12-30 20:12:37 UTC (rev 1731)
@@ -768,6 +768,7 @@
 	//	kfree(hb_net_timestamps);
 }
 
+MODULE_LICENSE("GPL");
 module_init(init_hb)
 module_exit(exit_hb)
 

Modified: trunk/cluster/tcp.c
===================================================================
--- trunk/cluster/tcp.c	2004-12-30 20:12:22 UTC (rev 1730)
+++ trunk/cluster/tcp.c	2004-12-30 20:12:37 UTC (rev 1731)
@@ -1753,6 +1753,6 @@
 	}
 }
 
-
+MODULE_LICENSE("GPL");
 module_init (net_driver_entry);
 module_exit (net_driver_exit);



More information about the Ocfs2-commits mailing list