gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r36037 - in gnunet-ext: . src/ext src/include


From: gnunet
Subject: [GNUnet-SVN] r36037 - in gnunet-ext: . src/ext src/include
Date: Tue, 30 Jun 2015 13:43:21 +0200

Author: grothoff
Date: 2015-06-30 13:43:21 +0200 (Tue, 30 Jun 2015)
New Revision: 36037

Modified:
   gnunet-ext/configure.ac
   gnunet-ext/src/ext/ext.h
   gnunet-ext/src/ext/ext_api.c
   gnunet-ext/src/ext/gnunet-ext.c
   gnunet-ext/src/ext/gnunet-service-ext.c
   gnunet-ext/src/ext/test_ext_api.c
   gnunet-ext/src/include/gnunet_ext_service.h
   gnunet-ext/src/include/gnunet_protocols_ext.h
Log:
fix #3869: outdated FSF address

Modified: gnunet-ext/configure.ac
===================================================================
--- gnunet-ext/configure.ac     2015-06-30 11:42:08 UTC (rev 36036)
+++ gnunet-ext/configure.ac     2015-06-30 11:43:21 UTC (rev 36037)
@@ -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.

Modified: gnunet-ext/src/ext/ext.h
===================================================================
--- gnunet-ext/src/ext/ext.h    2015-06-30 11:42:08 UTC (rev 36036)
+++ gnunet-ext/src/ext/ext.h    2015-06-30 11:43:21 UTC (rev 36037)
@@ -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

Modified: gnunet-ext/src/ext/ext_api.c
===================================================================
--- gnunet-ext/src/ext/ext_api.c        2015-06-30 11:42:08 UTC (rev 36036)
+++ gnunet-ext/src/ext/ext_api.c        2015-06-30 11:43:21 UTC (rev 36037)
@@ -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.
 */
 
 /**

Modified: gnunet-ext/src/ext/gnunet-ext.c
===================================================================
--- gnunet-ext/src/ext/gnunet-ext.c     2015-06-30 11:42:08 UTC (rev 36036)
+++ gnunet-ext/src/ext/gnunet-ext.c     2015-06-30 11:43:21 UTC (rev 36037)
@@ -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.
 */
 
 /**

Modified: gnunet-ext/src/ext/gnunet-service-ext.c
===================================================================
--- gnunet-ext/src/ext/gnunet-service-ext.c     2015-06-30 11:42:08 UTC (rev 
36036)
+++ gnunet-ext/src/ext/gnunet-service-ext.c     2015-06-30 11:43:21 UTC (rev 
36037)
@@ -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.
 */
 
 /**

Modified: gnunet-ext/src/ext/test_ext_api.c
===================================================================
--- gnunet-ext/src/ext/test_ext_api.c   2015-06-30 11:42:08 UTC (rev 36036)
+++ gnunet-ext/src/ext/test_ext_api.c   2015-06-30 11:43:21 UTC (rev 36037)
@@ -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

Modified: gnunet-ext/src/include/gnunet_ext_service.h
===================================================================
--- gnunet-ext/src/include/gnunet_ext_service.h 2015-06-30 11:42:08 UTC (rev 
36036)
+++ gnunet-ext/src/include/gnunet_ext_service.h 2015-06-30 11:43:21 UTC (rev 
36037)
@@ -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.
  */
 
 /**

Modified: gnunet-ext/src/include/gnunet_protocols_ext.h
===================================================================
--- gnunet-ext/src/include/gnunet_protocols_ext.h       2015-06-30 11:42:08 UTC 
(rev 36036)
+++ gnunet-ext/src/include/gnunet_protocols_ext.h       2015-06-30 11:43:21 UTC 
(rev 36037)
@@ -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.
 */
 
 /**




reply via email to

[Prev in Thread] Current Thread [Next in Thread]