summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/basename.c2
-rw-r--r--src/cat.c2
-rw-r--r--src/chgrp.c2
-rw-r--r--src/chmod.c2
-rw-r--r--src/chown-core.c2
-rw-r--r--src/chown-core.h2
-rw-r--r--src/chown.c2
-rw-r--r--src/chroot.c2
-rw-r--r--src/cksum.c2
-rw-r--r--src/comm.c2
-rw-r--r--src/copy.c2
-rw-r--r--src/cp-hash.c2
-rw-r--r--src/cp.c2
-rw-r--r--src/csplit.c2
-rw-r--r--src/cut.c2
-rw-r--r--src/date.c2
-rwxr-xr-xsrc/dcgen2
-rw-r--r--src/dd.c2
-rw-r--r--src/df.c2
-rw-r--r--src/dircolors.c2
-rw-r--r--src/dirname.c2
-rw-r--r--src/du.c2
-rw-r--r--src/echo.c2
-rw-r--r--src/env.c2
-rw-r--r--src/expand.c2
-rw-r--r--src/expr.c2
-rw-r--r--src/factor.c2
-rw-r--r--src/fmt.c2
-rw-r--r--src/fold.c2
-rwxr-xr-xsrc/groups.sh2
-rw-r--r--src/head.c2
-rw-r--r--src/hostid.c2
-rw-r--r--src/hostname.c2
-rw-r--r--src/id.c2
-rw-r--r--src/install.c2
-rw-r--r--src/join.c2
-rw-r--r--src/kill.c2
-rw-r--r--src/link.c2
-rw-r--r--src/ln.c2
-rw-r--r--src/logname.c2
-rw-r--r--src/ls.c2
-rw-r--r--src/md5sum.c2
-rw-r--r--src/mkdir.c2
-rw-r--r--src/mkfifo.c2
-rw-r--r--src/mknod.c2
-rw-r--r--src/mv.c2
-rw-r--r--src/nice.c2
-rw-r--r--src/nl.c2
-rw-r--r--src/nohup.c2
-rw-r--r--src/od.c2
-rw-r--r--src/paste.c2
-rw-r--r--src/pathchk.c2
-rw-r--r--src/pinky.c2
-rw-r--r--src/pr.c2
-rw-r--r--src/printenv.c2
-rw-r--r--src/printf.c2
-rw-r--r--src/ptx.c4
-rw-r--r--src/pwd.c2
-rw-r--r--src/readlink.c2
-rw-r--r--src/remove.c2
-rw-r--r--src/remove.h2
-rw-r--r--src/rm.c2
-rw-r--r--src/rmdir.c2
-rw-r--r--src/seq.c2
-rw-r--r--src/setuidgid.c2
-rw-r--r--src/shred.c2
-rw-r--r--src/sleep.c2
-rw-r--r--src/sort.c2
-rw-r--r--src/split.c2
-rw-r--r--src/stat.c2
-rw-r--r--src/stty.c2
-rw-r--r--src/su.c2
-rw-r--r--src/sum.c2
-rw-r--r--src/sync.c2
-rw-r--r--src/system.h2
-rw-r--r--src/tac.c2
-rw-r--r--src/tail.c2
-rw-r--r--src/tee.c2
-rw-r--r--src/test.c2
-rw-r--r--src/touch.c2
-rw-r--r--src/tr.c2
-rw-r--r--src/true.c2
-rw-r--r--src/tsort.c2
-rw-r--r--src/tty.c2
-rw-r--r--src/uname.c2
-rw-r--r--src/unexpand.c2
-rw-r--r--src/uniq.c2
-rw-r--r--src/unlink.c2
-rw-r--r--src/uptime.c2
-rw-r--r--src/users.c2
-rw-r--r--src/wc.c2
-rw-r--r--src/who.c2
-rw-r--r--src/whoami.c2
-rw-r--r--src/yes.c2
94 files changed, 95 insertions, 95 deletions
diff --git a/src/basename.c b/src/basename.c
index 9c925a38d..ac01106a6 100644
--- a/src/basename.c
+++ b/src/basename.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Usage: basename name [suffix]
NAME is a pathname; SUFFIX is a suffix to strip from it.
diff --git a/src/cat.c b/src/cat.c
index 2d98e1099..b61163f06 100644
--- a/src/cat.c
+++ b/src/cat.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Differences from the Unix cat:
* Always unbuffered, -u is ignored.
diff --git a/src/chgrp.c b/src/chgrp.c
index 9f998547a..588378fc2 100644
--- a/src/chgrp.c
+++ b/src/chgrp.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by David MacKenzie <djm@gnu.ai.mit.edu>. */
diff --git a/src/chmod.c b/src/chmod.c
index 566c3dbbb..7a4f70105 100644
--- a/src/chmod.c
+++ b/src/chmod.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by David MacKenzie <djm@gnu.ai.mit.edu> */
diff --git a/src/chown-core.c b/src/chown-core.c
index 2d3f40a7c..80e361142 100644
--- a/src/chown-core.c
+++ b/src/chown-core.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Extracted from chown.c/chgrp.c and librarified by Jim Meyering. */
diff --git a/src/chown-core.h b/src/chown-core.h
index 8080dc490..8904179f3 100644
--- a/src/chown-core.h
+++ b/src/chown-core.h
@@ -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. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
#ifndef CHOWN_CORE_H
# define CHOWN_CORE_H
diff --git a/src/chown.c b/src/chown.c
index 58054427c..3a5afa6a0 100644
--- a/src/chown.c
+++ b/src/chown.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/*
| user
diff --git a/src/chroot.c b/src/chroot.c
index f68751b20..d175c7cd3 100644
--- a/src/chroot.c
+++ b/src/chroot.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by Roland McGrath. */
diff --git a/src/cksum.c b/src/cksum.c
index d07aa3717..4ee53e154 100644
--- a/src/cksum.c
+++ b/src/cksum.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by Q. Frank Xia, qx@math.columbia.edu.
Cosmetic changes and reorganization by David MacKenzie, djm@gnu.ai.mit.edu.
diff --git a/src/comm.c b/src/comm.c
index 139676f2b..00f0b5347 100644
--- a/src/comm.c
+++ b/src/comm.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by Richard Stallman and David MacKenzie. */
diff --git a/src/copy.c b/src/copy.c
index 10fe90454..cfcdc4a38 100644
--- a/src/copy.c
+++ b/src/copy.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Extracted from cp.c and librarified by Jim Meyering. */
diff --git a/src/cp-hash.c b/src/cp-hash.c
index fe9fd40af..4abaf049c 100644
--- a/src/cp-hash.c
+++ b/src/cp-hash.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
Written by Torbjorn Granlund, Sweden (tege@sics.se).
Rewritten to use lib/hash.c by Jim Meyering. */
diff --git a/src/cp.c b/src/cp.c
index 72d97b295..d9ce15b15 100644
--- a/src/cp.c
+++ b/src/cp.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
Written by Torbjorn Granlund, David MacKenzie, and Jim Meyering. */
diff --git a/src/csplit.c b/src/csplit.c
index e627bba1b..4ae8470b1 100644
--- a/src/csplit.c
+++ b/src/csplit.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by Stuart Kemp, cpsrk@groper.jcu.edu.au.
Modified by David MacKenzie, djm@gnu.ai.mit.edu. */
diff --git a/src/cut.c b/src/cut.c
index ac3faa30a..bc1e7590d 100644
--- a/src/cut.c
+++ b/src/cut.c
@@ -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. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by David Ihnat. */
diff --git a/src/date.c b/src/date.c
index dc0efd2a2..13b1ece03 100644
--- a/src/date.c
+++ b/src/date.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
David MacKenzie <djm@gnu.ai.mit.edu> */
diff --git a/src/dcgen b/src/dcgen
index 39b4f5ee5..0c9fe499a 100755
--- a/src/dcgen
+++ b/src/dcgen
@@ -15,7 +15,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
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02111-1307, USA.
# written by Jim Meyering
diff --git a/src/dd.c b/src/dd.c
index 26929bdcb..e8f1b8492 100644
--- a/src/dd.c
+++ b/src/dd.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by Paul Rubin, David MacKenzie, and Stuart Kemp. */
diff --git a/src/df.c b/src/df.c
index 49de58c41..7ca7eea24 100644
--- a/src/df.c
+++ b/src/df.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by David MacKenzie <djm@gnu.ai.mit.edu>.
--human-readable and --megabyte options added by lm@sgi.com.
diff --git a/src/dircolors.c b/src/dircolors.c
index 1dbe6c4b4..e158c4b79 100644
--- a/src/dircolors.c
+++ b/src/dircolors.c
@@ -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. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
#if HAVE_CONFIG_H
# include <config.h>
diff --git a/src/dirname.c b/src/dirname.c
index 5450278e2..fdd2b0e5f 100644
--- a/src/dirname.c
+++ b/src/dirname.c
@@ -15,7 +15,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. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by David MacKenzie and Jim Meyering. */
diff --git a/src/du.c b/src/du.c
index 6036301ea..7b7320800 100644
--- a/src/du.c
+++ b/src/du.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Differences from the Unix du:
* Doesn't simply ignore the names of regular files given as arguments
diff --git a/src/echo.c b/src/echo.c
index 94ef2a5af..76705c351 100644
--- a/src/echo.c
+++ b/src/echo.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
#include <config.h>
#include <stdio.h>
diff --git a/src/env.c b/src/env.c
index 3d324d3e9..217d04fa5 100644
--- a/src/env.c
+++ b/src/env.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Richard Mlynarik and David MacKenzie */
diff --git a/src/expand.c b/src/expand.c
index 4e172364d..69c3faa53 100644
--- a/src/expand.c
+++ b/src/expand.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* By default, convert all tabs to spaces.
Preserves backspace characters in the output; they decrement the
diff --git a/src/expr.c b/src/expr.c
index d85cd697f..9a117f4e7 100644
--- a/src/expr.c
+++ b/src/expr.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Author: Mike Parker.
diff --git a/src/factor.c b/src/factor.c
index 53f2dac16..665b570c1 100644
--- a/src/factor.c
+++ b/src/factor.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by Paul Rubin <phr@ocf.berkeley.edu>.
Adapted for GNU, fixed to factor UINT_MAX by Jim Meyering. */
diff --git a/src/fmt.c b/src/fmt.c
index 81db109a7..3826db3fa 100644
--- a/src/fmt.c
+++ b/src/fmt.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by Ross Paterson <rap@doc.ic.ac.uk>. */
diff --git a/src/fold.c b/src/fold.c
index 0717973b0..5fd0ffa53 100644
--- a/src/fold.c
+++ b/src/fold.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by David MacKenzie, djm@gnu.ai.mit.edu. */
diff --git a/src/groups.sh b/src/groups.sh
index bc67b9d7c..dfce527ed 100755
--- a/src/groups.sh
+++ b/src/groups.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
# Written by David MacKenzie <djm@gnu.ai.mit.edu>.
diff --git a/src/head.c b/src/head.c
index 253ace50e..19d199c70 100644
--- a/src/head.c
+++ b/src/head.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Options: (see usage)
Reads from standard input if no files are given or when a filename of
diff --git a/src/hostid.c b/src/hostid.c
index cfd63cf1b..40627ac50 100644
--- a/src/hostid.c
+++ b/src/hostid.c
@@ -15,7 +15,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. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by Jim Meyering. */
diff --git a/src/hostname.c b/src/hostname.c
index 6d7f41813..1c75cc2da 100644
--- a/src/hostname.c
+++ b/src/hostname.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by Jim Meyering. */
diff --git a/src/id.c b/src/id.c
index 1fe6a807c..22ce33b47 100644
--- a/src/id.c
+++ b/src/id.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by Arnold Robbins.
Major rewrite by David MacKenzie, djm@gnu.ai.mit.edu. */
diff --git a/src/install.c b/src/install.c
index dcaa9d3f4..5af852d26 100644
--- a/src/install.c
+++ b/src/install.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by David MacKenzie <djm@gnu.ai.mit.edu> */
diff --git a/src/join.c b/src/join.c
index 30fff8200..b4fa60e80 100644
--- a/src/join.c
+++ b/src/join.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
Written by Mike Haertel, mike@gnu.ai.mit.edu. */
diff --git a/src/kill.c b/src/kill.c
index 7caaa473d..befc7cc24 100644
--- a/src/kill.c
+++ b/src/kill.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by Paul Eggert. */
diff --git a/src/link.c b/src/link.c
index 032667238..b6be62a3c 100644
--- a/src/link.c
+++ b/src/link.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by Michael Stone */
diff --git a/src/ln.c b/src/ln.c
index 0ec3d3eaf..f11b641a9 100644
--- a/src/ln.c
+++ b/src/ln.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by Mike Parker and David MacKenzie. */
diff --git a/src/logname.c b/src/logname.c
index 8fd22ca17..a352a9785 100644
--- a/src/logname.c
+++ b/src/logname.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
#include <config.h>
#include <stdio.h>
diff --git a/src/ls.c b/src/ls.c
index 39a3e48af..cdf3eb419 100644
--- a/src/ls.c
+++ b/src/ls.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* If ls_mode is LS_MULTI_COL,
the multi-column format is the default regardless
diff --git a/src/md5sum.c b/src/md5sum.c
index 8f2a67d29..10edf6f00 100644
--- a/src/md5sum.c
+++ b/src/md5sum.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>. */
diff --git a/src/mkdir.c b/src/mkdir.c
index 92aae73ea..726cd3e9b 100644
--- a/src/mkdir.c
+++ b/src/mkdir.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* David MacKenzie <djm@ai.mit.edu> */
diff --git a/src/mkfifo.c b/src/mkfifo.c
index 22f66a329..11d3210b9 100644
--- a/src/mkfifo.c
+++ b/src/mkfifo.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* David MacKenzie <djm@ai.mit.edu> */
diff --git a/src/mknod.c b/src/mknod.c
index 129a304ba..d4815e2e7 100644
--- a/src/mknod.c
+++ b/src/mknod.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by David MacKenzie <djm@ai.mit.edu> */
diff --git a/src/mv.c b/src/mv.c
index 5d603d883..8677ea898 100644
--- a/src/mv.c
+++ b/src/mv.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by Mike Parker, David MacKenzie, and Jim Meyering */
diff --git a/src/nice.c b/src/nice.c
index 814316c98..a26e0f057 100644
--- a/src/nice.c
+++ b/src/nice.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* David MacKenzie <djm@gnu.ai.mit.edu> */
diff --git a/src/nl.c b/src/nl.c
index ae9b41b57..fe22bc7dc 100644
--- a/src/nl.c
+++ b/src/nl.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by Scott Bartram (nancy!scott@uunet.uu.net)
Revised by David MacKenzie (djm@gnu.ai.mit.edu) */
diff --git a/src/nohup.c b/src/nohup.c
index d0c2c85c0..097fad4f7 100644
--- a/src/nohup.c
+++ b/src/nohup.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by Jim Meyering */
diff --git a/src/od.c b/src/od.c
index 50fa7405a..bf70786e4 100644
--- a/src/od.c
+++ b/src/od.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by Jim Meyering. */
diff --git a/src/paste.c b/src/paste.c
index 8f51c521c..8fd251eea 100644
--- a/src/paste.c
+++ b/src/paste.c
@@ -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. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by David Ihnat. */
diff --git a/src/pathchk.c b/src/pathchk.c
index 0af8d0b78..7ffd79a51 100644
--- a/src/pathchk.c
+++ b/src/pathchk.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
#include <config.h>
#include <stdio.h>
diff --git a/src/pinky.c b/src/pinky.c
index 029926393..e4b288b6e 100644
--- a/src/pinky.c
+++ b/src/pinky.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Created by hacking who.c by Kaveh Ghazi ghazi@caip.rutgers.edu */
diff --git a/src/pr.c b/src/pr.c
index 45f9ff2e5..ebd3f5651 100644
--- a/src/pr.c
+++ b/src/pr.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* By Pete TerMaat, with considerable refinement by Roland Huebner. */
diff --git a/src/printenv.c b/src/printenv.c
index 3b009c71f..44f1c742b 100644
--- a/src/printenv.c
+++ b/src/printenv.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Usage: printenv [variable...]
diff --git a/src/printf.c b/src/printf.c
index 32dbd94c5..11d420a21 100644
--- a/src/printf.c
+++ b/src/printf.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Usage: printf format [argument...]
diff --git a/src/ptx.c b/src/ptx.c
index a5f7c1aeb..cf2952151 100644
--- a/src/ptx.c
+++ b/src/ptx.c
@@ -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.
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
François Pinard <pinard@iro.umontreal.ca> */
@@ -2003,7 +2003,7 @@ GNU General Public License for more details.\n\
fputs (_("\
You should have received a copy of the GNU General Public License\n\
along with this program; if not, write to the Free Software Foundation,\n\
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"),
+Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.\n"),
stdout);
exit (EXIT_SUCCESS);
diff --git a/src/pwd.c b/src/pwd.c
index 2fde1d98c..38bc514eb 100644
--- a/src/pwd.c
+++ b/src/pwd.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
#include <config.h>
#include <getopt.h>
diff --git a/src/readlink.c b/src/readlink.c
index 459e5a906..8392200e6 100644
--- a/src/readlink.c
+++ b/src/readlink.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by Dmitry V. Levin */
diff --git a/src/remove.c b/src/remove.c
index 8fe16c6f0..86025232d 100644
--- a/src/remove.c
+++ b/src/remove.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Extracted from rm.c and librarified, then rewritten by Jim Meyering. */
diff --git a/src/remove.h b/src/remove.h
index 7ea2a9569..27fb4800b 100644
--- a/src/remove.h
+++ b/src/remove.h
@@ -15,7 +15,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. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
#ifndef REMOVE_H
# define REMOVE_H
diff --git a/src/rm.c b/src/rm.c
index 1aeab6836..85eb642c7 100644
--- a/src/rm.c
+++ b/src/rm.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by Paul Rubin, David MacKenzie, and Richard Stallman.
Reworked to use chdir and avoid recursion by Jim Meyering. */
diff --git a/src/rmdir.c b/src/rmdir.c
index 8facbddf8..1e7332536 100644
--- a/src/rmdir.c
+++ b/src/rmdir.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Options:
-p, --parent Remove any parent dirs that are explicitly mentioned
diff --git a/src/seq.c b/src/seq.c
index 3a58e4677..9c6427a40 100644
--- a/src/seq.c
+++ b/src/seq.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by Ulrich Drepper. */
diff --git a/src/setuidgid.c b/src/setuidgid.c
index 7d43a8fe5..e3b0b89a5 100644
--- a/src/setuidgid.c
+++ b/src/setuidgid.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by Jim Meyering */
diff --git a/src/shred.c b/src/shred.c
index 6a4ad4478..88f61e059 100644
--- a/src/shred.c
+++ b/src/shred.c
@@ -15,7 +15,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.
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
Written by Colin Plumb. */
diff --git a/src/sleep.c b/src/sleep.c
index 0c64e91e0..68e7e5fcd 100644
--- a/src/sleep.c
+++ b/src/sleep.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
#include <config.h>
#include <stdio.h>
diff --git a/src/sort.c b/src/sort.c
index aea10523b..ac3750a15 100644
--- a/src/sort.c
+++ b/src/sort.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
Written December 1988 by Mike Haertel.
The author may be reached (Email) at the address mike@gnu.ai.mit.edu,
diff --git a/src/split.c b/src/split.c
index c7fe9cbdb..b49bda7b4 100644
--- a/src/split.c
+++ b/src/split.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* By tege@sics.se, with rms.
diff --git a/src/stat.c b/src/stat.c
index e5a7a6907..582b6d41b 100644
--- a/src/stat.c
+++ b/src/stat.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
Written by Michael Meskes. */
diff --git a/src/stty.c b/src/stty.c
index b36176e27..eba94d7e7 100644
--- a/src/stty.c
+++ b/src/stty.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Usage: stty [-ag] [--all] [--save] [-F device] [--file=device] [setting...]
diff --git a/src/su.c b/src/su.c
index 99151d9a3..19c52b135 100644
--- a/src/su.c
+++ b/src/su.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Run a shell with the real and effective UID and GID and groups
of USER, default `root'.
diff --git a/src/sum.c b/src/sum.c
index e39d7ad3c..864c99b9a 100644
--- a/src/sum.c
+++ b/src/sum.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Like BSD sum or SysV sum -r, except like SysV sum if -s option is given. */
diff --git a/src/sync.c b/src/sync.c
index ad22351f7..5392aab59 100644
--- a/src/sync.c
+++ b/src/sync.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by Jim Meyering */
diff --git a/src/system.h b/src/system.h
index c908f4a77..20861d585 100644
--- a/src/system.h
+++ b/src/system.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
#include <alloca.h>
diff --git a/src/tac.c b/src/tac.c
index 157f0dfa6..7319ecd03 100644
--- a/src/tac.c
+++ b/src/tac.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by Jay Lepreau (lepreau@cs.utah.edu).
GNU enhancements by David MacKenzie (djm@gnu.ai.mit.edu). */
diff --git a/src/tail.c b/src/tail.c
index 2a8c6eb07..0dcad334b 100644
--- a/src/tail.c
+++ b/src/tail.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Can display any amount of data, unlike the Unix version, which uses
a fixed size buffer and therefore can only deliver a limited number
diff --git a/src/tee.c b/src/tee.c
index 3392f65f4..83277feb2 100644
--- a/src/tee.c
+++ b/src/tee.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Mike Parker, Richard M. Stallman, and David MacKenzie */
diff --git a/src/test.c b/src/test.c
index 98feaafbb..08e91e1e7 100644
--- a/src/test.c
+++ b/src/test.c
@@ -18,7 +18,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. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Define TEST_STANDALONE to get the /bin/test version. Otherwise, you get
the shell builtin version. */
diff --git a/src/touch.c b/src/touch.c
index ad19f4e42..ba2de1122 100644
--- a/src/touch.c
+++ b/src/touch.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by Paul Rubin, Arnold Robbins, Jim Kingdon, David MacKenzie,
and Randy Smith. */
diff --git a/src/tr.c b/src/tr.c
index b26e81df7..b55fb883d 100644
--- a/src/tr.c
+++ b/src/tr.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by Jim Meyering */
diff --git a/src/true.c b/src/true.c
index 855819e07..e772fcc5c 100644
--- a/src/true.c
+++ b/src/true.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
#include <config.h>
#include <stdio.h>
diff --git a/src/tsort.c b/src/tsort.c
index 11bd6ce76..2301a68dd 100644
--- a/src/tsort.c
+++ b/src/tsort.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by Mark Kettenis <kettenis@phys.uva.nl>. */
diff --git a/src/tty.c b/src/tty.c
index 13cca82d5..67721259a 100644
--- a/src/tty.c
+++ b/src/tty.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Displays "not a tty" if stdin is not a terminal.
Displays nothing if -s option is given.
diff --git a/src/uname.c b/src/uname.c
index 53620bce6..85eff3070 100644
--- a/src/uname.c
+++ b/src/uname.c
@@ -15,7 +15,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. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by David MacKenzie <djm@gnu.ai.mit.edu> */
diff --git a/src/unexpand.c b/src/unexpand.c
index 0238a20bd..d41039060 100644
--- a/src/unexpand.c
+++ b/src/unexpand.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* By default, convert only maximal strings of initial blanks and tabs
into tabs.
diff --git a/src/uniq.c b/src/uniq.c
index 8d17dfd15..92515642b 100644
--- a/src/uniq.c
+++ b/src/uniq.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by Richard Stallman and David MacKenzie. */
diff --git a/src/unlink.c b/src/unlink.c
index b2702c8c2..81e74b903 100644
--- a/src/unlink.c
+++ b/src/unlink.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by Michael Stone */
diff --git a/src/uptime.c b/src/uptime.c
index eaa3f7f07..95bdb6db6 100644
--- a/src/uptime.c
+++ b/src/uptime.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Created by hacking who.c by Kaveh Ghazi ghazi@caip.rutgers.edu. */
diff --git a/src/users.c b/src/users.c
index 7f9be7396..3ab4ef193 100644
--- a/src/users.c
+++ b/src/users.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by jla; revised by djm */
diff --git a/src/wc.c b/src/wc.c
index 8ee9940fb..56db631de 100644
--- a/src/wc.c
+++ b/src/wc.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by Paul Rubin, phr@ocf.berkeley.edu
and David MacKenzie, djm@gnu.ai.mit.edu. */
diff --git a/src/who.c b/src/who.c
index 3d9d023e7..8919cc03d 100644
--- a/src/who.c
+++ b/src/who.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Written by jla; revised by djm; revised again by mstone */
diff --git a/src/whoami.c b/src/whoami.c
index b5037c275..1cf7411e6 100644
--- a/src/whoami.c
+++ b/src/whoami.c
@@ -15,7 +15,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. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* Equivalent to `id -un'. */
/* Written by Richard Mlynarik. */
diff --git a/src/yes.c b/src/yes.c
index 6003cabb0..d8f39ae6b 100644
--- a/src/yes.c
+++ b/src/yes.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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. */
/* David MacKenzie <djm@gnu.ai.mit.edu> */