Author: toad
Date: 2006-12-08 21:10:40 +0000 (Fri, 08 Dec 2006)
New Revision: 11308

Modified:
   trunk/freenet/src/freenet/crypt/Util.java
   trunk/freenet/src/freenet/crypt/Yarrow.java
   trunk/freenet/src/freenet/support/math/RunningAverage.java
   trunk/freenet/src/freenet/support/math/SimpleRunningAverage.java
Log:
Add some more GPL2+ headers.

Modified: trunk/freenet/src/freenet/crypt/Util.java
===================================================================
--- trunk/freenet/src/freenet/crypt/Util.java   2006-12-08 20:12:11 UTC (rev 
11307)
+++ trunk/freenet/src/freenet/crypt/Util.java   2006-12-08 21:10:40 UTC (rev 
11308)
@@ -1,3 +1,6 @@
+/* This code is part of Freenet. It is distributed under the GNU General
+ * Public License, version 2 (or at your option any later version). See
+ * http://www.gnu.org/ for further details of the GPL. */
 package freenet.crypt;

 import java.io.EOFException;
@@ -14,12 +17,6 @@
 import freenet.support.Loader;
 import net.i2p.util.NativeBigInteger;

-
-/*
- * This code is part of the Java Adaptive Network Client by Ian Clarke. It is
- * distributed under the GNU Public Licence (GPL) version 2. See
- * http://www.gnu.org/ for further details of the GPL.
- */
 public class Util {

        // bah, i'm tired of chasing down dynamically loaded classes..

Modified: trunk/freenet/src/freenet/crypt/Yarrow.java
===================================================================
--- trunk/freenet/src/freenet/crypt/Yarrow.java 2006-12-08 20:12:11 UTC (rev 
11307)
+++ trunk/freenet/src/freenet/crypt/Yarrow.java 2006-12-08 21:10:40 UTC (rev 
11308)
@@ -1,3 +1,6 @@
+/* This code is part of Freenet. It is distributed under the GNU General
+ * Public License, version 2 (or at your option any later version). See
+ * http://www.gnu.org/ for further details of the GPL. */
 package freenet.crypt;

 import java.io.BufferedOutputStream;
@@ -19,12 +22,6 @@

 import freenet.support.Logger;

-/*
- * This code is part of the Java Adaptive Network Client by Ian Clarke. It is
- * distributed under the GNU Public Licence (GPL) version 2. See
- * http://www.gnu.org/ for further details of the GPL.
- */
-
 /**
  * An implementation of the Yarrow PRNG in Java.
  * <p>

Modified: trunk/freenet/src/freenet/support/math/RunningAverage.java
===================================================================
--- trunk/freenet/src/freenet/support/math/RunningAverage.java  2006-12-08 
20:12:11 UTC (rev 11307)
+++ trunk/freenet/src/freenet/support/math/RunningAverage.java  2006-12-08 
21:10:40 UTC (rev 11308)
@@ -1,3 +1,6 @@
+/* This code is part of Freenet. It is distributed under the GNU General
+ * Public License, version 2 (or at your option any later version). See
+ * http://www.gnu.org/ for further details of the GPL. */
 package freenet.support.math;

 import java.io.Serializable;

Modified: trunk/freenet/src/freenet/support/math/SimpleRunningAverage.java
===================================================================
--- trunk/freenet/src/freenet/support/math/SimpleRunningAverage.java    
2006-12-08 20:12:11 UTC (rev 11307)
+++ trunk/freenet/src/freenet/support/math/SimpleRunningAverage.java    
2006-12-08 21:10:40 UTC (rev 11308)
@@ -1,3 +1,6 @@
+/* This code is part of Freenet. It is distributed under the GNU General
+ * Public License, version 2 (or at your option any later version). See
+ * http://www.gnu.org/ for further details of the GPL. */
 package freenet.support.math;

 import java.io.DataOutputStream;


Reply via email to