From: Jim Meyering Date: Sat, 14 May 2005 06:57:06 +0000 (+0000) Subject: Update FSF postal mail address. X-Git-Tag: CPPI-1_12~810 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c0c815af8db441526ef112700b9185df6006c771;p=thirdparty%2Fcoreutils.git Update FSF postal mail address. --- diff --git a/src/basename.c b/src/basename.c index 9c925a38d1..ac01106a6b 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 2d98e10999..b61163f068 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 9f998547a1..588378fc26 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 . */ diff --git a/src/chmod.c b/src/chmod.c index 566c3dbbbd..7a4f701051 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 */ diff --git a/src/chown-core.c b/src/chown-core.c index 2d3f40a7cc..80e361142a 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 8080dc4909..8904179f3c 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 58054427ce..3a5afa6a0d 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 f68751b20d..d175c7cd3a 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 d07aa37177..4ee53e1549 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 139676f2b2..00f0b5347a 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 10fe904543..cfcdc4a388 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 fe9fd40af9..4abaf049c2 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 72d97b295a..d9ce15b152 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 e627bba1b8..4ae8470b1b 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 ac3faa30a3..bc1e7590d7 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 dc0efd2a27..13b1ece03d 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 */ diff --git a/src/dcgen b/src/dcgen index 39b4f5ee5d..0c9fe499a9 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 26929bdcbd..e8f1b8492a 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 49de58c415..7ca7eea245 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 . --human-readable and --megabyte options added by lm@sgi.com. diff --git a/src/dircolors.c b/src/dircolors.c index 1dbe6c4b4d..e158c4b792 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 diff --git a/src/dirname.c b/src/dirname.c index 5450278e22..fdd2b0e5ff 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 6036301ea1..7b7320800f 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 94ef2a5af2..76705c3514 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 #include diff --git a/src/env.c b/src/env.c index 3d324d3e9d..217d04fa56 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 4e172364d3..69c3faa530 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 d85cd697fd..9a117f4e7f 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 53f2dac16e..665b570c1c 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 . Adapted for GNU, fixed to factor UINT_MAX by Jim Meyering. */ diff --git a/src/fmt.c b/src/fmt.c index 81db109a79..3826db3fab 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 . */ diff --git a/src/fold.c b/src/fold.c index 0717973b07..5fd0ffa53b 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 bc67b9d7c5..dfce527eda 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 . diff --git a/src/head.c b/src/head.c index 253ace50ea..19d199c702 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 cfd63cf1b5..40627ac50e 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 6d7f418132..1c75cc2dad 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 1fe6a807c6..22ce33b47d 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 dcaa9d3f49..5af852d262 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 */ diff --git a/src/join.c b/src/join.c index 30fff8200b..b4fa60e80f 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 7caaa473d2..befc7cc247 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 0326672386..b6be62a3cf 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 0ec3d3eafc..f11b641a97 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 8fd22ca178..a352a97850 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 #include diff --git a/src/ls.c b/src/ls.c index 39a3e48af3..cdf3eb419d 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 8f2a67d298..10edf6f008 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 . */ diff --git a/src/mkdir.c b/src/mkdir.c index 92aae73ea5..726cd3e9b0 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 */ diff --git a/src/mkfifo.c b/src/mkfifo.c index 22f66a3299..11d3210b97 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 */ diff --git a/src/mknod.c b/src/mknod.c index 129a304baa..d4815e2e70 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 */ diff --git a/src/mv.c b/src/mv.c index 5d603d8837..8677ea8988 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 814316c98f..a26e0f0574 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 */ diff --git a/src/nl.c b/src/nl.c index ae9b41b579..fe22bc7dcb 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 d0c2c85c00..097fad4f73 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 50fa7405a1..bf70786e47 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 8f51c521c8..8fd251eead 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 0af8d0b780..7ffd79a51e 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 #include diff --git a/src/pinky.c b/src/pinky.c index 029926393b..e4b288b6e0 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 45f9ff2e54..ebd3f5651a 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 3b009c71f8..44f1c742b2 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 32dbd94c5e..11d420a212 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 a5f7c1aeb1..cf29521516 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 */ @@ -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 2fde1d98c6..38bc514eb0 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 #include diff --git a/src/readlink.c b/src/readlink.c index 459e5a9061..8392200e60 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 8fe16c6f0b..86025232de 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 7ea2a9569b..27fb4800b5 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 1aeab6836c..85eb642c73 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 8facbddf8e..1e73325363 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 3a58e4677c..9c6427a40c 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 7d43a8fe52..e3b0b89a5f 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 6a4ad44781..88f61e0599 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 0c64e91e0e..68e7e5fcdb 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 #include diff --git a/src/sort.c b/src/sort.c index aea10523b8..ac3750a158 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 c7fe9cbdb7..b49bda7b45 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 e5a7a6907b..582b6d41ba 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 b36176e272..eba94d7e79 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 99151d9a36..19c52b1359 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 e39d7ad3c1..864c99b9a4 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 ad22351f7f..5392aab59c 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 c908f4a777..20861d585f 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 diff --git a/src/tac.c b/src/tac.c index 157f0dfa6e..7319ecd035 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 2a8c6eb076..0dcad334b4 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 3392f65f48..83277feb2f 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 98feaafbb4..08e91e1e75 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 ad19f4e420..ba2de1122d 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 b26e81df7b..b55fb883d8 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 855819e074..e772fcc5ce 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 #include diff --git a/src/tsort.c b/src/tsort.c index 11bd6ce769..2301a68dd5 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 . */ diff --git a/src/tty.c b/src/tty.c index 13cca82d5e..67721259af 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 53620bce6d..85eff3070d 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 */ diff --git a/src/unexpand.c b/src/unexpand.c index 0238a20bdf..d41039060f 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 8d17dfd157..92515642b1 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 b2702c8c2a..81e74b9039 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 eaa3f7f079..95bdb6db6d 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 7f9be7396a..3ab4ef193b 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 8ee9940fba..56db631de3 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 3d9d023e71..8919cc03dd 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 b5037c2750..1cf7411e6c 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 6003cabb08..d8f39ae6b8 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 */