aboutsummaryrefslogtreecommitdiff
path: root/test
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 /test
parentb62074c7d1ae6bae6cecb4e7870405983e99b19b (diff)
downloadgnunet-java-0314ed2e7ebb2d362f25a79ce5fa689203e0e9e8.tar.gz
gnunet-java-0314ed2e7ebb2d362f25a79ce5fa689203e0e9e8.zip
added copyright
Diffstat (limited to 'test')
-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
12 files changed, 240 insertions, 0 deletions
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