aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/gnunet/core/messages
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/gnunet/core/messages')
-rw-r--r--src/main/java/org/gnunet/core/messages/ConnectNotifyMessage.java4
-rw-r--r--src/main/java/org/gnunet/core/messages/DisconnectNotifyMessage.java4
-rw-r--r--src/main/java/org/gnunet/core/messages/InitMessage.java4
-rw-r--r--src/main/java/org/gnunet/core/messages/InitReplyMessage.java4
-rw-r--r--src/main/java/org/gnunet/core/messages/NotifyInboundTrafficMessage.java4
-rw-r--r--src/main/java/org/gnunet/core/messages/NotifyOutboundTrafficMessage.java4
-rw-r--r--src/main/java/org/gnunet/core/messages/SendMessage.java4
-rw-r--r--src/main/java/org/gnunet/core/messages/SendMessageReady.java4
-rw-r--r--src/main/java/org/gnunet/core/messages/SendMessageRequest.java4
9 files changed, 18 insertions, 18 deletions
diff --git a/src/main/java/org/gnunet/core/messages/ConnectNotifyMessage.java b/src/main/java/org/gnunet/core/messages/ConnectNotifyMessage.java
index f63a40c..69ade03 100644
--- a/src/main/java/org/gnunet/core/messages/ConnectNotifyMessage.java
+++ b/src/main/java/org/gnunet/core/messages/ConnectNotifyMessage.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.core.messages; 21package org.gnunet.core.messages;
diff --git a/src/main/java/org/gnunet/core/messages/DisconnectNotifyMessage.java b/src/main/java/org/gnunet/core/messages/DisconnectNotifyMessage.java
index 3eefd8d..c203cb2 100644
--- a/src/main/java/org/gnunet/core/messages/DisconnectNotifyMessage.java
+++ b/src/main/java/org/gnunet/core/messages/DisconnectNotifyMessage.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.core.messages; 21package org.gnunet.core.messages;
diff --git a/src/main/java/org/gnunet/core/messages/InitMessage.java b/src/main/java/org/gnunet/core/messages/InitMessage.java
index ca75093..5fb2650 100644
--- a/src/main/java/org/gnunet/core/messages/InitMessage.java
+++ b/src/main/java/org/gnunet/core/messages/InitMessage.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.core.messages; 21package org.gnunet.core.messages;
diff --git a/src/main/java/org/gnunet/core/messages/InitReplyMessage.java b/src/main/java/org/gnunet/core/messages/InitReplyMessage.java
index 7da1be0..281c8a4 100644
--- a/src/main/java/org/gnunet/core/messages/InitReplyMessage.java
+++ b/src/main/java/org/gnunet/core/messages/InitReplyMessage.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.core.messages; 21package org.gnunet.core.messages;
diff --git a/src/main/java/org/gnunet/core/messages/NotifyInboundTrafficMessage.java b/src/main/java/org/gnunet/core/messages/NotifyInboundTrafficMessage.java
index 775c69f..656ee9d 100644
--- a/src/main/java/org/gnunet/core/messages/NotifyInboundTrafficMessage.java
+++ b/src/main/java/org/gnunet/core/messages/NotifyInboundTrafficMessage.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.core.messages; 21package org.gnunet.core.messages;
diff --git a/src/main/java/org/gnunet/core/messages/NotifyOutboundTrafficMessage.java b/src/main/java/org/gnunet/core/messages/NotifyOutboundTrafficMessage.java
index 0b63729..1377e43 100644
--- a/src/main/java/org/gnunet/core/messages/NotifyOutboundTrafficMessage.java
+++ b/src/main/java/org/gnunet/core/messages/NotifyOutboundTrafficMessage.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.core.messages; 21package org.gnunet.core.messages;
diff --git a/src/main/java/org/gnunet/core/messages/SendMessage.java b/src/main/java/org/gnunet/core/messages/SendMessage.java
index 49d8231..4245b1c 100644
--- a/src/main/java/org/gnunet/core/messages/SendMessage.java
+++ b/src/main/java/org/gnunet/core/messages/SendMessage.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.core.messages; 21package org.gnunet.core.messages;
diff --git a/src/main/java/org/gnunet/core/messages/SendMessageReady.java b/src/main/java/org/gnunet/core/messages/SendMessageReady.java
index 5397374..f92429d 100644
--- a/src/main/java/org/gnunet/core/messages/SendMessageReady.java
+++ b/src/main/java/org/gnunet/core/messages/SendMessageReady.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.core.messages; 21package org.gnunet.core.messages;
diff --git a/src/main/java/org/gnunet/core/messages/SendMessageRequest.java b/src/main/java/org/gnunet/core/messages/SendMessageRequest.java
index 9188a29..80835e1 100644
--- a/src/main/java/org/gnunet/core/messages/SendMessageRequest.java
+++ b/src/main/java/org/gnunet/core/messages/SendMessageRequest.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.core.messages; 21package org.gnunet.core.messages;