aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-30 11:43:21 +0000
committerChristian Grothoff <christian@grothoff.org>2015-06-30 11:43:21 +0000
commit7c6def6fd783edca981260eb1d2474d007a33b86 (patch)
tree655a4595be81dd1353f8e58d083a9ca17ba1ab99
parenta3a2b1822da61e88af0591f95ab0988d53dc259d (diff)
downloadgnunet-ext-7c6def6fd783edca981260eb1d2474d007a33b86.tar.gz
gnunet-ext-7c6def6fd783edca981260eb1d2474d007a33b86.zip
fix #3869: outdated FSF address
-rw-r--r--configure.ac4
-rw-r--r--src/ext/ext.h4
-rw-r--r--src/ext/ext_api.c4
-rw-r--r--src/ext/gnunet-ext.c4
-rw-r--r--src/ext/gnunet-service-ext.c4
-rw-r--r--src/ext/test_ext_api.c4
-rw-r--r--src/include/gnunet_ext_service.h4
-rw-r--r--src/include/gnunet_protocols_ext.h4
8 files changed, 16 insertions, 16 deletions
diff --git a/configure.ac b/configure.ac
index 41dc08c..c598e59 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,8 +13,8 @@
13# 13#
14# You should have received a copy of the GNU General Public License 14# You should have received a copy of the GNU General Public License
15# along with GNUnet; see the file COPYING. If not, write to the 15# along with GNUnet; see the file COPYING. If not, write to the
16# Free Software Foundation, Inc., 59 Temple Place - Suite 330, 16# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17# Boston, MA 02111-1307, USA. 17# Boston, MA 02110-1301, USA.
18# 18#
19# 19#
20# Process this file with autoconf to produce a configure script. 20# Process this file with autoconf to produce a configure script.
diff --git a/src/ext/ext.h b/src/ext/ext.h
index fb8c7c1..3a0dfe9 100644
--- a/src/ext/ext.h
+++ b/src/ext/ext.h
@@ -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 * @file ext/ext.h 21 * @file ext/ext.h
diff --git a/src/ext/ext_api.c b/src/ext/ext_api.c
index a9e3e8f..f4fe779 100644
--- a/src/ext/ext_api.c
+++ b/src/ext/ext_api.c
@@ -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/**
diff --git a/src/ext/gnunet-ext.c b/src/ext/gnunet-ext.c
index 81a5519..51c7f80 100644
--- a/src/ext/gnunet-ext.c
+++ b/src/ext/gnunet-ext.c
@@ -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/**
diff --git a/src/ext/gnunet-service-ext.c b/src/ext/gnunet-service-ext.c
index 6051f61..bf7b4fa 100644
--- a/src/ext/gnunet-service-ext.c
+++ b/src/ext/gnunet-service-ext.c
@@ -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/**
diff --git a/src/ext/test_ext_api.c b/src/ext/test_ext_api.c
index ff522ec..fe3188b 100644
--- a/src/ext/test_ext_api.c
+++ b/src/ext/test_ext_api.c
@@ -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 * @file ext/test_ext_api.c 21 * @file ext/test_ext_api.c
diff --git a/src/include/gnunet_ext_service.h b/src/include/gnunet_ext_service.h
index f5f3546..45ee6a6 100644
--- a/src/include/gnunet_ext_service.h
+++ b/src/include/gnunet_ext_service.h
@@ -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/**
diff --git a/src/include/gnunet_protocols_ext.h b/src/include/gnunet_protocols_ext.h
index a6820dd..5b6941e 100644
--- a/src/include/gnunet_protocols_ext.h
+++ b/src/include/gnunet_protocols_ext.h
@@ -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/**