Author: volodya
Date: 2006-09-20 06:20:11 +0000 (Wed, 20 Sep 2006)
New Revision: 10491
Modified:
trunk/freenet/src/freenet/clients/http/WelcomeToadlet.java
trunk/freenet/src/freenet/frost/message/FrostBoard.java
trunk/freenet/src/freenet/frost/message/FrostMessage.java
trunk/freenet/src/freenet/keys/FreenetURI.java
Log:
Removing 4 more headers (2 of which become wrong due to the previous revert) to
be consistant.
Modified: trunk/freenet/src/freenet/clients/http/WelcomeToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/WelcomeToadlet.java 2006-09-20
00:07:46 UTC (rev 10490)
+++ trunk/freenet/src/freenet/clients/http/WelcomeToadlet.java 2006-09-20
06:20:11 UTC (rev 10491)
@@ -1,23 +1,3 @@
-/*
- WelcomeToadlet.java / Freenet
- Copyright (C) The Free Network project
- Public Domain 2006 VolodyA! V A <volodya at whengendarmesleeps.org>
-
- 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., 675 Mass Ave, Cambridge, MA 02139, USA.
-*/
-
package freenet.clients.http;
import java.io.IOException;
Modified: trunk/freenet/src/freenet/frost/message/FrostBoard.java
===================================================================
--- trunk/freenet/src/freenet/frost/message/FrostBoard.java 2006-09-20
00:07:46 UTC (rev 10490)
+++ trunk/freenet/src/freenet/frost/message/FrostBoard.java 2006-09-20
06:20:11 UTC (rev 10491)
@@ -1,23 +1,3 @@
-/*
- FrostMessageObject.java / Frost
- Copyright (C) 2003-2006 Frost Project <jtcfrost.sourceforge.net>
- Public Domain 2006 VolodyA! V A <volodya at whengendarmesleeps.org>
-
- 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., 675 Mass Ave, Cambridge, MA 02139, USA.
-*/
-
package freenet.frost.message;
public final class FrostBoard {
Modified: trunk/freenet/src/freenet/frost/message/FrostMessage.java
===================================================================
--- trunk/freenet/src/freenet/frost/message/FrostMessage.java 2006-09-20
00:07:46 UTC (rev 10490)
+++ trunk/freenet/src/freenet/frost/message/FrostMessage.java 2006-09-20
06:20:11 UTC (rev 10491)
@@ -1,23 +1,3 @@
-/*
- FrostMessageObject.java / Frost
- Copyright (C) 2003-2006 Frost Project <jtcfrost.sourceforge.net>
- Public Domain 2006 VolodyA! V A <volodya at whengendarmesleeps.org>
-
- 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., 675 Mass Ave, Cambridge, MA 02139, USA.
-*/
-
package freenet.frost.message;
import java.util.*;
Modified: trunk/freenet/src/freenet/keys/FreenetURI.java
===================================================================
--- trunk/freenet/src/freenet/keys/FreenetURI.java 2006-09-20 00:07:46 UTC
(rev 10490)
+++ trunk/freenet/src/freenet/keys/FreenetURI.java 2006-09-20 06:20:11 UTC
(rev 10491)
@@ -1,23 +1,3 @@
-/*
- FrostMessageObject.java / Frost
- Copyright (C) The Free Network project
- Public Domain 2006 VolodyA! V A <volodya at whengendarmesleeps.org>
-
- 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., 675 Mass Ave, Cambridge, MA 02139, USA.
-*/
-
package freenet.keys;
import java.io.ByteArrayInputStream;