Author: toad Date: 2006-12-16 00:36:25 +0000 (Sat, 16 Dec 2006) New Revision: 11430
Modified: trunk/freenet/src/freenet/plugin/api/NeedsTempBuckets.java trunk/freenet/src/freenet/plugin/api/NeedsWebInterfaceGeneric.java trunk/freenet/src/freenet/plugin/api/NeedsWebInterfaceHTMLString.java trunk/freenet/src/freenet/plugin/api/PluginFetchResult.java Log: GPL headers Modified: trunk/freenet/src/freenet/plugin/api/NeedsTempBuckets.java =================================================================== --- trunk/freenet/src/freenet/plugin/api/NeedsTempBuckets.java 2006-12-16 00:34:51 UTC (rev 11429) +++ trunk/freenet/src/freenet/plugin/api/NeedsTempBuckets.java 2006-12-16 00:36:25 UTC (rev 11430) @@ -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.BucketFactory; Modified: trunk/freenet/src/freenet/plugin/api/NeedsWebInterfaceGeneric.java =================================================================== --- trunk/freenet/src/freenet/plugin/api/NeedsWebInterfaceGeneric.java 2006-12-16 00:34:51 UTC (rev 11429) +++ trunk/freenet/src/freenet/plugin/api/NeedsWebInterfaceGeneric.java 2006-12-16 00:36:25 UTC (rev 11430) @@ -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.net.URI; Modified: trunk/freenet/src/freenet/plugin/api/NeedsWebInterfaceHTMLString.java =================================================================== --- trunk/freenet/src/freenet/plugin/api/NeedsWebInterfaceHTMLString.java 2006-12-16 00:34:51 UTC (rev 11429) +++ trunk/freenet/src/freenet/plugin/api/NeedsWebInterfaceHTMLString.java 2006-12-16 00:36:25 UTC (rev 11430) @@ -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.net.URI; Modified: trunk/freenet/src/freenet/plugin/api/PluginFetchResult.java =================================================================== --- trunk/freenet/src/freenet/plugin/api/PluginFetchResult.java 2006-12-16 00:34:51 UTC (rev 11429) +++ trunk/freenet/src/freenet/plugin/api/PluginFetchResult.java 2006-12-16 00:36:25 UTC (rev 11430) @@ -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.io.InputStream;
