gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r32843 - in gnunet-java/src/test/java/org/gnunet: consensus


From: gnunet
Subject: [GNUnet-SVN] r32843 - in gnunet-java/src/test/java/org/gnunet: consensus testbed
Date: Mon, 31 Mar 2014 15:10:59 +0200

Author: dold
Date: 2014-03-31 15:10:58 +0200 (Mon, 31 Mar 2014)
New Revision: 32843

Modified:
   gnunet-java/src/test/java/org/gnunet/consensus/ConsensusTestbedTest.java
   gnunet-java/src/test/java/org/gnunet/testbed/TestbedTest.java
Log:
copyright, test fixes

Modified: 
gnunet-java/src/test/java/org/gnunet/consensus/ConsensusTestbedTest.java
===================================================================
--- gnunet-java/src/test/java/org/gnunet/consensus/ConsensusTestbedTest.java    
2014-03-31 10:51:44 UTC (rev 32842)
+++ gnunet-java/src/test/java/org/gnunet/consensus/ConsensusTestbedTest.java    
2014-03-31 13:10:58 UTC (rev 32843)
@@ -1,7 +1,26 @@
+/*
+ This file is part of GNUnet.
+  (C) 2012, 2013 Christian Grothoff (and other contributing authors)
+
+  GNUnet is free software; you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published
+  by the Free Software Foundation; either version 3, or (at your
+  option) any later version.
+
+  GNUnet is distributed in the hope that it will be useful, but
+  WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with GNUnet; see the file COPYING.  If not, write to the
+  Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+  Boston, MA 02111-1307, USA.
+ */
+
 package org.gnunet.consensus;
 
 import org.gnunet.testbed.*;
-import org.gnunet.testbed.callbacks.*;
 import org.gnunet.testing.TestingFixture;
 import org.gnunet.util.*;
 import org.junit.Assert;

Modified: gnunet-java/src/test/java/org/gnunet/testbed/TestbedTest.java
===================================================================
--- gnunet-java/src/test/java/org/gnunet/testbed/TestbedTest.java       
2014-03-31 10:51:44 UTC (rev 32842)
+++ gnunet-java/src/test/java/org/gnunet/testbed/TestbedTest.java       
2014-03-31 13:10:58 UTC (rev 32843)
@@ -1,7 +1,25 @@
+/*
+ This file is part of GNUnet.
+  (C) 2014 Christian Grothoff (and other contributing authors)
+
+  GNUnet is free software; you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published
+  by the Free Software Foundation; either version 3, or (at your
+  option) any later version.
+
+  GNUnet is distributed in the hope that it will be useful, but
+  WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with GNUnet; see the file COPYING.  If not, write to the
+  Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+  Boston, MA 02111-1307, USA.
+ */
+
 package org.gnunet.testbed;
 
-
-import org.gnunet.testbed.callbacks.*;
 import org.gnunet.testing.TestingFixture;
 import org.gnunet.util.Configuration;
 import org.gnunet.util.PeerIdentity;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]