aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2012-05-12 10:43:42 +0000
committerFlorian Dold <florian.dold@gmail.com>2012-05-12 10:43:42 +0000
commit0314ed2e7ebb2d362f25a79ce5fa689203e0e9e8 (patch)
treeb423f7ad60cc8664c4d427ee11c996a1c2432bf2
parentb62074c7d1ae6bae6cecb4e7870405983e99b19b (diff)
downloadgnunet-java-0314ed2e7ebb2d362f25a79ce5fa689203e0e9e8.tar.gz
gnunet-java-0314ed2e7ebb2d362f25a79ce5fa689203e0e9e8.zip
added copyright
-rw-r--r--izpack-installer.xml33
-rw-r--r--src/org/gnunet/construct/ByteFill.java20
-rw-r--r--src/org/gnunet/construct/Construct.java20
-rw-r--r--src/org/gnunet/construct/Constructable.java20
-rw-r--r--src/org/gnunet/construct/Double.java20
-rw-r--r--src/org/gnunet/construct/FillWith.java20
-rw-r--r--src/org/gnunet/construct/FixedSizeArray.java20
-rw-r--r--src/org/gnunet/construct/FixedSizeByteArray.java20
-rw-r--r--src/org/gnunet/construct/FrameSize.java20
-rw-r--r--src/org/gnunet/construct/Int16.java20
-rw-r--r--src/org/gnunet/construct/Int32.java20
-rw-r--r--src/org/gnunet/construct/Int64.java20
-rw-r--r--src/org/gnunet/construct/Int8.java20
-rw-r--r--src/org/gnunet/construct/IntegerFill.java20
-rw-r--r--src/org/gnunet/construct/Message.java20
-rw-r--r--src/org/gnunet/construct/MessageIdAnnotationProcessor.java20
-rw-r--r--src/org/gnunet/construct/MessageUnion.java20
-rw-r--r--src/org/gnunet/construct/NestedMessage.java20
-rw-r--r--src/org/gnunet/construct/ProtocolViolation.java20
-rw-r--r--src/org/gnunet/construct/ReflectUtil.java20
-rw-r--r--src/org/gnunet/construct/UInt16.java20
-rw-r--r--src/org/gnunet/construct/UInt32.java20
-rw-r--r--src/org/gnunet/construct/UInt64.java20
-rw-r--r--src/org/gnunet/construct/UInt8.java20
-rw-r--r--src/org/gnunet/construct/Union.java20
-rw-r--r--src/org/gnunet/construct/UnionCase.java20
-rw-r--r--src/org/gnunet/construct/VariableSizeArray.java20
-rw-r--r--src/org/gnunet/construct/ZeroTerminatedString.java20
-rw-r--r--src/org/gnunet/construct/package-info.java20
-rw-r--r--src/org/gnunet/construct/parsers/ByteFillParser.java20
-rw-r--r--src/org/gnunet/construct/parsers/DoubleParser.java20
-rw-r--r--src/org/gnunet/construct/parsers/FillParser.java20
-rw-r--r--src/org/gnunet/construct/parsers/FixedSizeArrayParser.java20
-rw-r--r--src/org/gnunet/construct/parsers/FixedSizeByteArrayParser.java20
-rw-r--r--src/org/gnunet/construct/parsers/IntegerFillParser.java20
-rw-r--r--src/org/gnunet/construct/parsers/IntegerParser.java20
-rw-r--r--src/org/gnunet/construct/parsers/IntegerUtil.java20
-rw-r--r--src/org/gnunet/construct/parsers/NestedParser.java20
-rw-r--r--src/org/gnunet/construct/parsers/Parser.java20
-rw-r--r--src/org/gnunet/construct/parsers/SequenceParser.java20
-rw-r--r--src/org/gnunet/construct/parsers/StringParser.java20
-rw-r--r--src/org/gnunet/construct/parsers/UnionParser.java20
-rw-r--r--src/org/gnunet/construct/parsers/VariableSizeArrayParser.java20
-rw-r--r--src/org/gnunet/core/ConnectHandler.java20
-rw-r--r--src/org/gnunet/core/ConnectNotifyMessage.java20
-rw-r--r--src/org/gnunet/core/Core.java20
-rw-r--r--src/org/gnunet/core/DisconnectHandler.java20
-rw-r--r--src/org/gnunet/core/DisconnectNotifyMessage.java20
-rw-r--r--src/org/gnunet/core/HeaderNotify.java20
-rw-r--r--src/org/gnunet/core/InitCallback.java20
-rw-r--r--src/org/gnunet/core/InitMessage.java20
-rw-r--r--src/org/gnunet/core/InitReplyMessage.java20
-rw-r--r--src/org/gnunet/core/MessageNotify.java20
-rw-r--r--src/org/gnunet/core/NotifyInboundTrafficMessage.java20
-rw-r--r--src/org/gnunet/core/NotifyOutboundTrafficMessage.java20
-rw-r--r--src/org/gnunet/core/SendMessage.java20
-rw-r--r--src/org/gnunet/core/SendMessageReady.java20
-rw-r--r--src/org/gnunet/core/SendMessageRequest.java20
-rw-r--r--src/org/gnunet/core/package-info.java20
-rw-r--r--src/org/gnunet/dht/BlockType.java20
-rw-r--r--src/org/gnunet/dht/ClientGetMessage.java20
-rw-r--r--src/org/gnunet/dht/ClientGetStopMessage.java20
-rw-r--r--src/org/gnunet/dht/ClientPutConfirmationMessage.java20
-rw-r--r--src/org/gnunet/dht/ClientPutMessage.java20
-rw-r--r--src/org/gnunet/dht/ClientResultMessage.java20
-rw-r--r--src/org/gnunet/dht/DistributedHashTable.java20
-rw-r--r--src/org/gnunet/dht/MonitorGetHandler.java20
-rw-r--r--src/org/gnunet/dht/MonitorGetMessage.java20
-rw-r--r--src/org/gnunet/dht/MonitorGetRespMessage.java20
-rw-r--r--src/org/gnunet/dht/MonitorGetResponseHandler.java20
-rw-r--r--src/org/gnunet/dht/MonitorPutHandler.java20
-rw-r--r--src/org/gnunet/dht/MonitorPutMessage.java20
-rw-r--r--src/org/gnunet/dht/MonitorStartStop.java20
-rw-r--r--src/org/gnunet/dht/ResultCallback.java20
-rw-r--r--src/org/gnunet/dht/RouteOption.java20
-rw-r--r--src/org/gnunet/dht/package-info.java20
-rw-r--r--src/org/gnunet/nse/NetworkSizeEstimation.java20
-rw-r--r--src/org/gnunet/nse/package-info.java20
-rw-r--r--src/org/gnunet/statistics/GetMessage.java20
-rw-r--r--src/org/gnunet/statistics/GetResponseEndMessage.java20
-rw-r--r--src/org/gnunet/statistics/GetResponseMessage.java20
-rw-r--r--src/org/gnunet/statistics/SetMessage.java20
-rw-r--r--src/org/gnunet/statistics/Statistics.java20
-rw-r--r--src/org/gnunet/statistics/StatisticsReceiver.java20
-rw-r--r--src/org/gnunet/statistics/WatchMessage.java20
-rw-r--r--src/org/gnunet/statistics/WatchResponseMessage.java20
-rw-r--r--src/org/gnunet/statistics/package-info.java20
-rw-r--r--src/org/gnunet/util/ATSInformation.java20
-rw-r--r--src/org/gnunet/util/AbsoluteTimeMessage.java20
-rw-r--r--src/org/gnunet/util/Cancelable.java20
-rw-r--r--src/org/gnunet/util/Connection.java20
-rw-r--r--src/org/gnunet/util/Continuation.java20
-rw-r--r--src/org/gnunet/util/GnunetMessage.java20
-rw-r--r--src/org/gnunet/util/HashCode.java20
-rw-r--r--src/org/gnunet/util/MessageTransmitter.java20
-rw-r--r--src/org/gnunet/util/PeerIdentity.java20
-rw-r--r--src/org/gnunet/util/Program.java20
-rw-r--r--src/org/gnunet/util/RelativeTime.java34
-rw-r--r--src/org/gnunet/util/RelativeTimeMessage.java20
-rw-r--r--src/org/gnunet/util/RequestQueue.java20
-rw-r--r--src/org/gnunet/util/Resolver.java20
-rw-r--r--src/org/gnunet/util/RunaboutMessageReceiver.java20
-rw-r--r--src/org/gnunet/util/Server.java20
-rw-r--r--src/org/gnunet/util/Service.java20
-rw-r--r--src/org/gnunet/util/Strings.java20
-rw-r--r--src/org/gnunet/util/TESTMessage.java20
-rw-r--r--src/org/gnunet/util/getopt/Option.java20
-rw-r--r--src/org/gnunet/util/getopt/OptionAction.java20
-rw-r--r--src/org/gnunet/util/getopt/Parser.java20
-rw-r--r--src/org/gnunet/util/getopt/package-info.java20
-rw-r--r--src/org/gnunet/util/package-info.java20
-rw-r--r--src/org/grothoff/Runabout.java6
-rw-r--r--test/org/gnunet/construct/ByteFillMessage.java20
-rw-r--r--test/org/gnunet/construct/ConstructTest.java20
-rw-r--r--test/org/gnunet/construct/QueryMessage.java20
-rw-r--r--test/org/gnunet/construct/SimpleTestMessage.java20
-rw-r--r--test/org/gnunet/construct/SimpleTestMessage2.java20
-rw-r--r--test/org/gnunet/construct/SizeTestMessage.java20
-rw-r--r--test/org/gnunet/construct/StringMessage.java20
-rw-r--r--test/org/gnunet/construct/UnionTest.java20
-rw-r--r--test/org/gnunet/construct/VarTestMessage.java20
-rw-r--r--test/org/gnunet/construct/parsers/IntegerParserTest.java20
-rw-r--r--test/org/gnunet/util/GetoptTest.java20
-rw-r--r--test/org/grothoff/RunaboutBenchmark.java20
124 files changed, 2458 insertions, 35 deletions
diff --git a/izpack-installer.xml b/izpack-installer.xml
index 71ed542..4682dca 100644
--- a/izpack-installer.xml
+++ b/izpack-installer.xml
@@ -9,22 +9,27 @@
9 <variable name="GNJ_INSTALLED" value="true"/> 9 <variable name="GNJ_INSTALLED" value="true"/>
10 </variables> 10 </variables>
11 11
12 <locale> 12 <locale>
13 <langpack iso3="eng"/> 13 <langpack iso3="eng"/>
14 </locale> 14 </locale>
15 15
16 <guiprefs width="800" height="600" resizable="no"> 16 <guiprefs width="800" height="600" resizable="no">
17 <modifier key="useHeadingPanel" value="yes" /> 17 <modifier key="useHeadingPanel" value="yes" />
18 </guiprefs> 18 </guiprefs>
19
20 <resources>
21 <res id="LicencePanel.licence" src="COPYING"/>
22 </resources>
19 23
20 <panels> 24 <panels>
21 <panel classname="TargetPanel"/> 25 <panel classname="TargetPanel"/>
22 <panel classname="PacksPanel"/> 26 <panel classname="LicencePanel"/>
23 <panel classname="InstallPanel"/> 27 <panel classname="PacksPanel"/>
24 <panel classname="FinishPanel"/> 28 <panel classname="InstallPanel"/>
25 </panels> 29 <panel classname="FinishPanel"/>
30 </panels>
26 31
27 <packs> 32 <packs>
28 <pack name="gnunet-java" required="yes"> 33 <pack name="gnunet-java" required="yes">
29 <description>gnunet-java</description> 34 <description>gnunet-java</description>
30 <file src="gnunet-java.jar" targetdir="$INSTALL_PATH/share/java/"/> 35 <file src="gnunet-java.jar" targetdir="$INSTALL_PATH/share/java/"/>
@@ -55,6 +60,6 @@
55 <description>The gnunet-java tutorial</description> 60 <description>The gnunet-java tutorial</description>
56 <file src="doc/gnunet-java-tutorial.tex" targetdir="$INSTALL_PATH/share/doc/gnunet-java/"/> 61 <file src="doc/gnunet-java-tutorial.tex" targetdir="$INSTALL_PATH/share/doc/gnunet-java/"/>
57 </pack> 62 </pack>
58 </packs> 63 </packs>
59 64
60</installation> 65</installation>
diff --git a/src/org/gnunet/construct/ByteFill.java b/src/org/gnunet/construct/ByteFill.java
index 30342d7..febc64c 100644
--- a/src/org/gnunet/construct/ByteFill.java
+++ b/src/org/gnunet/construct/ByteFill.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct; 21package org.gnunet.construct;
2 22
3import java.lang.annotation.ElementType; 23import java.lang.annotation.ElementType;
diff --git a/src/org/gnunet/construct/Construct.java b/src/org/gnunet/construct/Construct.java
index ca2598a..4087d07 100644
--- a/src/org/gnunet/construct/Construct.java
+++ b/src/org/gnunet/construct/Construct.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct; 21package org.gnunet.construct;
2 22
3import org.gnunet.construct.parsers.*; 23import org.gnunet.construct.parsers.*;
diff --git a/src/org/gnunet/construct/Constructable.java b/src/org/gnunet/construct/Constructable.java
index ac86850..1981492 100644
--- a/src/org/gnunet/construct/Constructable.java
+++ b/src/org/gnunet/construct/Constructable.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct; 21package org.gnunet.construct;
2 22
3/** 23/**
diff --git a/src/org/gnunet/construct/Double.java b/src/org/gnunet/construct/Double.java
index afca911..21f128e 100644
--- a/src/org/gnunet/construct/Double.java
+++ b/src/org/gnunet/construct/Double.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct; 21package org.gnunet.construct;
2 22
3import java.lang.annotation.ElementType; 23import java.lang.annotation.ElementType;
diff --git a/src/org/gnunet/construct/FillWith.java b/src/org/gnunet/construct/FillWith.java
index f2a75c7..f95aa3d 100644
--- a/src/org/gnunet/construct/FillWith.java
+++ b/src/org/gnunet/construct/FillWith.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct; 21package org.gnunet.construct;
2 22
3import java.lang.annotation.ElementType; 23import java.lang.annotation.ElementType;
diff --git a/src/org/gnunet/construct/FixedSizeArray.java b/src/org/gnunet/construct/FixedSizeArray.java
index f8096c5..ce6ff6b 100644
--- a/src/org/gnunet/construct/FixedSizeArray.java
+++ b/src/org/gnunet/construct/FixedSizeArray.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct; 21package org.gnunet.construct;
2 22
3import java.lang.annotation.ElementType; 23import java.lang.annotation.ElementType;
diff --git a/src/org/gnunet/construct/FixedSizeByteArray.java b/src/org/gnunet/construct/FixedSizeByteArray.java
index 6f97e2c..6232718 100644
--- a/src/org/gnunet/construct/FixedSizeByteArray.java
+++ b/src/org/gnunet/construct/FixedSizeByteArray.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct; 21package org.gnunet.construct;
2 22
3 23
diff --git a/src/org/gnunet/construct/FrameSize.java b/src/org/gnunet/construct/FrameSize.java
index d863fad..0533d0b 100644
--- a/src/org/gnunet/construct/FrameSize.java
+++ b/src/org/gnunet/construct/FrameSize.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct; 21package org.gnunet.construct;
2 22
3import java.lang.annotation.*; 23import java.lang.annotation.*;
diff --git a/src/org/gnunet/construct/Int16.java b/src/org/gnunet/construct/Int16.java
index ec4f109..8017636 100644
--- a/src/org/gnunet/construct/Int16.java
+++ b/src/org/gnunet/construct/Int16.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct; 21package org.gnunet.construct;
2 22
3import java.lang.annotation.ElementType; 23import java.lang.annotation.ElementType;
diff --git a/src/org/gnunet/construct/Int32.java b/src/org/gnunet/construct/Int32.java
index 5c5c7ca..97d904a 100644
--- a/src/org/gnunet/construct/Int32.java
+++ b/src/org/gnunet/construct/Int32.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct; 21package org.gnunet.construct;
2 22
3import java.lang.annotation.ElementType; 23import java.lang.annotation.ElementType;
diff --git a/src/org/gnunet/construct/Int64.java b/src/org/gnunet/construct/Int64.java
index d9684b7..7318c0d 100644
--- a/src/org/gnunet/construct/Int64.java
+++ b/src/org/gnunet/construct/Int64.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct; 21package org.gnunet.construct;
2 22
3import java.lang.annotation.ElementType; 23import java.lang.annotation.ElementType;
diff --git a/src/org/gnunet/construct/Int8.java b/src/org/gnunet/construct/Int8.java
index 1f818bd..fbf83f4 100644
--- a/src/org/gnunet/construct/Int8.java
+++ b/src/org/gnunet/construct/Int8.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct; 21package org.gnunet.construct;
2 22
3import java.lang.annotation.ElementType; 23import java.lang.annotation.ElementType;
diff --git a/src/org/gnunet/construct/IntegerFill.java b/src/org/gnunet/construct/IntegerFill.java
index 6976820..846ee14 100644
--- a/src/org/gnunet/construct/IntegerFill.java
+++ b/src/org/gnunet/construct/IntegerFill.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct; 21package org.gnunet.construct;
2 22
3import java.lang.annotation.ElementType; 23import java.lang.annotation.ElementType;
diff --git a/src/org/gnunet/construct/Message.java b/src/org/gnunet/construct/Message.java
index e5e8619..d0068b5 100644
--- a/src/org/gnunet/construct/Message.java
+++ b/src/org/gnunet/construct/Message.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct; 21package org.gnunet.construct;
2 22
3/** 23/**
diff --git a/src/org/gnunet/construct/MessageIdAnnotationProcessor.java b/src/org/gnunet/construct/MessageIdAnnotationProcessor.java
index 9c42bb6..a74e763 100644
--- a/src/org/gnunet/construct/MessageIdAnnotationProcessor.java
+++ b/src/org/gnunet/construct/MessageIdAnnotationProcessor.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct; 21package org.gnunet.construct;
2 22
3import javax.annotation.processing.*; 23import javax.annotation.processing.*;
diff --git a/src/org/gnunet/construct/MessageUnion.java b/src/org/gnunet/construct/MessageUnion.java
index 838ab95..260b9f6 100644
--- a/src/org/gnunet/construct/MessageUnion.java
+++ b/src/org/gnunet/construct/MessageUnion.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct; 21package org.gnunet.construct;
2 22
3/** 23/**
diff --git a/src/org/gnunet/construct/NestedMessage.java b/src/org/gnunet/construct/NestedMessage.java
index d9ed95f..fe65323 100644
--- a/src/org/gnunet/construct/NestedMessage.java
+++ b/src/org/gnunet/construct/NestedMessage.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct; 21package org.gnunet.construct;
2 22
3import java.lang.annotation.ElementType; 23import java.lang.annotation.ElementType;
diff --git a/src/org/gnunet/construct/ProtocolViolation.java b/src/org/gnunet/construct/ProtocolViolation.java
index fb990b5..028c62c 100644
--- a/src/org/gnunet/construct/ProtocolViolation.java
+++ b/src/org/gnunet/construct/ProtocolViolation.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct; 21package org.gnunet.construct;
2 22
3 23
diff --git a/src/org/gnunet/construct/ReflectUtil.java b/src/org/gnunet/construct/ReflectUtil.java
index 01d091b..eb2d189 100644
--- a/src/org/gnunet/construct/ReflectUtil.java
+++ b/src/org/gnunet/construct/ReflectUtil.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct; 21package org.gnunet.construct;
2 22
3 23
diff --git a/src/org/gnunet/construct/UInt16.java b/src/org/gnunet/construct/UInt16.java
index f8dfd0d..64e4341 100644
--- a/src/org/gnunet/construct/UInt16.java
+++ b/src/org/gnunet/construct/UInt16.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct; 21package org.gnunet.construct;
2 22
3import java.lang.annotation.ElementType; 23import java.lang.annotation.ElementType;
diff --git a/src/org/gnunet/construct/UInt32.java b/src/org/gnunet/construct/UInt32.java
index a096155..4bd4e6b 100644
--- a/src/org/gnunet/construct/UInt32.java
+++ b/src/org/gnunet/construct/UInt32.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct; 21package org.gnunet.construct;
2 22
3import java.lang.annotation.ElementType; 23import java.lang.annotation.ElementType;
diff --git a/src/org/gnunet/construct/UInt64.java b/src/org/gnunet/construct/UInt64.java
index ee4a604..3d3b22a 100644
--- a/src/org/gnunet/construct/UInt64.java
+++ b/src/org/gnunet/construct/UInt64.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct; 21package org.gnunet.construct;
2 22
3import java.lang.annotation.ElementType; 23import java.lang.annotation.ElementType;
diff --git a/src/org/gnunet/construct/UInt8.java b/src/org/gnunet/construct/UInt8.java
index 6c14a2b..64e881e 100644
--- a/src/org/gnunet/construct/UInt8.java
+++ b/src/org/gnunet/construct/UInt8.java
@@ -1,4 +1,24 @@
1 1
2/*
3 This file is part of GNUnet.
4 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
5
6 GNUnet is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published
8 by the Free Software Foundation; either version 3, or (at your
9 option) any later version.
10
11 GNUnet is distributed in the hope that it will be useful, but
12 WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with GNUnet; see the file COPYING. If not, write to the
18 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA.
20 */
21
2package org.gnunet.construct; 22package org.gnunet.construct;
3 23
4import java.lang.annotation.ElementType; 24import java.lang.annotation.ElementType;
diff --git a/src/org/gnunet/construct/Union.java b/src/org/gnunet/construct/Union.java
index 887d75e..9e319aa 100644
--- a/src/org/gnunet/construct/Union.java
+++ b/src/org/gnunet/construct/Union.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct; 21package org.gnunet.construct;
2 22
3 23
diff --git a/src/org/gnunet/construct/UnionCase.java b/src/org/gnunet/construct/UnionCase.java
index 4e8abbd..9171ba9 100644
--- a/src/org/gnunet/construct/UnionCase.java
+++ b/src/org/gnunet/construct/UnionCase.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct; 21package org.gnunet.construct;
2 22
3 23
diff --git a/src/org/gnunet/construct/VariableSizeArray.java b/src/org/gnunet/construct/VariableSizeArray.java
index c89577e..64daece 100644
--- a/src/org/gnunet/construct/VariableSizeArray.java
+++ b/src/org/gnunet/construct/VariableSizeArray.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct; 21package org.gnunet.construct;
2 22
3import java.lang.annotation.ElementType; 23import java.lang.annotation.ElementType;
diff --git a/src/org/gnunet/construct/ZeroTerminatedString.java b/src/org/gnunet/construct/ZeroTerminatedString.java
index 4ca7838..2d70d71 100644
--- a/src/org/gnunet/construct/ZeroTerminatedString.java
+++ b/src/org/gnunet/construct/ZeroTerminatedString.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct; 21package org.gnunet.construct;
2 22
3import java.lang.annotation.Retention; 23import java.lang.annotation.Retention;
diff --git a/src/org/gnunet/construct/package-info.java b/src/org/gnunet/construct/package-info.java
index c92e2ce..add5d40 100644
--- a/src/org/gnunet/construct/package-info.java
+++ b/src/org/gnunet/construct/package-info.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1/** 21/**
2 * Write and read an object's binary representation, as determined by its members annotations. 22 * Write and read an object's binary representation, as determined by its members annotations.
3 */ 23 */
diff --git a/src/org/gnunet/construct/parsers/ByteFillParser.java b/src/org/gnunet/construct/parsers/ByteFillParser.java
index bd7c8d4..96dcd68 100644
--- a/src/org/gnunet/construct/parsers/ByteFillParser.java
+++ b/src/org/gnunet/construct/parsers/ByteFillParser.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct.parsers; 21package org.gnunet.construct.parsers;
2 22
3import org.gnunet.construct.Message; 23import org.gnunet.construct.Message;
diff --git a/src/org/gnunet/construct/parsers/DoubleParser.java b/src/org/gnunet/construct/parsers/DoubleParser.java
index 4498ba0..af623c5 100644
--- a/src/org/gnunet/construct/parsers/DoubleParser.java
+++ b/src/org/gnunet/construct/parsers/DoubleParser.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct.parsers; 21package org.gnunet.construct.parsers;
2 22
3 23
diff --git a/src/org/gnunet/construct/parsers/FillParser.java b/src/org/gnunet/construct/parsers/FillParser.java
index 61fdd67..fcdd3c1 100644
--- a/src/org/gnunet/construct/parsers/FillParser.java
+++ b/src/org/gnunet/construct/parsers/FillParser.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct.parsers; 21package org.gnunet.construct.parsers;
2 22
3import org.gnunet.construct.Message; 23import org.gnunet.construct.Message;
diff --git a/src/org/gnunet/construct/parsers/FixedSizeArrayParser.java b/src/org/gnunet/construct/parsers/FixedSizeArrayParser.java
index 009a3d7..e44b20e 100644
--- a/src/org/gnunet/construct/parsers/FixedSizeArrayParser.java
+++ b/src/org/gnunet/construct/parsers/FixedSizeArrayParser.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct.parsers; 21package org.gnunet.construct.parsers;
2 22
3import org.gnunet.construct.Message; 23import org.gnunet.construct.Message;
diff --git a/src/org/gnunet/construct/parsers/FixedSizeByteArrayParser.java b/src/org/gnunet/construct/parsers/FixedSizeByteArrayParser.java
index 1d01391..2d7577b 100644
--- a/src/org/gnunet/construct/parsers/FixedSizeByteArrayParser.java
+++ b/src/org/gnunet/construct/parsers/FixedSizeByteArrayParser.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct.parsers; 21package org.gnunet.construct.parsers;
2 22
3import org.gnunet.construct.Message; 23import org.gnunet.construct.Message;
diff --git a/src/org/gnunet/construct/parsers/IntegerFillParser.java b/src/org/gnunet/construct/parsers/IntegerFillParser.java
index 587155c..01eda18 100644
--- a/src/org/gnunet/construct/parsers/IntegerFillParser.java
+++ b/src/org/gnunet/construct/parsers/IntegerFillParser.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct.parsers; 21package org.gnunet.construct.parsers;
2 22
3import org.gnunet.construct.Message; 23import org.gnunet.construct.Message;
diff --git a/src/org/gnunet/construct/parsers/IntegerParser.java b/src/org/gnunet/construct/parsers/IntegerParser.java
index ad226d3..723c62d 100644
--- a/src/org/gnunet/construct/parsers/IntegerParser.java
+++ b/src/org/gnunet/construct/parsers/IntegerParser.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct.parsers; 21package org.gnunet.construct.parsers;
2 22
3import org.gnunet.construct.Message; 23import org.gnunet.construct.Message;
diff --git a/src/org/gnunet/construct/parsers/IntegerUtil.java b/src/org/gnunet/construct/parsers/IntegerUtil.java
index 7703774..b1cc8b0 100644
--- a/src/org/gnunet/construct/parsers/IntegerUtil.java
+++ b/src/org/gnunet/construct/parsers/IntegerUtil.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct.parsers; 21package org.gnunet.construct.parsers;
2 22
3 23
diff --git a/src/org/gnunet/construct/parsers/NestedParser.java b/src/org/gnunet/construct/parsers/NestedParser.java
index d1db6aa..6e96ef4 100644
--- a/src/org/gnunet/construct/parsers/NestedParser.java
+++ b/src/org/gnunet/construct/parsers/NestedParser.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct.parsers; 21package org.gnunet.construct.parsers;
2 22
3import org.gnunet.construct.Message; 23import org.gnunet.construct.Message;
diff --git a/src/org/gnunet/construct/parsers/Parser.java b/src/org/gnunet/construct/parsers/Parser.java
index 2ba3003..cfbb171 100644
--- a/src/org/gnunet/construct/parsers/Parser.java
+++ b/src/org/gnunet/construct/parsers/Parser.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct.parsers; 21package org.gnunet.construct.parsers;
2 22
3import org.gnunet.construct.Message; 23import org.gnunet.construct.Message;
diff --git a/src/org/gnunet/construct/parsers/SequenceParser.java b/src/org/gnunet/construct/parsers/SequenceParser.java
index 50ea794..d3d75e2 100644
--- a/src/org/gnunet/construct/parsers/SequenceParser.java
+++ b/src/org/gnunet/construct/parsers/SequenceParser.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct.parsers; 21package org.gnunet.construct.parsers;
2 22
3import org.gnunet.construct.Message; 23import org.gnunet.construct.Message;
diff --git a/src/org/gnunet/construct/parsers/StringParser.java b/src/org/gnunet/construct/parsers/StringParser.java
index b700370..d7e0ed3 100644
--- a/src/org/gnunet/construct/parsers/StringParser.java
+++ b/src/org/gnunet/construct/parsers/StringParser.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct.parsers; 21package org.gnunet.construct.parsers;
2 22
3import org.gnunet.construct.Message; 23import org.gnunet.construct.Message;
diff --git a/src/org/gnunet/construct/parsers/UnionParser.java b/src/org/gnunet/construct/parsers/UnionParser.java
index a10326b..a63ab93 100644
--- a/src/org/gnunet/construct/parsers/UnionParser.java
+++ b/src/org/gnunet/construct/parsers/UnionParser.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct.parsers; 21package org.gnunet.construct.parsers;
2 22
3import org.gnunet.construct.*; 23import org.gnunet.construct.*;
diff --git a/src/org/gnunet/construct/parsers/VariableSizeArrayParser.java b/src/org/gnunet/construct/parsers/VariableSizeArrayParser.java
index dfeae8b..aa5aa6b 100644
--- a/src/org/gnunet/construct/parsers/VariableSizeArrayParser.java
+++ b/src/org/gnunet/construct/parsers/VariableSizeArrayParser.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct.parsers; 21package org.gnunet.construct.parsers;
2 22
3import org.gnunet.construct.Message; 23import org.gnunet.construct.Message;
diff --git a/src/org/gnunet/core/ConnectHandler.java b/src/org/gnunet/core/ConnectHandler.java
index 5ab3960..a36d798 100644
--- a/src/org/gnunet/core/ConnectHandler.java
+++ b/src/org/gnunet/core/ConnectHandler.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.core; 21package org.gnunet.core;
2 22
3import org.gnunet.util.PeerIdentity; 23import org.gnunet.util.PeerIdentity;
diff --git a/src/org/gnunet/core/ConnectNotifyMessage.java b/src/org/gnunet/core/ConnectNotifyMessage.java
index 9ee5879..7d88472 100644
--- a/src/org/gnunet/core/ConnectNotifyMessage.java
+++ b/src/org/gnunet/core/ConnectNotifyMessage.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.core; 21package org.gnunet.core;
2 22
3import org.gnunet.construct.ByteFill; 23import org.gnunet.construct.ByteFill;
diff --git a/src/org/gnunet/core/Core.java b/src/org/gnunet/core/Core.java
index 55e8e50..e51f040 100644
--- a/src/org/gnunet/core/Core.java
+++ b/src/org/gnunet/core/Core.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.core; 21package org.gnunet.core;
2 22
3import org.gnunet.construct.*; 23import org.gnunet.construct.*;
diff --git a/src/org/gnunet/core/DisconnectHandler.java b/src/org/gnunet/core/DisconnectHandler.java
index 02a38d0..c7ca407 100644
--- a/src/org/gnunet/core/DisconnectHandler.java
+++ b/src/org/gnunet/core/DisconnectHandler.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.core; 21package org.gnunet.core;
2 22
3import org.gnunet.util.PeerIdentity; 23import org.gnunet.util.PeerIdentity;
diff --git a/src/org/gnunet/core/DisconnectNotifyMessage.java b/src/org/gnunet/core/DisconnectNotifyMessage.java
index b6ecdd1..e4c3209 100644
--- a/src/org/gnunet/core/DisconnectNotifyMessage.java
+++ b/src/org/gnunet/core/DisconnectNotifyMessage.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.core; 21package org.gnunet.core;
2 22
3import org.gnunet.construct.NestedMessage; 23import org.gnunet.construct.NestedMessage;
diff --git a/src/org/gnunet/core/HeaderNotify.java b/src/org/gnunet/core/HeaderNotify.java
index 2cda0a4..4f536e3 100644
--- a/src/org/gnunet/core/HeaderNotify.java
+++ b/src/org/gnunet/core/HeaderNotify.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.core; 21package org.gnunet.core;
2 22
3import org.gnunet.util.GnunetMessage; 23import org.gnunet.util.GnunetMessage;
diff --git a/src/org/gnunet/core/InitCallback.java b/src/org/gnunet/core/InitCallback.java
index 049e4c1..889f8cf 100644
--- a/src/org/gnunet/core/InitCallback.java
+++ b/src/org/gnunet/core/InitCallback.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.core; 21package org.gnunet.core;
2 22
3import org.gnunet.util.PeerIdentity; 23import org.gnunet.util.PeerIdentity;
diff --git a/src/org/gnunet/core/InitMessage.java b/src/org/gnunet/core/InitMessage.java
index c1bede4..f76d043 100644
--- a/src/org/gnunet/core/InitMessage.java
+++ b/src/org/gnunet/core/InitMessage.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.core; 21package org.gnunet.core;
2 22
3import org.gnunet.construct.IntegerFill; 23import org.gnunet.construct.IntegerFill;
diff --git a/src/org/gnunet/core/InitReplyMessage.java b/src/org/gnunet/core/InitReplyMessage.java
index a753a22..02e8eef 100644
--- a/src/org/gnunet/core/InitReplyMessage.java
+++ b/src/org/gnunet/core/InitReplyMessage.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.core; 21package org.gnunet.core;
2 22
3import org.gnunet.construct.NestedMessage; 23import org.gnunet.construct.NestedMessage;
diff --git a/src/org/gnunet/core/MessageNotify.java b/src/org/gnunet/core/MessageNotify.java
index c4d54b2..b14ce29 100644
--- a/src/org/gnunet/core/MessageNotify.java
+++ b/src/org/gnunet/core/MessageNotify.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.core; 21package org.gnunet.core;
2 22
3import org.gnunet.util.GnunetMessage; 23import org.gnunet.util.GnunetMessage;
diff --git a/src/org/gnunet/core/NotifyInboundTrafficMessage.java b/src/org/gnunet/core/NotifyInboundTrafficMessage.java
index bff19d5..970a4ff 100644
--- a/src/org/gnunet/core/NotifyInboundTrafficMessage.java
+++ b/src/org/gnunet/core/NotifyInboundTrafficMessage.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.core; 21package org.gnunet.core;
2 22
3import org.gnunet.construct.*; 23import org.gnunet.construct.*;
diff --git a/src/org/gnunet/core/NotifyOutboundTrafficMessage.java b/src/org/gnunet/core/NotifyOutboundTrafficMessage.java
index 7b71e01..3e66685 100644
--- a/src/org/gnunet/core/NotifyOutboundTrafficMessage.java
+++ b/src/org/gnunet/core/NotifyOutboundTrafficMessage.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.core; 21package org.gnunet.core;
2 22
3import org.gnunet.construct.*; 23import org.gnunet.construct.*;
diff --git a/src/org/gnunet/core/SendMessage.java b/src/org/gnunet/core/SendMessage.java
index 9b2a5dc..e4c6215 100644
--- a/src/org/gnunet/core/SendMessage.java
+++ b/src/org/gnunet/core/SendMessage.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.core; 21package org.gnunet.core;
2 22
3import org.gnunet.construct.NestedMessage; 23import org.gnunet.construct.NestedMessage;
diff --git a/src/org/gnunet/core/SendMessageReady.java b/src/org/gnunet/core/SendMessageReady.java
index d2c1c1c..aa5bf44 100644
--- a/src/org/gnunet/core/SendMessageReady.java
+++ b/src/org/gnunet/core/SendMessageReady.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.core; 21package org.gnunet.core;
2 22
3import org.gnunet.construct.NestedMessage; 23import org.gnunet.construct.NestedMessage;
diff --git a/src/org/gnunet/core/SendMessageRequest.java b/src/org/gnunet/core/SendMessageRequest.java
index 0ee58a8..17087d3 100644
--- a/src/org/gnunet/core/SendMessageRequest.java
+++ b/src/org/gnunet/core/SendMessageRequest.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.core; 21package org.gnunet.core;
2 22
3import org.gnunet.construct.NestedMessage; 23import org.gnunet.construct.NestedMessage;
diff --git a/src/org/gnunet/core/package-info.java b/src/org/gnunet/core/package-info.java
index 95a9352..64e5d59 100644
--- a/src/org/gnunet/core/package-info.java
+++ b/src/org/gnunet/core/package-info.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1/** 21/**
2 * API for the gnunet core service. 22 * API for the gnunet core service.
3 */ 23 */
diff --git a/src/org/gnunet/dht/BlockType.java b/src/org/gnunet/dht/BlockType.java
index ba8c143..cf00d38 100644
--- a/src/org/gnunet/dht/BlockType.java
+++ b/src/org/gnunet/dht/BlockType.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.dht; 21package org.gnunet.dht;
2 22
3/** 23/**
diff --git a/src/org/gnunet/dht/ClientGetMessage.java b/src/org/gnunet/dht/ClientGetMessage.java
index 5bf0aad..40223eb 100644
--- a/src/org/gnunet/dht/ClientGetMessage.java
+++ b/src/org/gnunet/dht/ClientGetMessage.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.dht; 21package org.gnunet.dht;
2 22
3import org.gnunet.construct.*; 23import org.gnunet.construct.*;
diff --git a/src/org/gnunet/dht/ClientGetStopMessage.java b/src/org/gnunet/dht/ClientGetStopMessage.java
index d572fd9..4cdee12 100644
--- a/src/org/gnunet/dht/ClientGetStopMessage.java
+++ b/src/org/gnunet/dht/ClientGetStopMessage.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.dht; 21package org.gnunet.dht;
2 22
3import org.gnunet.construct.NestedMessage; 23import org.gnunet.construct.NestedMessage;
diff --git a/src/org/gnunet/dht/ClientPutConfirmationMessage.java b/src/org/gnunet/dht/ClientPutConfirmationMessage.java
index 8ca5b89..45bbe60 100644
--- a/src/org/gnunet/dht/ClientPutConfirmationMessage.java
+++ b/src/org/gnunet/dht/ClientPutConfirmationMessage.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.dht; 21package org.gnunet.dht;
2 22
3import org.gnunet.construct.UInt32; 23import org.gnunet.construct.UInt32;
diff --git a/src/org/gnunet/dht/ClientPutMessage.java b/src/org/gnunet/dht/ClientPutMessage.java
index 485f67c..398ebf6 100644
--- a/src/org/gnunet/dht/ClientPutMessage.java
+++ b/src/org/gnunet/dht/ClientPutMessage.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.dht; 21package org.gnunet.dht;
2 22
3import org.gnunet.construct.*; 23import org.gnunet.construct.*;
diff --git a/src/org/gnunet/dht/ClientResultMessage.java b/src/org/gnunet/dht/ClientResultMessage.java
index 4ffb1b1..7d3f50f 100644
--- a/src/org/gnunet/dht/ClientResultMessage.java
+++ b/src/org/gnunet/dht/ClientResultMessage.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.dht; 21package org.gnunet.dht;
2 22
3import org.gnunet.construct.*; 23import org.gnunet.construct.*;
diff --git a/src/org/gnunet/dht/DistributedHashTable.java b/src/org/gnunet/dht/DistributedHashTable.java
index af101d1..6b5500a 100644
--- a/src/org/gnunet/dht/DistributedHashTable.java
+++ b/src/org/gnunet/dht/DistributedHashTable.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.dht; 21package org.gnunet.dht;
2 22
3import org.gnunet.util.*; 23import org.gnunet.util.*;
diff --git a/src/org/gnunet/dht/MonitorGetHandler.java b/src/org/gnunet/dht/MonitorGetHandler.java
index 99212f8..c7dad7c 100644
--- a/src/org/gnunet/dht/MonitorGetHandler.java
+++ b/src/org/gnunet/dht/MonitorGetHandler.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.dht; 21package org.gnunet.dht;
2 22
3import org.gnunet.util.HashCode; 23import org.gnunet.util.HashCode;
diff --git a/src/org/gnunet/dht/MonitorGetMessage.java b/src/org/gnunet/dht/MonitorGetMessage.java
index de5575b..e96ec96 100644
--- a/src/org/gnunet/dht/MonitorGetMessage.java
+++ b/src/org/gnunet/dht/MonitorGetMessage.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.dht; 21package org.gnunet.dht;
2 22
3import org.gnunet.construct.NestedMessage; 23import org.gnunet.construct.NestedMessage;
diff --git a/src/org/gnunet/dht/MonitorGetRespMessage.java b/src/org/gnunet/dht/MonitorGetRespMessage.java
index d5f8fb1..b388b6c 100644
--- a/src/org/gnunet/dht/MonitorGetRespMessage.java
+++ b/src/org/gnunet/dht/MonitorGetRespMessage.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.dht; 21package org.gnunet.dht;
2 22
3import org.gnunet.construct.*; 23import org.gnunet.construct.*;
diff --git a/src/org/gnunet/dht/MonitorGetResponseHandler.java b/src/org/gnunet/dht/MonitorGetResponseHandler.java
index 594dfa6..ff03cce 100644
--- a/src/org/gnunet/dht/MonitorGetResponseHandler.java
+++ b/src/org/gnunet/dht/MonitorGetResponseHandler.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.dht; 21package org.gnunet.dht;
2 22
3import org.gnunet.util.AbsoluteTimeMessage; 23import org.gnunet.util.AbsoluteTimeMessage;
diff --git a/src/org/gnunet/dht/MonitorPutHandler.java b/src/org/gnunet/dht/MonitorPutHandler.java
index 7697843..0abb79b 100644
--- a/src/org/gnunet/dht/MonitorPutHandler.java
+++ b/src/org/gnunet/dht/MonitorPutHandler.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.dht; 21package org.gnunet.dht;
2 22
3import org.gnunet.util.AbsoluteTimeMessage; 23import org.gnunet.util.AbsoluteTimeMessage;
diff --git a/src/org/gnunet/dht/MonitorPutMessage.java b/src/org/gnunet/dht/MonitorPutMessage.java
index 130b5e7..7d7261f 100644
--- a/src/org/gnunet/dht/MonitorPutMessage.java
+++ b/src/org/gnunet/dht/MonitorPutMessage.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.dht; 21package org.gnunet.dht;
2 22
3import org.gnunet.construct.*; 23import org.gnunet.construct.*;
diff --git a/src/org/gnunet/dht/MonitorStartStop.java b/src/org/gnunet/dht/MonitorStartStop.java
index 06105d9..b3f3268 100644
--- a/src/org/gnunet/dht/MonitorStartStop.java
+++ b/src/org/gnunet/dht/MonitorStartStop.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.dht; 21package org.gnunet.dht;
2 22
3import org.gnunet.construct.NestedMessage; 23import org.gnunet.construct.NestedMessage;
diff --git a/src/org/gnunet/dht/ResultCallback.java b/src/org/gnunet/dht/ResultCallback.java
index 128a113..fa5c7ef 100644
--- a/src/org/gnunet/dht/ResultCallback.java
+++ b/src/org/gnunet/dht/ResultCallback.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.dht; 21package org.gnunet.dht;
2 22
3import org.gnunet.util.AbsoluteTime; 23import org.gnunet.util.AbsoluteTime;
diff --git a/src/org/gnunet/dht/RouteOption.java b/src/org/gnunet/dht/RouteOption.java
index 3362a41..b74b528 100644
--- a/src/org/gnunet/dht/RouteOption.java
+++ b/src/org/gnunet/dht/RouteOption.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.dht; 21package org.gnunet.dht;
2 22
3/** 23/**
diff --git a/src/org/gnunet/dht/package-info.java b/src/org/gnunet/dht/package-info.java
index 93c736f..3d8c6ed 100644
--- a/src/org/gnunet/dht/package-info.java
+++ b/src/org/gnunet/dht/package-info.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1/** 21/**
2 * API for the gnunet dht service. 22 * API for the gnunet dht service.
3 */ 23 */
diff --git a/src/org/gnunet/nse/NetworkSizeEstimation.java b/src/org/gnunet/nse/NetworkSizeEstimation.java
index 006bfb4..db4c8f0 100644
--- a/src/org/gnunet/nse/NetworkSizeEstimation.java
+++ b/src/org/gnunet/nse/NetworkSizeEstimation.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.nse; 21package org.gnunet.nse;
2 22
3 23
diff --git a/src/org/gnunet/nse/package-info.java b/src/org/gnunet/nse/package-info.java
index 914d2d6..3bbc064 100644
--- a/src/org/gnunet/nse/package-info.java
+++ b/src/org/gnunet/nse/package-info.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1/** 21/**
2 * API for the gnunet nse service. 22 * API for the gnunet nse service.
3 */ 23 */
diff --git a/src/org/gnunet/statistics/GetMessage.java b/src/org/gnunet/statistics/GetMessage.java
index 2b5cb95..eb44fbd 100644
--- a/src/org/gnunet/statistics/GetMessage.java
+++ b/src/org/gnunet/statistics/GetMessage.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.statistics; 21package org.gnunet.statistics;
2 22
3import org.gnunet.construct.UnionCase; 23import org.gnunet.construct.UnionCase;
diff --git a/src/org/gnunet/statistics/GetResponseEndMessage.java b/src/org/gnunet/statistics/GetResponseEndMessage.java
index 8db5c01..88f735f 100644
--- a/src/org/gnunet/statistics/GetResponseEndMessage.java
+++ b/src/org/gnunet/statistics/GetResponseEndMessage.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.statistics; 21package org.gnunet.statistics;
2 22
3import org.gnunet.construct.UnionCase; 23import org.gnunet.construct.UnionCase;
diff --git a/src/org/gnunet/statistics/GetResponseMessage.java b/src/org/gnunet/statistics/GetResponseMessage.java
index f939c7e..2a722e6 100644
--- a/src/org/gnunet/statistics/GetResponseMessage.java
+++ b/src/org/gnunet/statistics/GetResponseMessage.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.statistics; 21package org.gnunet.statistics;
2 22
3import org.gnunet.construct.UInt32; 23import org.gnunet.construct.UInt32;
diff --git a/src/org/gnunet/statistics/SetMessage.java b/src/org/gnunet/statistics/SetMessage.java
index 2b8571e..d75e3bf 100644
--- a/src/org/gnunet/statistics/SetMessage.java
+++ b/src/org/gnunet/statistics/SetMessage.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.statistics; 21package org.gnunet.statistics;
2 22
3import org.gnunet.construct.UInt32; 23import org.gnunet.construct.UInt32;
diff --git a/src/org/gnunet/statistics/Statistics.java b/src/org/gnunet/statistics/Statistics.java
index 8fed42d..a657053 100644
--- a/src/org/gnunet/statistics/Statistics.java
+++ b/src/org/gnunet/statistics/Statistics.java
@@ -1,4 +1,24 @@
1/* 1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
21/*
2 * The stuff below does nothing whatsoever, first milestone of 22 * The stuff below does nothing whatsoever, first milestone of
3 * this project is to implement the StatisticsService api 23 * this project is to implement the StatisticsService api
4 * 24 *
diff --git a/src/org/gnunet/statistics/StatisticsReceiver.java b/src/org/gnunet/statistics/StatisticsReceiver.java
index f806bb0..87fbdd6 100644
--- a/src/org/gnunet/statistics/StatisticsReceiver.java
+++ b/src/org/gnunet/statistics/StatisticsReceiver.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.statistics; 21package org.gnunet.statistics;
2 22
3 23
diff --git a/src/org/gnunet/statistics/WatchMessage.java b/src/org/gnunet/statistics/WatchMessage.java
index 377a658..814f263 100644
--- a/src/org/gnunet/statistics/WatchMessage.java
+++ b/src/org/gnunet/statistics/WatchMessage.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.statistics; 21package org.gnunet.statistics;
2 22
3 23
diff --git a/src/org/gnunet/statistics/WatchResponseMessage.java b/src/org/gnunet/statistics/WatchResponseMessage.java
index 2690d79..19c56b5 100644
--- a/src/org/gnunet/statistics/WatchResponseMessage.java
+++ b/src/org/gnunet/statistics/WatchResponseMessage.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.statistics; 21package org.gnunet.statistics;
2 22
3 23
diff --git a/src/org/gnunet/statistics/package-info.java b/src/org/gnunet/statistics/package-info.java
index 9e86c99..fce59e7 100644
--- a/src/org/gnunet/statistics/package-info.java
+++ b/src/org/gnunet/statistics/package-info.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1/** 21/**
2 * API for the gnunet statistics service. 22 * API for the gnunet statistics service.
3 */ 23 */
diff --git a/src/org/gnunet/util/ATSInformation.java b/src/org/gnunet/util/ATSInformation.java
index 9766818..b93931b 100644
--- a/src/org/gnunet/util/ATSInformation.java
+++ b/src/org/gnunet/util/ATSInformation.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.util; 21package org.gnunet.util;
2 22
3 23
diff --git a/src/org/gnunet/util/AbsoluteTimeMessage.java b/src/org/gnunet/util/AbsoluteTimeMessage.java
index 7e8e13a..7af0244 100644
--- a/src/org/gnunet/util/AbsoluteTimeMessage.java
+++ b/src/org/gnunet/util/AbsoluteTimeMessage.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.util; 21package org.gnunet.util;
2 22
3import org.gnunet.construct.Message; 23import org.gnunet.construct.Message;
diff --git a/src/org/gnunet/util/Cancelable.java b/src/org/gnunet/util/Cancelable.java
index d3635f5..173f4c0 100644
--- a/src/org/gnunet/util/Cancelable.java
+++ b/src/org/gnunet/util/Cancelable.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.util; 21package org.gnunet.util;
2 22
3/** 23/**
diff --git a/src/org/gnunet/util/Connection.java b/src/org/gnunet/util/Connection.java
index f431d2e..f78101b 100644
--- a/src/org/gnunet/util/Connection.java
+++ b/src/org/gnunet/util/Connection.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.util; 21package org.gnunet.util;
2 22
3import org.gnunet.construct.Construct; 23import org.gnunet.construct.Construct;
diff --git a/src/org/gnunet/util/Continuation.java b/src/org/gnunet/util/Continuation.java
index ba7fe54..d626c9e 100644
--- a/src/org/gnunet/util/Continuation.java
+++ b/src/org/gnunet/util/Continuation.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.util; 21package org.gnunet.util;
2 22
3public interface Continuation { 23public interface Continuation {
diff --git a/src/org/gnunet/util/GnunetMessage.java b/src/org/gnunet/util/GnunetMessage.java
index f0c74b3..9913ae4 100644
--- a/src/org/gnunet/util/GnunetMessage.java
+++ b/src/org/gnunet/util/GnunetMessage.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.util; 21package org.gnunet.util;
2 22
3 23
diff --git a/src/org/gnunet/util/HashCode.java b/src/org/gnunet/util/HashCode.java
index ef28cde..02db150 100644
--- a/src/org/gnunet/util/HashCode.java
+++ b/src/org/gnunet/util/HashCode.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.util; 21package org.gnunet.util;
2 22
3 23
diff --git a/src/org/gnunet/util/MessageTransmitter.java b/src/org/gnunet/util/MessageTransmitter.java
index bd1a8af..54a6555 100644
--- a/src/org/gnunet/util/MessageTransmitter.java
+++ b/src/org/gnunet/util/MessageTransmitter.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.util; 21package org.gnunet.util;
2 22
3 23
diff --git a/src/org/gnunet/util/PeerIdentity.java b/src/org/gnunet/util/PeerIdentity.java
index 61a12bf..bed569b 100644
--- a/src/org/gnunet/util/PeerIdentity.java
+++ b/src/org/gnunet/util/PeerIdentity.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.util; 21package org.gnunet.util;
2 22
3 23
diff --git a/src/org/gnunet/util/Program.java b/src/org/gnunet/util/Program.java
index 9489a9d..9892fd3 100644
--- a/src/org/gnunet/util/Program.java
+++ b/src/org/gnunet/util/Program.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.util; 21package org.gnunet.util;
2 22
3import org.apache.log4j.*; 23import org.apache.log4j.*;
diff --git a/src/org/gnunet/util/RelativeTime.java b/src/org/gnunet/util/RelativeTime.java
index 1a1fd75..c9dcb48 100644
--- a/src/org/gnunet/util/RelativeTime.java
+++ b/src/org/gnunet/util/RelativeTime.java
@@ -1,21 +1,21 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2009 Christian Grothoff (and other contributing authors) 3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 2, or (at your 7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version. 8 option) any later version.
9 9
10 GNUnet is distributed in the hope that it will be useful, but 10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details. 13 General Public License for more details.
14 14
15 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the 16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330, 17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA. 18 Boston, MA 02111-1307, USA.
19 */ 19 */
20 20
21package org.gnunet.util; 21package org.gnunet.util;
diff --git a/src/org/gnunet/util/RelativeTimeMessage.java b/src/org/gnunet/util/RelativeTimeMessage.java
index 7542293..9488441 100644
--- a/src/org/gnunet/util/RelativeTimeMessage.java
+++ b/src/org/gnunet/util/RelativeTimeMessage.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.util; 21package org.gnunet.util;
2 22
3import org.gnunet.construct.Message; 23import org.gnunet.construct.Message;
diff --git a/src/org/gnunet/util/RequestQueue.java b/src/org/gnunet/util/RequestQueue.java
index d454f63..fc22e88 100644
--- a/src/org/gnunet/util/RequestQueue.java
+++ b/src/org/gnunet/util/RequestQueue.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.util; 21package org.gnunet.util;
2 22
3import java.util.LinkedList; 23import java.util.LinkedList;
diff --git a/src/org/gnunet/util/Resolver.java b/src/org/gnunet/util/Resolver.java
index fa94e8e..18573a4 100644
--- a/src/org/gnunet/util/Resolver.java
+++ b/src/org/gnunet/util/Resolver.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.util; 21package org.gnunet.util;
2 22
3import org.gnunet.construct.*; 23import org.gnunet.construct.*;
diff --git a/src/org/gnunet/util/RunaboutMessageReceiver.java b/src/org/gnunet/util/RunaboutMessageReceiver.java
index ad5dd97..2a0f067 100644
--- a/src/org/gnunet/util/RunaboutMessageReceiver.java
+++ b/src/org/gnunet/util/RunaboutMessageReceiver.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.util; 21package org.gnunet.util;
2 22
3import org.grothoff.Runabout; 23import org.grothoff.Runabout;
diff --git a/src/org/gnunet/util/Server.java b/src/org/gnunet/util/Server.java
index 09c7a3b..d6a4290 100644
--- a/src/org/gnunet/util/Server.java
+++ b/src/org/gnunet/util/Server.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.util; 21package org.gnunet.util;
2 22
3 23
diff --git a/src/org/gnunet/util/Service.java b/src/org/gnunet/util/Service.java
index 756ea33..ffbe779 100644
--- a/src/org/gnunet/util/Service.java
+++ b/src/org/gnunet/util/Service.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.util; 21package org.gnunet.util;
2 22
3 23
diff --git a/src/org/gnunet/util/Strings.java b/src/org/gnunet/util/Strings.java
index 2ed2b99..3c369b1 100644
--- a/src/org/gnunet/util/Strings.java
+++ b/src/org/gnunet/util/Strings.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.util; 21package org.gnunet.util;
2 22
3/** 23/**
diff --git a/src/org/gnunet/util/TESTMessage.java b/src/org/gnunet/util/TESTMessage.java
index d4c6b1f..44c28ce 100644
--- a/src/org/gnunet/util/TESTMessage.java
+++ b/src/org/gnunet/util/TESTMessage.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.util; 21package org.gnunet.util;
2 22
3import org.gnunet.construct.UnionCase; 23import org.gnunet.construct.UnionCase;
diff --git a/src/org/gnunet/util/getopt/Option.java b/src/org/gnunet/util/getopt/Option.java
index 9cf8019..f2276e3 100644
--- a/src/org/gnunet/util/getopt/Option.java
+++ b/src/org/gnunet/util/getopt/Option.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.util.getopt; 21package org.gnunet.util.getopt;
2 22
3 23
diff --git a/src/org/gnunet/util/getopt/OptionAction.java b/src/org/gnunet/util/getopt/OptionAction.java
index 239676f..29b4a61 100644
--- a/src/org/gnunet/util/getopt/OptionAction.java
+++ b/src/org/gnunet/util/getopt/OptionAction.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.util.getopt; 21package org.gnunet.util.getopt;
2 22
3 23
diff --git a/src/org/gnunet/util/getopt/Parser.java b/src/org/gnunet/util/getopt/Parser.java
index f5f536f..9807146 100644
--- a/src/org/gnunet/util/getopt/Parser.java
+++ b/src/org/gnunet/util/getopt/Parser.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.util.getopt; 21package org.gnunet.util.getopt;
2 22
3import org.gnunet.construct.ReflectUtil; 23import org.gnunet.construct.ReflectUtil;
diff --git a/src/org/gnunet/util/getopt/package-info.java b/src/org/gnunet/util/getopt/package-info.java
index 10b3c35..0e3bdf5 100644
--- a/src/org/gnunet/util/getopt/package-info.java
+++ b/src/org/gnunet/util/getopt/package-info.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1/** 21/**
2 * Command line option parsing 22 * Command line option parsing
3 */ 23 */
diff --git a/src/org/gnunet/util/package-info.java b/src/org/gnunet/util/package-info.java
index 1040aae..df61afd 100644
--- a/src/org/gnunet/util/package-info.java
+++ b/src/org/gnunet/util/package-info.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1/** 21/**
2 * Common utilities for gnunet components. 22 * Common utilities for gnunet components.
3 */ 23 */
diff --git a/src/org/grothoff/Runabout.java b/src/org/grothoff/Runabout.java
index 45c76ed..b187260 100644
--- a/src/org/grothoff/Runabout.java
+++ b/src/org/grothoff/Runabout.java
@@ -1,6 +1,6 @@
1/** 1/*
2 * (C) 2002, 2003, 2004, 2005, 2006 Christian Grothoff 2 * (C) 2002, 2003, 2004, 2005, 2006 Christian Grothoff
3 * <p> 3 *
4 * The Runabout is free software; you can redistribute it and/or modify it under 4 * The Runabout is free software; you can redistribute it and/or modify it under
5 * the terms of the GNU General Public License as published by the Free Software 5 * the terms of the GNU General Public License as published by the Free Software
6 * Foundation; either version 2, or (at your option) any later version. The 6 * Foundation; either version 2, or (at your option) any later version. The
@@ -13,8 +13,6 @@
13 * 13 *
14 * This software is also licensed under the Eclipse Public License v1.0 14 * This software is also licensed under the Eclipse Public License v1.0
15 * available at http://www.eclipse.org/legal/epl-v10.html. 15 * available at http://www.eclipse.org/legal/epl-v10.html.
16 *
17 * @file org.grothoff.Runabout.java
18 */ 16 */
19package org.grothoff; 17package org.grothoff;
20 18
diff --git a/test/org/gnunet/construct/ByteFillMessage.java b/test/org/gnunet/construct/ByteFillMessage.java
index e2cfb0a..fe7716f 100644
--- a/test/org/gnunet/construct/ByteFillMessage.java
+++ b/test/org/gnunet/construct/ByteFillMessage.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct; 21package org.gnunet.construct;
2 22
3 23
diff --git a/test/org/gnunet/construct/ConstructTest.java b/test/org/gnunet/construct/ConstructTest.java
index 11dc097..6cecd83 100644
--- a/test/org/gnunet/construct/ConstructTest.java
+++ b/test/org/gnunet/construct/ConstructTest.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct; 21package org.gnunet.construct;
2 22
3public class ConstructTest { 23public class ConstructTest {
diff --git a/test/org/gnunet/construct/QueryMessage.java b/test/org/gnunet/construct/QueryMessage.java
index 2bc5b61..2accd42 100644
--- a/test/org/gnunet/construct/QueryMessage.java
+++ b/test/org/gnunet/construct/QueryMessage.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct; 21package org.gnunet.construct;
2 22
3public class QueryMessage implements Message { 23public class QueryMessage implements Message {
diff --git a/test/org/gnunet/construct/SimpleTestMessage.java b/test/org/gnunet/construct/SimpleTestMessage.java
index ae77ab7..e55b3b0 100644
--- a/test/org/gnunet/construct/SimpleTestMessage.java
+++ b/test/org/gnunet/construct/SimpleTestMessage.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct; 21package org.gnunet.construct;
2 22
3public class SimpleTestMessage implements Message { 23public class SimpleTestMessage implements Message {
diff --git a/test/org/gnunet/construct/SimpleTestMessage2.java b/test/org/gnunet/construct/SimpleTestMessage2.java
index 0fa4f66..a6433d6 100644
--- a/test/org/gnunet/construct/SimpleTestMessage2.java
+++ b/test/org/gnunet/construct/SimpleTestMessage2.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct; 21package org.gnunet.construct;
2 22
3//@MessageId(321) 23//@MessageId(321)
diff --git a/test/org/gnunet/construct/SizeTestMessage.java b/test/org/gnunet/construct/SizeTestMessage.java
index b3a0c9b..4710ede 100644
--- a/test/org/gnunet/construct/SizeTestMessage.java
+++ b/test/org/gnunet/construct/SizeTestMessage.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct; 21package org.gnunet.construct;
2 22
3public class SizeTestMessage implements Message { 23public class SizeTestMessage implements Message {
diff --git a/test/org/gnunet/construct/StringMessage.java b/test/org/gnunet/construct/StringMessage.java
index bb9f399..20158a1 100644
--- a/test/org/gnunet/construct/StringMessage.java
+++ b/test/org/gnunet/construct/StringMessage.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct; 21package org.gnunet.construct;
2 22
3public class StringMessage implements Message { 23public class StringMessage implements Message {
diff --git a/test/org/gnunet/construct/UnionTest.java b/test/org/gnunet/construct/UnionTest.java
index fdf2c7e..02012f7 100644
--- a/test/org/gnunet/construct/UnionTest.java
+++ b/test/org/gnunet/construct/UnionTest.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct; 21package org.gnunet.construct;
2 22
3 23
diff --git a/test/org/gnunet/construct/VarTestMessage.java b/test/org/gnunet/construct/VarTestMessage.java
index a0c2de7..25e5bbc 100644
--- a/test/org/gnunet/construct/VarTestMessage.java
+++ b/test/org/gnunet/construct/VarTestMessage.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct; 21package org.gnunet.construct;
2 22
3public class VarTestMessage implements Message { 23public class VarTestMessage implements Message {
diff --git a/test/org/gnunet/construct/parsers/IntegerParserTest.java b/test/org/gnunet/construct/parsers/IntegerParserTest.java
index 6c3f8ba..e94b74e 100644
--- a/test/org/gnunet/construct/parsers/IntegerParserTest.java
+++ b/test/org/gnunet/construct/parsers/IntegerParserTest.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.construct.parsers; 21package org.gnunet.construct.parsers;
2 22
3import org.gnunet.construct.*; 23import org.gnunet.construct.*;
diff --git a/test/org/gnunet/util/GetoptTest.java b/test/org/gnunet/util/GetoptTest.java
index 81c5949..845126a 100644
--- a/test/org/gnunet/util/GetoptTest.java
+++ b/test/org/gnunet/util/GetoptTest.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.gnunet.util; 21package org.gnunet.util;
2 22
3 23
diff --git a/test/org/grothoff/RunaboutBenchmark.java b/test/org/grothoff/RunaboutBenchmark.java
index e365a16..fd12b36 100644
--- a/test/org/grothoff/RunaboutBenchmark.java
+++ b/test/org/grothoff/RunaboutBenchmark.java
@@ -1,3 +1,23 @@
1/*
2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
1package org.grothoff; 21package org.grothoff;
2 22
3 23