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.java4
-rw-r--r--src/main/java/org/gnunet/transport/BlacklistCallback.java4
-rw-r--r--src/main/java/org/gnunet/transport/HelloAddress.java4
-rw-r--r--src/main/java/org/gnunet/transport/OfferHelloContinuation.java4
-rw-r--r--src/main/java/org/gnunet/transport/PeerAddressListCallback.java8
-rw-r--r--src/main/java/org/gnunet/transport/PeerAddressMonitorCallback.java4
-rw-r--r--src/main/java/org/gnunet/transport/PeerState.java4
-rw-r--r--src/main/java/org/gnunet/transport/messages/AddressIterateResponseMessage.java4
-rw-r--r--src/main/java/org/gnunet/transport/messages/AddressIterateResponseMessageContent.java4
-rw-r--r--src/main/java/org/gnunet/transport/messages/ConnectMessage.java4
-rw-r--r--src/main/java/org/gnunet/transport/messages/DisconnectMessage.java4
-rw-r--r--src/main/java/org/gnunet/transport/messages/RecvMessage.java4
-rw-r--r--src/main/java/org/gnunet/transport/messages/SetQuotaMessage.java4
-rw-r--r--src/main/java/org/gnunet/transport/messages/StartMessage.java4
-rw-r--r--src/main/java/org/gnunet/transport/package-info.java4
15 files changed, 32 insertions, 32 deletions
diff --git a/src/main/java/org/gnunet/transport/AddressQuery.java b/src/main/java/org/gnunet/transport/AddressQuery.java
index 414e195..1da32e2 100644
--- a/src/main/java/org/gnunet/transport/AddressQuery.java
+++ b/src/main/java/org/gnunet/transport/AddressQuery.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.transport; 21package org.gnunet.transport;
diff --git a/src/main/java/org/gnunet/transport/BlacklistCallback.java b/src/main/java/org/gnunet/transport/BlacklistCallback.java
index 3fadf2d..c66cd98 100644
--- a/src/main/java/org/gnunet/transport/BlacklistCallback.java
+++ b/src/main/java/org/gnunet/transport/BlacklistCallback.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.transport; 21package org.gnunet.transport;
diff --git a/src/main/java/org/gnunet/transport/HelloAddress.java b/src/main/java/org/gnunet/transport/HelloAddress.java
index 0d24488..698d139 100644
--- a/src/main/java/org/gnunet/transport/HelloAddress.java
+++ b/src/main/java/org/gnunet/transport/HelloAddress.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.transport; 21package org.gnunet.transport;
diff --git a/src/main/java/org/gnunet/transport/OfferHelloContinuation.java b/src/main/java/org/gnunet/transport/OfferHelloContinuation.java
index 1a47242..9bc1aa5 100644
--- a/src/main/java/org/gnunet/transport/OfferHelloContinuation.java
+++ b/src/main/java/org/gnunet/transport/OfferHelloContinuation.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.transport; 21package org.gnunet.transport;
diff --git a/src/main/java/org/gnunet/transport/PeerAddressListCallback.java b/src/main/java/org/gnunet/transport/PeerAddressListCallback.java
index 0b49b32..40b697d 100644
--- a/src/main/java/org/gnunet/transport/PeerAddressListCallback.java
+++ b/src/main/java/org/gnunet/transport/PeerAddressListCallback.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/*
@@ -34,8 +34,8 @@
34 34
35 You should have received a copy of the GNU General Public License 35 You should have received a copy of the GNU General Public License
36 along with GNUnet; see the file COPYING. If not, write to the 36 along with GNUnet; see the file COPYING. If not, write to the
37 Free Software Foundation, Inc., 59 Temple Place - Suite 330, 37 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
38 Boston, MA 02111-1307, USA. 38 Boston, MA 02110-1301, USA.
39 */ 39 */
40 40
41package org.gnunet.transport; 41package org.gnunet.transport;
diff --git a/src/main/java/org/gnunet/transport/PeerAddressMonitorCallback.java b/src/main/java/org/gnunet/transport/PeerAddressMonitorCallback.java
index 0a5fb67..a87a147 100644
--- a/src/main/java/org/gnunet/transport/PeerAddressMonitorCallback.java
+++ b/src/main/java/org/gnunet/transport/PeerAddressMonitorCallback.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.transport; 21package org.gnunet.transport;
diff --git a/src/main/java/org/gnunet/transport/PeerState.java b/src/main/java/org/gnunet/transport/PeerState.java
index 8c1c683..90f856a 100644
--- a/src/main/java/org/gnunet/transport/PeerState.java
+++ b/src/main/java/org/gnunet/transport/PeerState.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.transport; 21package org.gnunet.transport;
diff --git a/src/main/java/org/gnunet/transport/messages/AddressIterateResponseMessage.java b/src/main/java/org/gnunet/transport/messages/AddressIterateResponseMessage.java
index 200554a..d74b453 100644
--- a/src/main/java/org/gnunet/transport/messages/AddressIterateResponseMessage.java
+++ b/src/main/java/org/gnunet/transport/messages/AddressIterateResponseMessage.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.transport.messages; 21package org.gnunet.transport.messages;
diff --git a/src/main/java/org/gnunet/transport/messages/AddressIterateResponseMessageContent.java b/src/main/java/org/gnunet/transport/messages/AddressIterateResponseMessageContent.java
index 742f510..2568dde 100644
--- a/src/main/java/org/gnunet/transport/messages/AddressIterateResponseMessageContent.java
+++ b/src/main/java/org/gnunet/transport/messages/AddressIterateResponseMessageContent.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.transport.messages; 21package org.gnunet.transport.messages;
diff --git a/src/main/java/org/gnunet/transport/messages/ConnectMessage.java b/src/main/java/org/gnunet/transport/messages/ConnectMessage.java
index 436ba2a..3588055 100644
--- a/src/main/java/org/gnunet/transport/messages/ConnectMessage.java
+++ b/src/main/java/org/gnunet/transport/messages/ConnectMessage.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 */
20package org.gnunet.transport.messages; 20package org.gnunet.transport.messages;
21 21
diff --git a/src/main/java/org/gnunet/transport/messages/DisconnectMessage.java b/src/main/java/org/gnunet/transport/messages/DisconnectMessage.java
index 4824e86..f4cfa0e 100644
--- a/src/main/java/org/gnunet/transport/messages/DisconnectMessage.java
+++ b/src/main/java/org/gnunet/transport/messages/DisconnectMessage.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 */
20package org.gnunet.transport.messages; 20package org.gnunet.transport.messages;
21 21
diff --git a/src/main/java/org/gnunet/transport/messages/RecvMessage.java b/src/main/java/org/gnunet/transport/messages/RecvMessage.java
index c99f675..79444c3 100644
--- a/src/main/java/org/gnunet/transport/messages/RecvMessage.java
+++ b/src/main/java/org/gnunet/transport/messages/RecvMessage.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 */
20package org.gnunet.transport.messages; 20package org.gnunet.transport.messages;
21 21
diff --git a/src/main/java/org/gnunet/transport/messages/SetQuotaMessage.java b/src/main/java/org/gnunet/transport/messages/SetQuotaMessage.java
index 55ece30..c95d673 100644
--- a/src/main/java/org/gnunet/transport/messages/SetQuotaMessage.java
+++ b/src/main/java/org/gnunet/transport/messages/SetQuotaMessage.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.transport.messages; 21package org.gnunet.transport.messages;
diff --git a/src/main/java/org/gnunet/transport/messages/StartMessage.java b/src/main/java/org/gnunet/transport/messages/StartMessage.java
index c3fdf44..7da69e0 100644
--- a/src/main/java/org/gnunet/transport/messages/StartMessage.java
+++ b/src/main/java/org/gnunet/transport/messages/StartMessage.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 */
20package org.gnunet.transport.messages; 20package org.gnunet.transport.messages;
21 21
diff --git a/src/main/java/org/gnunet/transport/package-info.java b/src/main/java/org/gnunet/transport/package-info.java
index 3814925..c89814a 100644
--- a/src/main/java/org/gnunet/transport/package-info.java
+++ b/src/main/java/org/gnunet/transport/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/**