summaryrefslogtreecommitdiffstats
path: root/fuse
diff options
context:
space:
mode:
Diffstat (limited to 'fuse')
-rw-r--r--fuse/Makefile.am2
-rw-r--r--fuse/dircache.c2
-rw-r--r--fuse/dircache.h2
-rw-r--r--fuse/guestmount.c2
-rw-r--r--fuse/guestmount.h2
-rw-r--r--fuse/guestmount.pod2
-rwxr-xr-xfuse/test-fuse.sh2
7 files changed, 7 insertions, 7 deletions
diff --git a/fuse/Makefile.am b/fuse/Makefile.am
index 10bbc9d1..16c93db8 100644
--- a/fuse/Makefile.am
+++ b/fuse/Makefile.am
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
include $(top_srcdir)/subdir-rules.mk
diff --git a/fuse/dircache.c b/fuse/dircache.c
index 8cff0d39..771e3133 100644
--- a/fuse/dircache.c
+++ b/fuse/dircache.c
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Derived from the example program 'fusexmp.c':
* Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu>
diff --git a/fuse/dircache.h b/fuse/dircache.h
index 748d17cc..76ee9302 100644
--- a/fuse/dircache.h
+++ b/fuse/dircache.h
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Derived from the example program 'fusexmp.c':
* Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu>
diff --git a/fuse/guestmount.c b/fuse/guestmount.c
index 67a746f5..bfd81749 100644
--- a/fuse/guestmount.c
+++ b/fuse/guestmount.c
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Derived from the example program 'fusexmp.c':
* Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu>
diff --git a/fuse/guestmount.h b/fuse/guestmount.h
index 07cd42ea..81d026db 100644
--- a/fuse/guestmount.h
+++ b/fuse/guestmount.h
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Derived from the example program 'fusexmp.c':
* Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu>
diff --git a/fuse/guestmount.pod b/fuse/guestmount.pod
index 40a76986..c0897062 100644
--- a/fuse/guestmount.pod
+++ b/fuse/guestmount.pod
@@ -346,4 +346,4 @@ GNU General Public License for more details.
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., 675 Mass Ave, Cambridge, MA 02139, USA.
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
diff --git a/fuse/test-fuse.sh b/fuse/test-fuse.sh
index 27e62961..1accd896 100755
--- a/fuse/test-fuse.sh
+++ b/fuse/test-fuse.sh
@@ -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., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
unset CDPATH
set -e