aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/gnunet/consensus
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/gnunet/consensus')
-rw-r--r--src/main/java/org/gnunet/consensus/Consensus.java4
-rw-r--r--src/main/java/org/gnunet/consensus/ConsensusCallback.java4
-rw-r--r--src/main/java/org/gnunet/consensus/ConsensusElement.java4
-rw-r--r--src/main/java/org/gnunet/consensus/InsertDoneCallback.java4
-rw-r--r--src/main/java/org/gnunet/consensus/messages/ConcludeDoneMessage.java4
-rw-r--r--src/main/java/org/gnunet/consensus/messages/ConcludeMessage.java4
-rw-r--r--src/main/java/org/gnunet/consensus/messages/InsertElementMessage.java4
-rw-r--r--src/main/java/org/gnunet/consensus/messages/JoinMessage.java4
-rw-r--r--src/main/java/org/gnunet/consensus/messages/NewElementMessage.java4
-rw-r--r--src/main/java/org/gnunet/consensus/package-info.java4
10 files changed, 20 insertions, 20 deletions
diff --git a/src/main/java/org/gnunet/consensus/Consensus.java b/src/main/java/org/gnunet/consensus/Consensus.java
index ba3c8ed..88ed627 100644
--- a/src/main/java/org/gnunet/consensus/Consensus.java
+++ b/src/main/java/org/gnunet/consensus/Consensus.java
@@ -14,8 +14,8 @@
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., 51 Franklin Street, Fifth Floor,
18 Boston, MA 02111-1307, USA. 18 Boston, MA 02110-1301, USA.
19 */ 19 */
20 20
21package org.gnunet.consensus; 21package org.gnunet.consensus;
diff --git a/src/main/java/org/gnunet/consensus/ConsensusCallback.java b/src/main/java/org/gnunet/consensus/ConsensusCallback.java
index 0e07f52..9640a6a 100644
--- a/src/main/java/org/gnunet/consensus/ConsensusCallback.java
+++ b/src/main/java/org/gnunet/consensus/ConsensusCallback.java
@@ -14,8 +14,8 @@
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., 51 Franklin Street, Fifth Floor,
18 Boston, MA 02111-1307, USA. 18 Boston, MA 02110-1301, USA.
19 */ 19 */
20 20
21package org.gnunet.consensus; 21package org.gnunet.consensus;
diff --git a/src/main/java/org/gnunet/consensus/ConsensusElement.java b/src/main/java/org/gnunet/consensus/ConsensusElement.java
index cdc33eb..354afbb 100644
--- a/src/main/java/org/gnunet/consensus/ConsensusElement.java
+++ b/src/main/java/org/gnunet/consensus/ConsensusElement.java
@@ -14,8 +14,8 @@
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., 51 Franklin Street, Fifth Floor,
18 Boston, MA 02111-1307, USA. 18 Boston, MA 02110-1301, USA.
19 */ 19 */
20 20
21package org.gnunet.consensus; 21package org.gnunet.consensus;
diff --git a/src/main/java/org/gnunet/consensus/InsertDoneCallback.java b/src/main/java/org/gnunet/consensus/InsertDoneCallback.java
index 39e1292..fc5130b 100644
--- a/src/main/java/org/gnunet/consensus/InsertDoneCallback.java
+++ b/src/main/java/org/gnunet/consensus/InsertDoneCallback.java
@@ -14,8 +14,8 @@
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., 51 Franklin Street, Fifth Floor,
18 Boston, MA 02111-1307, USA. 18 Boston, MA 02110-1301, USA.
19 */ 19 */
20 20
21package org.gnunet.consensus; 21package org.gnunet.consensus;
diff --git a/src/main/java/org/gnunet/consensus/messages/ConcludeDoneMessage.java b/src/main/java/org/gnunet/consensus/messages/ConcludeDoneMessage.java
index 6e9c406..849178d 100644
--- a/src/main/java/org/gnunet/consensus/messages/ConcludeDoneMessage.java
+++ b/src/main/java/org/gnunet/consensus/messages/ConcludeDoneMessage.java
@@ -14,8 +14,8 @@
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., 51 Franklin Street, Fifth Floor,
18 Boston, MA 02111-1307, USA. 18 Boston, MA 02110-1301, USA.
19 */ 19 */
20 20
21package org.gnunet.consensus.messages; 21package org.gnunet.consensus.messages;
diff --git a/src/main/java/org/gnunet/consensus/messages/ConcludeMessage.java b/src/main/java/org/gnunet/consensus/messages/ConcludeMessage.java
index 8189a49..43fa5aa 100644
--- a/src/main/java/org/gnunet/consensus/messages/ConcludeMessage.java
+++ b/src/main/java/org/gnunet/consensus/messages/ConcludeMessage.java
@@ -14,8 +14,8 @@
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., 51 Franklin Street, Fifth Floor,
18 Boston, MA 02111-1307, USA. 18 Boston, MA 02110-1301, USA.
19 */ 19 */
20 20
21package org.gnunet.consensus.messages; 21package org.gnunet.consensus.messages;
diff --git a/src/main/java/org/gnunet/consensus/messages/InsertElementMessage.java b/src/main/java/org/gnunet/consensus/messages/InsertElementMessage.java
index b5c2483..38e6b70 100644
--- a/src/main/java/org/gnunet/consensus/messages/InsertElementMessage.java
+++ b/src/main/java/org/gnunet/consensus/messages/InsertElementMessage.java
@@ -14,8 +14,8 @@
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., 51 Franklin Street, Fifth Floor,
18 Boston, MA 02111-1307, USA. 18 Boston, MA 02110-1301, USA.
19 */ 19 */
20 20
21package org.gnunet.consensus.messages; 21package org.gnunet.consensus.messages;
diff --git a/src/main/java/org/gnunet/consensus/messages/JoinMessage.java b/src/main/java/org/gnunet/consensus/messages/JoinMessage.java
index 047f910..0f511bb 100644
--- a/src/main/java/org/gnunet/consensus/messages/JoinMessage.java
+++ b/src/main/java/org/gnunet/consensus/messages/JoinMessage.java
@@ -14,8 +14,8 @@
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., 51 Franklin Street, Fifth Floor,
18 Boston, MA 02111-1307, USA. 18 Boston, MA 02110-1301, USA.
19 */ 19 */
20 20
21package org.gnunet.consensus.messages; 21package org.gnunet.consensus.messages;
diff --git a/src/main/java/org/gnunet/consensus/messages/NewElementMessage.java b/src/main/java/org/gnunet/consensus/messages/NewElementMessage.java
index 6746f28..cb8a55e 100644
--- a/src/main/java/org/gnunet/consensus/messages/NewElementMessage.java
+++ b/src/main/java/org/gnunet/consensus/messages/NewElementMessage.java
@@ -14,8 +14,8 @@
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., 51 Franklin Street, Fifth Floor,
18 Boston, MA 02111-1307, USA. 18 Boston, MA 02110-1301, USA.
19 */ 19 */
20 20
21package org.gnunet.consensus.messages; 21package org.gnunet.consensus.messages;
diff --git a/src/main/java/org/gnunet/consensus/package-info.java b/src/main/java/org/gnunet/consensus/package-info.java
index 7240056..93cc048 100644
--- a/src/main/java/org/gnunet/consensus/package-info.java
+++ b/src/main/java/org/gnunet/consensus/package-info.java
@@ -14,8 +14,8 @@
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., 51 Franklin Street, Fifth Floor,
18 Boston, MA 02111-1307, USA. 18 Boston, MA 02110-1301, USA.
19 */ 19 */
20 20
21 21