aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/gnunet/nse
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-30 11:44:32 +0000
committerChristian Grothoff <christian@grothoff.org>2015-06-30 11:44:32 +0000
commitb26b0887e92647c3878d47ffe3ed536ee45a6d9c (patch)
tree3ec315a143f344c33920b0ca91359f0dbad4730e /src/main/java/org/gnunet/nse
parentbcf4c61542bf657e35487ed3d5f7f6853d88e339 (diff)
downloadgnunet-java-b26b0887e92647c3878d47ffe3ed536ee45a6d9c.tar.gz
gnunet-java-b26b0887e92647c3878d47ffe3ed536ee45a6d9c.zip
fix #3869: outdated FSF address
Diffstat (limited to 'src/main/java/org/gnunet/nse')
-rw-r--r--src/main/java/org/gnunet/nse/NetworkSizeEstimation.java4
-rw-r--r--src/main/java/org/gnunet/nse/package-info.java4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/main/java/org/gnunet/nse/NetworkSizeEstimation.java b/src/main/java/org/gnunet/nse/NetworkSizeEstimation.java
index ad276cd..ebaffec 100644
--- a/src/main/java/org/gnunet/nse/NetworkSizeEstimation.java
+++ b/src/main/java/org/gnunet/nse/NetworkSizeEstimation.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.nse; 21package org.gnunet.nse;
diff --git a/src/main/java/org/gnunet/nse/package-info.java b/src/main/java/org/gnunet/nse/package-info.java
index cce27cf..a73e197 100644
--- a/src/main/java/org/gnunet/nse/package-info.java
+++ b/src/main/java/org/gnunet/nse/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/**