aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/gnunet/transport
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/gnunet/transport')
-rw-r--r--src/main/java/org/gnunet/transport/AddressQuery.java2
-rw-r--r--src/main/java/org/gnunet/transport/BlacklistCallback.java2
-rw-r--r--src/main/java/org/gnunet/transport/HelloAddress.java2
-rw-r--r--src/main/java/org/gnunet/transport/OfferHelloContinuation.java2
-rw-r--r--src/main/java/org/gnunet/transport/PeerAddressListCallback.java4
-rw-r--r--src/main/java/org/gnunet/transport/PeerAddressMonitorCallback.java2
-rw-r--r--src/main/java/org/gnunet/transport/PeerState.java2
-rw-r--r--src/main/java/org/gnunet/transport/messages/AddressIterateResponseMessage.java2
-rw-r--r--src/main/java/org/gnunet/transport/messages/AddressIterateResponseMessageContent.java2
-rw-r--r--src/main/java/org/gnunet/transport/messages/ConnectMessage.java2
-rw-r--r--src/main/java/org/gnunet/transport/messages/DisconnectMessage.java2
-rw-r--r--src/main/java/org/gnunet/transport/messages/RecvMessage.java2
-rw-r--r--src/main/java/org/gnunet/transport/messages/SetQuotaMessage.java2
-rw-r--r--src/main/java/org/gnunet/transport/messages/StartMessage.java2
-rw-r--r--src/main/java/org/gnunet/transport/package-info.java2
15 files changed, 16 insertions, 16 deletions
diff --git a/src/main/java/org/gnunet/transport/AddressQuery.java b/src/main/java/org/gnunet/transport/AddressQuery.java
index 34a132c..414e195 100644
--- a/src/main/java/org/gnunet/transport/AddressQuery.java
+++ b/src/main/java/org/gnunet/transport/AddressQuery.java
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2012, 2013 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2012, 2013 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/transport/BlacklistCallback.java b/src/main/java/org/gnunet/transport/BlacklistCallback.java
index 3c66f00..3fadf2d 100644
--- a/src/main/java/org/gnunet/transport/BlacklistCallback.java
+++ b/src/main/java/org/gnunet/transport/BlacklistCallback.java
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2012, 2013 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2012, 2013 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/transport/HelloAddress.java b/src/main/java/org/gnunet/transport/HelloAddress.java
index a161bce..0d24488 100644
--- a/src/main/java/org/gnunet/transport/HelloAddress.java
+++ b/src/main/java/org/gnunet/transport/HelloAddress.java
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2012, 2013 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2012, 2013 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/transport/OfferHelloContinuation.java b/src/main/java/org/gnunet/transport/OfferHelloContinuation.java
index 07afb45..1a47242 100644
--- a/src/main/java/org/gnunet/transport/OfferHelloContinuation.java
+++ b/src/main/java/org/gnunet/transport/OfferHelloContinuation.java
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2012, 2013 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2012, 2013 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/transport/PeerAddressListCallback.java b/src/main/java/org/gnunet/transport/PeerAddressListCallback.java
index e0fa5a8..0b49b32 100644
--- a/src/main/java/org/gnunet/transport/PeerAddressListCallback.java
+++ b/src/main/java/org/gnunet/transport/PeerAddressListCallback.java
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2012, 2013 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2012, 2013 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
@@ -20,7 +20,7 @@
20 20
21/* 21/*
22 This file is part of GNUnet. 22 This file is part of GNUnet.
23 (C) 2012, 2013 Christian Grothoff (and other contributing authors) 23 Copyright (C) 2012, 2013 Christian Grothoff (and other contributing authors)
24 24
25 GNUnet is free software; you can redistribute it and/or modify 25 GNUnet is free software; you can redistribute it and/or modify
26 it under the terms of the GNU General Public License as published 26 it under the terms of the GNU General Public License as published
diff --git a/src/main/java/org/gnunet/transport/PeerAddressMonitorCallback.java b/src/main/java/org/gnunet/transport/PeerAddressMonitorCallback.java
index de7a363..0a5fb67 100644
--- a/src/main/java/org/gnunet/transport/PeerAddressMonitorCallback.java
+++ b/src/main/java/org/gnunet/transport/PeerAddressMonitorCallback.java
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2012, 2013 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2012, 2013 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/transport/PeerState.java b/src/main/java/org/gnunet/transport/PeerState.java
index 538c189..8c1c683 100644
--- a/src/main/java/org/gnunet/transport/PeerState.java
+++ b/src/main/java/org/gnunet/transport/PeerState.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/transport/messages/AddressIterateResponseMessage.java b/src/main/java/org/gnunet/transport/messages/AddressIterateResponseMessage.java
index dfa4b97..200554a 100644
--- a/src/main/java/org/gnunet/transport/messages/AddressIterateResponseMessage.java
+++ b/src/main/java/org/gnunet/transport/messages/AddressIterateResponseMessage.java
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2012, 2013 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2012, 2013 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/transport/messages/AddressIterateResponseMessageContent.java b/src/main/java/org/gnunet/transport/messages/AddressIterateResponseMessageContent.java
index 8c507b7..742f510 100644
--- a/src/main/java/org/gnunet/transport/messages/AddressIterateResponseMessageContent.java
+++ b/src/main/java/org/gnunet/transport/messages/AddressIterateResponseMessageContent.java
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2012, 2013 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2012, 2013 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/transport/messages/ConnectMessage.java b/src/main/java/org/gnunet/transport/messages/ConnectMessage.java
index 4467926..436ba2a 100644
--- a/src/main/java/org/gnunet/transport/messages/ConnectMessage.java
+++ b/src/main/java/org/gnunet/transport/messages/ConnectMessage.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/transport/messages/DisconnectMessage.java b/src/main/java/org/gnunet/transport/messages/DisconnectMessage.java
index 3f63dfc..4824e86 100644
--- a/src/main/java/org/gnunet/transport/messages/DisconnectMessage.java
+++ b/src/main/java/org/gnunet/transport/messages/DisconnectMessage.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/transport/messages/RecvMessage.java b/src/main/java/org/gnunet/transport/messages/RecvMessage.java
index 0fb0d26..c99f675 100644
--- a/src/main/java/org/gnunet/transport/messages/RecvMessage.java
+++ b/src/main/java/org/gnunet/transport/messages/RecvMessage.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/transport/messages/SetQuotaMessage.java b/src/main/java/org/gnunet/transport/messages/SetQuotaMessage.java
index d655a54..55ece30 100644
--- a/src/main/java/org/gnunet/transport/messages/SetQuotaMessage.java
+++ b/src/main/java/org/gnunet/transport/messages/SetQuotaMessage.java
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2012, 2013 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2012, 2013 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/transport/messages/StartMessage.java b/src/main/java/org/gnunet/transport/messages/StartMessage.java
index 213678e..c3fdf44 100644
--- a/src/main/java/org/gnunet/transport/messages/StartMessage.java
+++ b/src/main/java/org/gnunet/transport/messages/StartMessage.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/transport/package-info.java b/src/main/java/org/gnunet/transport/package-info.java
index 5a13466..3814925 100644
--- a/src/main/java/org/gnunet/transport/package-info.java
+++ b/src/main/java/org/gnunet/transport/package-info.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