Author: sback
Date: 2007-06-13 22:16:28 +0000 (Wed, 13 Jun 2007)
New Revision: 13582

Modified:
   trunk/freenet/test/freenet/support/Base64Test.java
Log:
GPL note and author added

Modified: trunk/freenet/test/freenet/support/Base64Test.java
===================================================================
--- trunk/freenet/test/freenet/support/Base64Test.java  2007-06-13 22:09:19 UTC 
(rev 13581)
+++ trunk/freenet/test/freenet/support/Base64Test.java  2007-06-13 22:16:28 UTC 
(rev 13582)
@@ -1,3 +1,19 @@
+/*
+ * 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;
@@ -3,4 +19,9 @@
 import java.util.Arrays;

+/**
+ * Test case for {@link freenet.support.Base64} class.
+ * 
+ * @author Alberto Bacchelli <sback at freenetproject.org>
+ */
 public class Base64Test extends TestCase {



Reply via email to