gnunet-ext

Template for writing GNUnet extensions
Log | Files | Refs | README | LICENSE

commit 7c6def6fd783edca981260eb1d2474d007a33b86
parent a3a2b1822da61e88af0591f95ab0988d53dc259d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 30 Jun 2015 11:43:21 +0000

fix #3869: outdated FSF address

Diffstat:
Mconfigure.ac | 4++--
Msrc/ext/ext.h | 4++--
Msrc/ext/ext_api.c | 4++--
Msrc/ext/gnunet-ext.c | 4++--
Msrc/ext/gnunet-service-ext.c | 4++--
Msrc/ext/test_ext_api.c | 4++--
Msrc/include/gnunet_ext_service.h | 4++--
Msrc/include/gnunet_protocols_ext.h | 4++--
8 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -13,8 +13,8 @@ # # You should have received a copy of the GNU General Public License # along with GNUnet; see the file COPYING. If not, write to the -# Free Software Foundation, Inc., 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. +# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. # # # Process this file with autoconf to produce a configure script. diff --git a/src/ext/ext.h b/src/ext/ext.h @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with GNUnet; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** * @file ext/ext.h diff --git a/src/ext/ext_api.c b/src/ext/ext_api.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with GNUnet; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/ext/gnunet-ext.c b/src/ext/gnunet-ext.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with GNUnet; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/ext/gnunet-service-ext.c b/src/ext/gnunet-service-ext.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with GNUnet; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/ext/test_ext_api.c b/src/ext/test_ext_api.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with GNUnet; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** * @file ext/test_ext_api.c diff --git a/src/include/gnunet_ext_service.h b/src/include/gnunet_ext_service.h @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with GNUnet; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/include/gnunet_protocols_ext.h b/src/include/gnunet_protocols_ext.h @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with GNUnet; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /**