aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/gnunet/dht
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/gnunet/dht')
-rw-r--r--src/main/java/org/gnunet/dht/BlockType.java4
-rw-r--r--src/main/java/org/gnunet/dht/DistributedHashTable.java4
-rw-r--r--src/main/java/org/gnunet/dht/MonitorGetHandler.java4
-rw-r--r--src/main/java/org/gnunet/dht/MonitorGetResponseHandler.java4
-rw-r--r--src/main/java/org/gnunet/dht/MonitorPutHandler.java4
-rw-r--r--src/main/java/org/gnunet/dht/ResultCallback.java4
-rw-r--r--src/main/java/org/gnunet/dht/RouteOption.java4
-rw-r--r--src/main/java/org/gnunet/dht/messages/ClientGetMessage.java4
-rw-r--r--src/main/java/org/gnunet/dht/messages/ClientGetStopMessage.java4
-rw-r--r--src/main/java/org/gnunet/dht/messages/ClientPutConfirmationMessage.java4
-rw-r--r--src/main/java/org/gnunet/dht/messages/ClientPutMessage.java4
-rw-r--r--src/main/java/org/gnunet/dht/messages/ClientResultMessage.java4
-rw-r--r--src/main/java/org/gnunet/dht/messages/MonitorGetMessage.java4
-rw-r--r--src/main/java/org/gnunet/dht/messages/MonitorGetRespMessage.java4
-rw-r--r--src/main/java/org/gnunet/dht/messages/MonitorPutMessage.java4
-rw-r--r--src/main/java/org/gnunet/dht/messages/MonitorStartStop.java4
-rw-r--r--src/main/java/org/gnunet/dht/package-info.java4
17 files changed, 34 insertions, 34 deletions
diff --git a/src/main/java/org/gnunet/dht/BlockType.java b/src/main/java/org/gnunet/dht/BlockType.java
index c1f6e6f..8ba0211 100644
--- a/src/main/java/org/gnunet/dht/BlockType.java
+++ b/src/main/java/org/gnunet/dht/BlockType.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.dht; 21package org.gnunet.dht;
diff --git a/src/main/java/org/gnunet/dht/DistributedHashTable.java b/src/main/java/org/gnunet/dht/DistributedHashTable.java
index 479904f..a44f7c9 100644
--- a/src/main/java/org/gnunet/dht/DistributedHashTable.java
+++ b/src/main/java/org/gnunet/dht/DistributedHashTable.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.dht; 21package org.gnunet.dht;
diff --git a/src/main/java/org/gnunet/dht/MonitorGetHandler.java b/src/main/java/org/gnunet/dht/MonitorGetHandler.java
index 430dd32..bf81761 100644
--- a/src/main/java/org/gnunet/dht/MonitorGetHandler.java
+++ b/src/main/java/org/gnunet/dht/MonitorGetHandler.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.dht; 21package org.gnunet.dht;
diff --git a/src/main/java/org/gnunet/dht/MonitorGetResponseHandler.java b/src/main/java/org/gnunet/dht/MonitorGetResponseHandler.java
index 542a789..0c358b8 100644
--- a/src/main/java/org/gnunet/dht/MonitorGetResponseHandler.java
+++ b/src/main/java/org/gnunet/dht/MonitorGetResponseHandler.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.dht; 21package org.gnunet.dht;
diff --git a/src/main/java/org/gnunet/dht/MonitorPutHandler.java b/src/main/java/org/gnunet/dht/MonitorPutHandler.java
index f9a5be5..12c7886 100644
--- a/src/main/java/org/gnunet/dht/MonitorPutHandler.java
+++ b/src/main/java/org/gnunet/dht/MonitorPutHandler.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.dht; 21package org.gnunet.dht;
diff --git a/src/main/java/org/gnunet/dht/ResultCallback.java b/src/main/java/org/gnunet/dht/ResultCallback.java
index 067ac38..5caa926 100644
--- a/src/main/java/org/gnunet/dht/ResultCallback.java
+++ b/src/main/java/org/gnunet/dht/ResultCallback.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.dht; 21package org.gnunet.dht;
diff --git a/src/main/java/org/gnunet/dht/RouteOption.java b/src/main/java/org/gnunet/dht/RouteOption.java
index 642b93d..d83ebf3 100644
--- a/src/main/java/org/gnunet/dht/RouteOption.java
+++ b/src/main/java/org/gnunet/dht/RouteOption.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.dht; 21package org.gnunet.dht;
diff --git a/src/main/java/org/gnunet/dht/messages/ClientGetMessage.java b/src/main/java/org/gnunet/dht/messages/ClientGetMessage.java
index be54536..bd9310f 100644
--- a/src/main/java/org/gnunet/dht/messages/ClientGetMessage.java
+++ b/src/main/java/org/gnunet/dht/messages/ClientGetMessage.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.dht.messages; 21package org.gnunet.dht.messages;
diff --git a/src/main/java/org/gnunet/dht/messages/ClientGetStopMessage.java b/src/main/java/org/gnunet/dht/messages/ClientGetStopMessage.java
index 87cb3e0..a4d3189 100644
--- a/src/main/java/org/gnunet/dht/messages/ClientGetStopMessage.java
+++ b/src/main/java/org/gnunet/dht/messages/ClientGetStopMessage.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.dht.messages; 21package org.gnunet.dht.messages;
diff --git a/src/main/java/org/gnunet/dht/messages/ClientPutConfirmationMessage.java b/src/main/java/org/gnunet/dht/messages/ClientPutConfirmationMessage.java
index d996b77..c695087 100644
--- a/src/main/java/org/gnunet/dht/messages/ClientPutConfirmationMessage.java
+++ b/src/main/java/org/gnunet/dht/messages/ClientPutConfirmationMessage.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.dht.messages; 21package org.gnunet.dht.messages;
diff --git a/src/main/java/org/gnunet/dht/messages/ClientPutMessage.java b/src/main/java/org/gnunet/dht/messages/ClientPutMessage.java
index 68ef09d..2d6fcf4 100644
--- a/src/main/java/org/gnunet/dht/messages/ClientPutMessage.java
+++ b/src/main/java/org/gnunet/dht/messages/ClientPutMessage.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.dht.messages; 21package org.gnunet.dht.messages;
diff --git a/src/main/java/org/gnunet/dht/messages/ClientResultMessage.java b/src/main/java/org/gnunet/dht/messages/ClientResultMessage.java
index 30a9f88..ecc9aa5 100644
--- a/src/main/java/org/gnunet/dht/messages/ClientResultMessage.java
+++ b/src/main/java/org/gnunet/dht/messages/ClientResultMessage.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.dht.messages; 21package org.gnunet.dht.messages;
diff --git a/src/main/java/org/gnunet/dht/messages/MonitorGetMessage.java b/src/main/java/org/gnunet/dht/messages/MonitorGetMessage.java
index a57a0f8..42b6c2d 100644
--- a/src/main/java/org/gnunet/dht/messages/MonitorGetMessage.java
+++ b/src/main/java/org/gnunet/dht/messages/MonitorGetMessage.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.dht.messages; 21package org.gnunet.dht.messages;
diff --git a/src/main/java/org/gnunet/dht/messages/MonitorGetRespMessage.java b/src/main/java/org/gnunet/dht/messages/MonitorGetRespMessage.java
index 335adea..138ba0d 100644
--- a/src/main/java/org/gnunet/dht/messages/MonitorGetRespMessage.java
+++ b/src/main/java/org/gnunet/dht/messages/MonitorGetRespMessage.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.dht.messages; 21package org.gnunet.dht.messages;
diff --git a/src/main/java/org/gnunet/dht/messages/MonitorPutMessage.java b/src/main/java/org/gnunet/dht/messages/MonitorPutMessage.java
index 2ad9efc..c268866 100644
--- a/src/main/java/org/gnunet/dht/messages/MonitorPutMessage.java
+++ b/src/main/java/org/gnunet/dht/messages/MonitorPutMessage.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.dht.messages; 21package org.gnunet.dht.messages;
diff --git a/src/main/java/org/gnunet/dht/messages/MonitorStartStop.java b/src/main/java/org/gnunet/dht/messages/MonitorStartStop.java
index 4624597..60259f7 100644
--- a/src/main/java/org/gnunet/dht/messages/MonitorStartStop.java
+++ b/src/main/java/org/gnunet/dht/messages/MonitorStartStop.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.dht.messages; 21package org.gnunet.dht.messages;
diff --git a/src/main/java/org/gnunet/dht/package-info.java b/src/main/java/org/gnunet/dht/package-info.java
index 25275c1..83c6e0b 100644
--- a/src/main/java/org/gnunet/dht/package-info.java
+++ b/src/main/java/org/gnunet/dht/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/**