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.java2
-rw-r--r--src/main/java/org/gnunet/dht/DistributedHashTable.java2
-rw-r--r--src/main/java/org/gnunet/dht/MonitorGetHandler.java2
-rw-r--r--src/main/java/org/gnunet/dht/MonitorGetResponseHandler.java2
-rw-r--r--src/main/java/org/gnunet/dht/MonitorPutHandler.java2
-rw-r--r--src/main/java/org/gnunet/dht/ResultCallback.java2
-rw-r--r--src/main/java/org/gnunet/dht/RouteOption.java2
-rw-r--r--src/main/java/org/gnunet/dht/messages/ClientGetMessage.java2
-rw-r--r--src/main/java/org/gnunet/dht/messages/ClientGetStopMessage.java2
-rw-r--r--src/main/java/org/gnunet/dht/messages/ClientPutConfirmationMessage.java2
-rw-r--r--src/main/java/org/gnunet/dht/messages/ClientPutMessage.java2
-rw-r--r--src/main/java/org/gnunet/dht/messages/ClientResultMessage.java2
-rw-r--r--src/main/java/org/gnunet/dht/messages/MonitorGetMessage.java2
-rw-r--r--src/main/java/org/gnunet/dht/messages/MonitorGetRespMessage.java2
-rw-r--r--src/main/java/org/gnunet/dht/messages/MonitorPutMessage.java2
-rw-r--r--src/main/java/org/gnunet/dht/messages/MonitorStartStop.java2
-rw-r--r--src/main/java/org/gnunet/dht/package-info.java2
17 files changed, 17 insertions, 17 deletions
diff --git a/src/main/java/org/gnunet/dht/BlockType.java b/src/main/java/org/gnunet/dht/BlockType.java
index cf00d38..c1f6e6f 100644
--- a/src/main/java/org/gnunet/dht/BlockType.java
+++ b/src/main/java/org/gnunet/dht/BlockType.java
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2011, 2012 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/dht/DistributedHashTable.java b/src/main/java/org/gnunet/dht/DistributedHashTable.java
index 1ff0912..479904f 100644
--- a/src/main/java/org/gnunet/dht/DistributedHashTable.java
+++ b/src/main/java/org/gnunet/dht/DistributedHashTable.java
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2011, 2012 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/dht/MonitorGetHandler.java b/src/main/java/org/gnunet/dht/MonitorGetHandler.java
index d2ce36f..430dd32 100644
--- a/src/main/java/org/gnunet/dht/MonitorGetHandler.java
+++ b/src/main/java/org/gnunet/dht/MonitorGetHandler.java
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2011, 2012 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/dht/MonitorGetResponseHandler.java b/src/main/java/org/gnunet/dht/MonitorGetResponseHandler.java
index c0710c9..542a789 100644
--- a/src/main/java/org/gnunet/dht/MonitorGetResponseHandler.java
+++ b/src/main/java/org/gnunet/dht/MonitorGetResponseHandler.java
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2011, 2012 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/dht/MonitorPutHandler.java b/src/main/java/org/gnunet/dht/MonitorPutHandler.java
index 1fac89e..f9a5be5 100644
--- a/src/main/java/org/gnunet/dht/MonitorPutHandler.java
+++ b/src/main/java/org/gnunet/dht/MonitorPutHandler.java
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2011, 2012 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/dht/ResultCallback.java b/src/main/java/org/gnunet/dht/ResultCallback.java
index fa5c7ef..067ac38 100644
--- a/src/main/java/org/gnunet/dht/ResultCallback.java
+++ b/src/main/java/org/gnunet/dht/ResultCallback.java
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2011, 2012 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/dht/RouteOption.java b/src/main/java/org/gnunet/dht/RouteOption.java
index fc86321..642b93d 100644
--- a/src/main/java/org/gnunet/dht/RouteOption.java
+++ b/src/main/java/org/gnunet/dht/RouteOption.java
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2011, 2012 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/dht/messages/ClientGetMessage.java b/src/main/java/org/gnunet/dht/messages/ClientGetMessage.java
index 75745ae..be54536 100644
--- a/src/main/java/org/gnunet/dht/messages/ClientGetMessage.java
+++ b/src/main/java/org/gnunet/dht/messages/ClientGetMessage.java
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2011, 2012 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/dht/messages/ClientGetStopMessage.java b/src/main/java/org/gnunet/dht/messages/ClientGetStopMessage.java
index 101905a..87cb3e0 100644
--- a/src/main/java/org/gnunet/dht/messages/ClientGetStopMessage.java
+++ b/src/main/java/org/gnunet/dht/messages/ClientGetStopMessage.java
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2011, 2012 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/dht/messages/ClientPutConfirmationMessage.java b/src/main/java/org/gnunet/dht/messages/ClientPutConfirmationMessage.java
index 91d1954..d996b77 100644
--- a/src/main/java/org/gnunet/dht/messages/ClientPutConfirmationMessage.java
+++ b/src/main/java/org/gnunet/dht/messages/ClientPutConfirmationMessage.java
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2011, 2012 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/dht/messages/ClientPutMessage.java b/src/main/java/org/gnunet/dht/messages/ClientPutMessage.java
index ac12aed..68ef09d 100644
--- a/src/main/java/org/gnunet/dht/messages/ClientPutMessage.java
+++ b/src/main/java/org/gnunet/dht/messages/ClientPutMessage.java
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2011, 2012 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/dht/messages/ClientResultMessage.java b/src/main/java/org/gnunet/dht/messages/ClientResultMessage.java
index c955f1b..30a9f88 100644
--- a/src/main/java/org/gnunet/dht/messages/ClientResultMessage.java
+++ b/src/main/java/org/gnunet/dht/messages/ClientResultMessage.java
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2011, 2012 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/dht/messages/MonitorGetMessage.java b/src/main/java/org/gnunet/dht/messages/MonitorGetMessage.java
index c8f6426..a57a0f8 100644
--- a/src/main/java/org/gnunet/dht/messages/MonitorGetMessage.java
+++ b/src/main/java/org/gnunet/dht/messages/MonitorGetMessage.java
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2011, 2012 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/dht/messages/MonitorGetRespMessage.java b/src/main/java/org/gnunet/dht/messages/MonitorGetRespMessage.java
index 9761e85..335adea 100644
--- a/src/main/java/org/gnunet/dht/messages/MonitorGetRespMessage.java
+++ b/src/main/java/org/gnunet/dht/messages/MonitorGetRespMessage.java
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2011, 2012 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/dht/messages/MonitorPutMessage.java b/src/main/java/org/gnunet/dht/messages/MonitorPutMessage.java
index 84180fb..2ad9efc 100644
--- a/src/main/java/org/gnunet/dht/messages/MonitorPutMessage.java
+++ b/src/main/java/org/gnunet/dht/messages/MonitorPutMessage.java
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2011, 2012 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/dht/messages/MonitorStartStop.java b/src/main/java/org/gnunet/dht/messages/MonitorStartStop.java
index 137f635..4624597 100644
--- a/src/main/java/org/gnunet/dht/messages/MonitorStartStop.java
+++ b/src/main/java/org/gnunet/dht/messages/MonitorStartStop.java
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2011, 2012 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2011, 2012 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/dht/package-info.java b/src/main/java/org/gnunet/dht/package-info.java
index bd9c62f..25275c1 100644
--- a/src/main/java/org/gnunet/dht/package-info.java
+++ b/src/main/java/org/gnunet/dht/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) 2011, 2012 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2011, 2012 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