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.java2
-rw-r--r--src/main/java/org/gnunet/arm/ArmMonitor.java2
-rw-r--r--src/main/java/org/gnunet/arm/ResultHandler.java2
-rw-r--r--src/main/java/org/gnunet/arm/ServiceListHandler.java2
-rw-r--r--src/main/java/org/gnunet/arm/ServiceStatusHandler.java2
-rw-r--r--src/main/java/org/gnunet/arm/messages/ListResultMessage.java2
-rw-r--r--src/main/java/org/gnunet/arm/messages/RequestMessage.java2
-rw-r--r--src/main/java/org/gnunet/arm/messages/ResultMessage.java2
-rw-r--r--src/main/java/org/gnunet/arm/messages/StatusMessage.java4
-rw-r--r--src/main/java/org/gnunet/arm/package-info.java2
10 files changed, 11 insertions, 11 deletions
diff --git a/src/main/java/org/gnunet/arm/Arm.java b/src/main/java/org/gnunet/arm/Arm.java
index aee353b..992bc51 100644
--- a/src/main/java/org/gnunet/arm/Arm.java
+++ b/src/main/java/org/gnunet/arm/Arm.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/arm/ArmMonitor.java b/src/main/java/org/gnunet/arm/ArmMonitor.java
index 641b862..2a2c9c5 100644
--- a/src/main/java/org/gnunet/arm/ArmMonitor.java
+++ b/src/main/java/org/gnunet/arm/ArmMonitor.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/arm/ResultHandler.java b/src/main/java/org/gnunet/arm/ResultHandler.java
index b355bd8..4990cc8 100644
--- a/src/main/java/org/gnunet/arm/ResultHandler.java
+++ b/src/main/java/org/gnunet/arm/ResultHandler.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/arm/ServiceListHandler.java b/src/main/java/org/gnunet/arm/ServiceListHandler.java
index 8d9de04..cf5f5be 100644
--- a/src/main/java/org/gnunet/arm/ServiceListHandler.java
+++ b/src/main/java/org/gnunet/arm/ServiceListHandler.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/arm/ServiceStatusHandler.java b/src/main/java/org/gnunet/arm/ServiceStatusHandler.java
index cedcc48..5816dec 100644
--- a/src/main/java/org/gnunet/arm/ServiceStatusHandler.java
+++ b/src/main/java/org/gnunet/arm/ServiceStatusHandler.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/arm/messages/ListResultMessage.java b/src/main/java/org/gnunet/arm/messages/ListResultMessage.java
index 03f995f..797a224 100644
--- a/src/main/java/org/gnunet/arm/messages/ListResultMessage.java
+++ b/src/main/java/org/gnunet/arm/messages/ListResultMessage.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/arm/messages/RequestMessage.java b/src/main/java/org/gnunet/arm/messages/RequestMessage.java
index fa0c18c..6269e0b 100644
--- a/src/main/java/org/gnunet/arm/messages/RequestMessage.java
+++ b/src/main/java/org/gnunet/arm/messages/RequestMessage.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/arm/messages/ResultMessage.java b/src/main/java/org/gnunet/arm/messages/ResultMessage.java
index 4883c14..b7457cb 100644
--- a/src/main/java/org/gnunet/arm/messages/ResultMessage.java
+++ b/src/main/java/org/gnunet/arm/messages/ResultMessage.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/arm/messages/StatusMessage.java b/src/main/java/org/gnunet/arm/messages/StatusMessage.java
index cdfde6c..cd76a1a 100644
--- a/src/main/java/org/gnunet/arm/messages/StatusMessage.java
+++ b/src/main/java/org/gnunet/arm/messages/StatusMessage.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/arm/package-info.java b/src/main/java/org/gnunet/arm/package-info.java
index 7f29d77..ecbecc6 100644
--- a/src/main/java/org/gnunet/arm/package-info.java
+++ b/src/main/java/org/gnunet/arm/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