Author: sback
Date: 2007-07-04 10:47:02 +0000 (Wed, 04 Jul 2007)
New Revision: 13913

Modified:
   trunk/freenet/test/freenet/support/SizeUtilTest.java
   trunk/freenet/test/freenet/support/TimeUtilTest.java
Log:
GPL disclaimer added

Modified: trunk/freenet/test/freenet/support/SizeUtilTest.java
===================================================================
--- trunk/freenet/test/freenet/support/SizeUtilTest.java        2007-07-04 
10:01:03 UTC (rev 13912)
+++ trunk/freenet/test/freenet/support/SizeUtilTest.java        2007-07-04 
10:47:02 UTC (rev 13913)
@@ -1,3 +1,18 @@
+/*
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
 package freenet.support;
 
 import junit.framework.TestCase;
@@ -2,2 +17,7 @@
 
+/**
+ * Test case for [EMAIL PROTECTED] freenet.support.SizeUtil} class.
+ * 
+ * @author Alberto Bacchelli <[EMAIL PROTECTED]>
+ */
 public class SizeUtilTest extends TestCase {

Modified: trunk/freenet/test/freenet/support/TimeUtilTest.java
===================================================================
--- trunk/freenet/test/freenet/support/TimeUtilTest.java        2007-07-04 
10:01:03 UTC (rev 13912)
+++ trunk/freenet/test/freenet/support/TimeUtilTest.java        2007-07-04 
10:47:02 UTC (rev 13913)
@@ -1,3 +1,18 @@
+/*
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
 package freenet.support;
 
 import junit.framework.TestCase;
@@ -2,2 +17,7 @@
 
+/**
+ * Test case for [EMAIL PROTECTED] freenet.support.TimeUtil} class.
+ * 
+ * @author Alberto Bacchelli <[EMAIL PROTECTED]>
+ */
 public class TimeUtilTest extends TestCase {

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to