aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/gnunet/arm
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/gnunet/arm')
-rw-r--r--src/main/java/org/gnunet/arm/Arm.java4
-rw-r--r--src/main/java/org/gnunet/arm/ArmMonitor.java4
-rw-r--r--src/main/java/org/gnunet/arm/ResultHandler.java4
-rw-r--r--src/main/java/org/gnunet/arm/ServiceListHandler.java4
-rw-r--r--src/main/java/org/gnunet/arm/ServiceStatusHandler.java4
-rw-r--r--src/main/java/org/gnunet/arm/messages/ListResultMessage.java4
-rw-r--r--src/main/java/org/gnunet/arm/messages/RequestMessage.java4
-rw-r--r--src/main/java/org/gnunet/arm/messages/ResultMessage.java4
-rw-r--r--src/main/java/org/gnunet/arm/messages/StatusMessage.java8
-rw-r--r--src/main/java/org/gnunet/arm/package-info.java4
10 files changed, 22 insertions, 22 deletions
diff --git a/src/main/java/org/gnunet/arm/Arm.java b/src/main/java/org/gnunet/arm/Arm.java
index 992bc51..97e4212 100644
--- a/src/main/java/org/gnunet/arm/Arm.java
+++ b/src/main/java/org/gnunet/arm/Arm.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.arm; 21package org.gnunet.arm;
diff --git a/src/main/java/org/gnunet/arm/ArmMonitor.java b/src/main/java/org/gnunet/arm/ArmMonitor.java
index 2a2c9c5..d730de2 100644
--- a/src/main/java/org/gnunet/arm/ArmMonitor.java
+++ b/src/main/java/org/gnunet/arm/ArmMonitor.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.arm; 21package org.gnunet.arm;
diff --git a/src/main/java/org/gnunet/arm/ResultHandler.java b/src/main/java/org/gnunet/arm/ResultHandler.java
index 4990cc8..402d1ce 100644
--- a/src/main/java/org/gnunet/arm/ResultHandler.java
+++ b/src/main/java/org/gnunet/arm/ResultHandler.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.arm; 21package org.gnunet.arm;
diff --git a/src/main/java/org/gnunet/arm/ServiceListHandler.java b/src/main/java/org/gnunet/arm/ServiceListHandler.java
index cf5f5be..9dca9a0 100644
--- a/src/main/java/org/gnunet/arm/ServiceListHandler.java
+++ b/src/main/java/org/gnunet/arm/ServiceListHandler.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.arm; 21package org.gnunet.arm;
diff --git a/src/main/java/org/gnunet/arm/ServiceStatusHandler.java b/src/main/java/org/gnunet/arm/ServiceStatusHandler.java
index 5816dec..f84a154 100644
--- a/src/main/java/org/gnunet/arm/ServiceStatusHandler.java
+++ b/src/main/java/org/gnunet/arm/ServiceStatusHandler.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.arm; 21package org.gnunet.arm;
diff --git a/src/main/java/org/gnunet/arm/messages/ListResultMessage.java b/src/main/java/org/gnunet/arm/messages/ListResultMessage.java
index 797a224..2b31330 100644
--- a/src/main/java/org/gnunet/arm/messages/ListResultMessage.java
+++ b/src/main/java/org/gnunet/arm/messages/ListResultMessage.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.arm.messages; 21package org.gnunet.arm.messages;
diff --git a/src/main/java/org/gnunet/arm/messages/RequestMessage.java b/src/main/java/org/gnunet/arm/messages/RequestMessage.java
index 6269e0b..ff42a29 100644
--- a/src/main/java/org/gnunet/arm/messages/RequestMessage.java
+++ b/src/main/java/org/gnunet/arm/messages/RequestMessage.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.arm.messages; 21package org.gnunet.arm.messages;
diff --git a/src/main/java/org/gnunet/arm/messages/ResultMessage.java b/src/main/java/org/gnunet/arm/messages/ResultMessage.java
index b7457cb..208b817 100644
--- a/src/main/java/org/gnunet/arm/messages/ResultMessage.java
+++ b/src/main/java/org/gnunet/arm/messages/ResultMessage.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.arm.messages; 21package org.gnunet.arm.messages;
diff --git a/src/main/java/org/gnunet/arm/messages/StatusMessage.java b/src/main/java/org/gnunet/arm/messages/StatusMessage.java
index cd76a1a..f3f2b1e 100644
--- a/src/main/java/org/gnunet/arm/messages/StatusMessage.java
+++ b/src/main/java/org/gnunet/arm/messages/StatusMessage.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.arm.messages; 41package org.gnunet.arm.messages;
diff --git a/src/main/java/org/gnunet/arm/package-info.java b/src/main/java/org/gnunet/arm/package-info.java
index ecbecc6..4a82d9d 100644
--- a/src/main/java/org/gnunet/arm/package-info.java
+++ b/src/main/java/org/gnunet/arm/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