aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/gnunet/secretsharing/messages
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/gnunet/secretsharing/messages')
-rw-r--r--src/main/java/org/gnunet/secretsharing/messages/ClientDecryptMessage.java2
-rw-r--r--src/main/java/org/gnunet/secretsharing/messages/DecryptDoneMessage.java2
-rw-r--r--src/main/java/org/gnunet/secretsharing/messages/GenerateMessage.java2
-rw-r--r--src/main/java/org/gnunet/secretsharing/messages/SecretReadyMessage.java2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/main/java/org/gnunet/secretsharing/messages/ClientDecryptMessage.java b/src/main/java/org/gnunet/secretsharing/messages/ClientDecryptMessage.java
index bfe2efc..555dfda 100644
--- a/src/main/java/org/gnunet/secretsharing/messages/ClientDecryptMessage.java
+++ b/src/main/java/org/gnunet/secretsharing/messages/ClientDecryptMessage.java
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2014 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2014 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
diff --git a/src/main/java/org/gnunet/secretsharing/messages/DecryptDoneMessage.java b/src/main/java/org/gnunet/secretsharing/messages/DecryptDoneMessage.java
index 488e28b..77d72bf 100644
--- a/src/main/java/org/gnunet/secretsharing/messages/DecryptDoneMessage.java
+++ b/src/main/java/org/gnunet/secretsharing/messages/DecryptDoneMessage.java
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2014 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2014 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
diff --git a/src/main/java/org/gnunet/secretsharing/messages/GenerateMessage.java b/src/main/java/org/gnunet/secretsharing/messages/GenerateMessage.java
index 135b254..754b688 100644
--- a/src/main/java/org/gnunet/secretsharing/messages/GenerateMessage.java
+++ b/src/main/java/org/gnunet/secretsharing/messages/GenerateMessage.java
@@ -1,7 +1,7 @@
1/* 1/*
2 2
3 This file is part of GNUnet. 3 This file is part of GNUnet.
4 (C) 2014 Christian Grothoff (and other contributing authors) 4 Copyright (C) 2014 Christian Grothoff (and other contributing authors)
5 5
6 GNUnet is free software; you can redistribute it and/or modify 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 7 it under the terms of the GNU General Public License as published
diff --git a/src/main/java/org/gnunet/secretsharing/messages/SecretReadyMessage.java b/src/main/java/org/gnunet/secretsharing/messages/SecretReadyMessage.java
index 479fe2c..7675008 100644
--- a/src/main/java/org/gnunet/secretsharing/messages/SecretReadyMessage.java
+++ b/src/main/java/org/gnunet/secretsharing/messages/SecretReadyMessage.java
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2014 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2014 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