Author: toad
Date: 2006-12-14 18:09:45 +0000 (Thu, 14 Dec 2006)
New Revision: 11394

Modified:
   trunk/freenet/src/freenet/plugin/api/FreenetPlugin.java
   trunk/freenet/src/freenet/plugin/api/FreenetPluginManager.java
   trunk/freenet/src/freenet/plugin/api/NeedsSimpleKeyFetch.java
   trunk/freenet/src/freenet/plugin/api/ProvidesSimpleKeyFetch.java
   trunk/freenet/src/freenet/support/api/PluginFetchException.java
   trunk/freenet/src/freenet/support/api/PluginFreenetURI.java
Log:
GPL headers for new plugin code

Modified: trunk/freenet/src/freenet/plugin/api/FreenetPlugin.java
===================================================================
--- trunk/freenet/src/freenet/plugin/api/FreenetPlugin.java     2006-12-14 
02:53:36 UTC (rev 11393)
+++ trunk/freenet/src/freenet/plugin/api/FreenetPlugin.java     2006-12-14 
18:09:45 UTC (rev 11394)
@@ -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.plugin.api;

 /**

Modified: trunk/freenet/src/freenet/plugin/api/FreenetPluginManager.java
===================================================================
--- trunk/freenet/src/freenet/plugin/api/FreenetPluginManager.java      
2006-12-14 02:53:36 UTC (rev 11393)
+++ trunk/freenet/src/freenet/plugin/api/FreenetPluginManager.java      
2006-12-14 18:09:45 UTC (rev 11394)
@@ -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.plugin.api;

 import java.util.Random;

Modified: trunk/freenet/src/freenet/plugin/api/NeedsSimpleKeyFetch.java
===================================================================
--- trunk/freenet/src/freenet/plugin/api/NeedsSimpleKeyFetch.java       
2006-12-14 02:53:36 UTC (rev 11393)
+++ trunk/freenet/src/freenet/plugin/api/NeedsSimpleKeyFetch.java       
2006-12-14 18:09:45 UTC (rev 11394)
@@ -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.plugin.api;

 /**

Modified: trunk/freenet/src/freenet/plugin/api/ProvidesSimpleKeyFetch.java
===================================================================
--- trunk/freenet/src/freenet/plugin/api/ProvidesSimpleKeyFetch.java    
2006-12-14 02:53:36 UTC (rev 11393)
+++ trunk/freenet/src/freenet/plugin/api/ProvidesSimpleKeyFetch.java    
2006-12-14 18:09:45 UTC (rev 11394)
@@ -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.plugin.api;

 import freenet.support.api.Bucket;

Modified: trunk/freenet/src/freenet/support/api/PluginFetchException.java
===================================================================
--- trunk/freenet/src/freenet/support/api/PluginFetchException.java     
2006-12-14 02:53:36 UTC (rev 11393)
+++ trunk/freenet/src/freenet/support/api/PluginFetchException.java     
2006-12-14 18:09:45 UTC (rev 11394)
@@ -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.api;

 /**

Modified: trunk/freenet/src/freenet/support/api/PluginFreenetURI.java
===================================================================
--- trunk/freenet/src/freenet/support/api/PluginFreenetURI.java 2006-12-14 
02:53:36 UTC (rev 11393)
+++ trunk/freenet/src/freenet/support/api/PluginFreenetURI.java 2006-12-14 
18:09:45 UTC (rev 11394)
@@ -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.api;

 /**


Reply via email to