aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/gnunet/statistics
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/gnunet/statistics')
-rw-r--r--src/main/java/org/gnunet/statistics/Statistics.java2
-rw-r--r--src/main/java/org/gnunet/statistics/StatisticsReceiver.java2
-rw-r--r--src/main/java/org/gnunet/statistics/messages/GetMessage.java2
-rw-r--r--src/main/java/org/gnunet/statistics/messages/GetResponseEndMessage.java2
-rw-r--r--src/main/java/org/gnunet/statistics/messages/GetResponseMessage.java2
-rw-r--r--src/main/java/org/gnunet/statistics/messages/SetMessage.java2
-rw-r--r--src/main/java/org/gnunet/statistics/messages/WatchMessage.java2
-rw-r--r--src/main/java/org/gnunet/statistics/messages/WatchResponseMessage.java2
-rw-r--r--src/main/java/org/gnunet/statistics/package-info.java2
9 files changed, 9 insertions, 9 deletions
diff --git a/src/main/java/org/gnunet/statistics/Statistics.java b/src/main/java/org/gnunet/statistics/Statistics.java
index d642962..123f7f9 100644
--- a/src/main/java/org/gnunet/statistics/Statistics.java
+++ b/src/main/java/org/gnunet/statistics/Statistics.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/statistics/StatisticsReceiver.java b/src/main/java/org/gnunet/statistics/StatisticsReceiver.java
index d30a93e..f884696 100644
--- a/src/main/java/org/gnunet/statistics/StatisticsReceiver.java
+++ b/src/main/java/org/gnunet/statistics/StatisticsReceiver.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/statistics/messages/GetMessage.java b/src/main/java/org/gnunet/statistics/messages/GetMessage.java
index 153f2ce..a433cca 100644
--- a/src/main/java/org/gnunet/statistics/messages/GetMessage.java
+++ b/src/main/java/org/gnunet/statistics/messages/GetMessage.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/statistics/messages/GetResponseEndMessage.java b/src/main/java/org/gnunet/statistics/messages/GetResponseEndMessage.java
index 1229845..cc57d5b 100644
--- a/src/main/java/org/gnunet/statistics/messages/GetResponseEndMessage.java
+++ b/src/main/java/org/gnunet/statistics/messages/GetResponseEndMessage.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/statistics/messages/GetResponseMessage.java b/src/main/java/org/gnunet/statistics/messages/GetResponseMessage.java
index 728f245..53a1726 100644
--- a/src/main/java/org/gnunet/statistics/messages/GetResponseMessage.java
+++ b/src/main/java/org/gnunet/statistics/messages/GetResponseMessage.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/statistics/messages/SetMessage.java b/src/main/java/org/gnunet/statistics/messages/SetMessage.java
index bf0a675..13c169b 100644
--- a/src/main/java/org/gnunet/statistics/messages/SetMessage.java
+++ b/src/main/java/org/gnunet/statistics/messages/SetMessage.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/statistics/messages/WatchMessage.java b/src/main/java/org/gnunet/statistics/messages/WatchMessage.java
index c976021..e1fc37b 100644
--- a/src/main/java/org/gnunet/statistics/messages/WatchMessage.java
+++ b/src/main/java/org/gnunet/statistics/messages/WatchMessage.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/statistics/messages/WatchResponseMessage.java b/src/main/java/org/gnunet/statistics/messages/WatchResponseMessage.java
index 9d7604e..0c40aca 100644
--- a/src/main/java/org/gnunet/statistics/messages/WatchResponseMessage.java
+++ b/src/main/java/org/gnunet/statistics/messages/WatchResponseMessage.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/statistics/package-info.java b/src/main/java/org/gnunet/statistics/package-info.java
index 95d40ac..9a5b589 100644
--- a/src/main/java/org/gnunet/statistics/package-info.java
+++ b/src/main/java/org/gnunet/statistics/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