gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r36038 - in gnunet-fuse: . src/fuse


From: gnunet
Subject: [GNUnet-SVN] r36038 - in gnunet-fuse: . src/fuse
Date: Tue, 30 Jun 2015 13:43:29 +0200

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

Modified:
   gnunet-fuse/configure.ac
   gnunet-fuse/src/fuse/ext_api.c
   gnunet-fuse/src/fuse/getattr.c
   gnunet-fuse/src/fuse/gfs_download.c
   gnunet-fuse/src/fuse/gfs_download.h
   gnunet-fuse/src/fuse/gnunet-fuse.c
   gnunet-fuse/src/fuse/gnunet-fuse.h
   gnunet-fuse/src/fuse/mutex.c
   gnunet-fuse/src/fuse/mutex.h
   gnunet-fuse/src/fuse/open.c
   gnunet-fuse/src/fuse/read.c
   gnunet-fuse/src/fuse/readdir.c
Log:
fix #3869: outdated FSF address

Modified: gnunet-fuse/configure.ac
===================================================================
--- gnunet-fuse/configure.ac    2015-06-30 11:43:21 UTC (rev 36037)
+++ gnunet-fuse/configure.ac    2015-06-30 11:43:29 UTC (rev 36038)
@@ -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-fuse/src/fuse/ext_api.c
===================================================================
--- gnunet-fuse/src/fuse/ext_api.c      2015-06-30 11:43:21 UTC (rev 36037)
+++ gnunet-fuse/src/fuse/ext_api.c      2015-06-30 11:43:29 UTC (rev 36038)
@@ -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-fuse/src/fuse/getattr.c
===================================================================
--- gnunet-fuse/src/fuse/getattr.c      2015-06-30 11:43:21 UTC (rev 36037)
+++ gnunet-fuse/src/fuse/getattr.c      2015-06-30 11:43:29 UTC (rev 36038)
@@ -14,7 +14,7 @@
  
   You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software
-  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
 
 */
 /*

Modified: gnunet-fuse/src/fuse/gfs_download.c
===================================================================
--- gnunet-fuse/src/fuse/gfs_download.c 2015-06-30 11:43:21 UTC (rev 36037)
+++ gnunet-fuse/src/fuse/gfs_download.c 2015-06-30 11:43:29 UTC (rev 36038)
@@ -14,7 +14,7 @@
  
   You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software
-  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
 
 */
 /**

Modified: gnunet-fuse/src/fuse/gfs_download.h
===================================================================
--- gnunet-fuse/src/fuse/gfs_download.h 2015-06-30 11:43:21 UTC (rev 36037)
+++ gnunet-fuse/src/fuse/gfs_download.h 2015-06-30 11:43:29 UTC (rev 36038)
@@ -14,7 +14,7 @@
  
   You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software
-  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
 
 */
 /**

Modified: gnunet-fuse/src/fuse/gnunet-fuse.c
===================================================================
--- gnunet-fuse/src/fuse/gnunet-fuse.c  2015-06-30 11:43:21 UTC (rev 36037)
+++ gnunet-fuse/src/fuse/gnunet-fuse.c  2015-06-30 11:43:29 UTC (rev 36038)
@@ -14,7 +14,7 @@
  
   You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software
-  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
 
 */
 

Modified: gnunet-fuse/src/fuse/gnunet-fuse.h
===================================================================
--- gnunet-fuse/src/fuse/gnunet-fuse.h  2015-06-30 11:43:21 UTC (rev 36037)
+++ gnunet-fuse/src/fuse/gnunet-fuse.h  2015-06-30 11:43:29 UTC (rev 36038)
@@ -13,7 +13,7 @@
 
   You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software
-  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
 
 */
 /**

Modified: gnunet-fuse/src/fuse/mutex.c
===================================================================
--- gnunet-fuse/src/fuse/mutex.c        2015-06-30 11:43:21 UTC (rev 36037)
+++ gnunet-fuse/src/fuse/mutex.c        2015-06-30 11:43:29 UTC (rev 36038)
@@ -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-fuse/src/fuse/mutex.h
===================================================================
--- gnunet-fuse/src/fuse/mutex.h        2015-06-30 11:43:21 UTC (rev 36037)
+++ gnunet-fuse/src/fuse/mutex.h        2015-06-30 11:43:29 UTC (rev 36038)
@@ -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-fuse/src/fuse/open.c
===================================================================
--- gnunet-fuse/src/fuse/open.c 2015-06-30 11:43:21 UTC (rev 36037)
+++ gnunet-fuse/src/fuse/open.c 2015-06-30 11:43:29 UTC (rev 36038)
@@ -14,7 +14,7 @@
  
   You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software
-  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
 
 */
 /*

Modified: gnunet-fuse/src/fuse/read.c
===================================================================
--- gnunet-fuse/src/fuse/read.c 2015-06-30 11:43:21 UTC (rev 36037)
+++ gnunet-fuse/src/fuse/read.c 2015-06-30 11:43:29 UTC (rev 36038)
@@ -14,7 +14,7 @@
  
   You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software
-  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
 
 */
 /*

Modified: gnunet-fuse/src/fuse/readdir.c
===================================================================
--- gnunet-fuse/src/fuse/readdir.c      2015-06-30 11:43:21 UTC (rev 36037)
+++ gnunet-fuse/src/fuse/readdir.c      2015-06-30 11:43:29 UTC (rev 36038)
@@ -14,7 +14,7 @@
  
   You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software
-  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
 
 */
 /*




reply via email to

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