summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-03-24 18:33:12 +0000
committerJim Meyering <jim@meyering.net>1996-03-24 18:33:12 +0000
commit318a4977686edf841bf331a2a31ae4e6241c7894 (patch)
treebe401705f6da7bc3968c0d7dcc8dbf6e4a2b7cf6
parent7b428cdedab5fbe6f982304ccc479d76423c9dd4 (diff)
downloadcoreutils-318a4977686edf841bf331a2a31ae4e6241c7894.tar.xz
Update FSF's address.
-rw-r--r--src/basename.c4
-rw-r--r--src/date.c4
-rw-r--r--src/dirname.c4
-rw-r--r--src/echo.c2
-rw-r--r--src/env.c4
-rw-r--r--src/expr.c4
-rw-r--r--src/factor.c4
-rw-r--r--src/hostname.c4
-rw-r--r--src/id.c4
-rw-r--r--src/logname.c4
-rw-r--r--src/nice.c4
-rw-r--r--src/pathchk.c4
-rw-r--r--src/printenv.c4
-rw-r--r--src/printf.c4
-rw-r--r--src/pwd.c4
-rw-r--r--src/seq.c4
-rw-r--r--src/sleep.c4
-rw-r--r--src/stty.c4
-rw-r--r--src/su.c4
-rw-r--r--src/tee.c4
-rw-r--r--src/test.c2
-rw-r--r--src/tty.c4
-rw-r--r--src/uname.c4
-rw-r--r--src/whoami.c4
-rw-r--r--src/yes.c4
25 files changed, 48 insertions, 48 deletions
diff --git a/src/basename.c b/src/basename.c
index 6755c25e7..18908c00e 100644
--- a/src/basename.c
+++ b/src/basename.c
@@ -12,8 +12,8 @@
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. */
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330, 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/date.c b/src/date.c
index 162ed6a4e..d9abc5dfc 100644
--- a/src/date.c
+++ b/src/date.c
@@ -12,8 +12,8 @@
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.
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
David MacKenzie <djm@gnu.ai.mit.edu> */
diff --git a/src/dirname.c b/src/dirname.c
index 1998744dd..24851c7bb 100644
--- a/src/dirname.c
+++ b/src/dirname.c
@@ -12,8 +12,8 @@
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. */
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* Written by David MacKenzie and Jim Meyering. */
diff --git a/src/echo.c b/src/echo.c
index ea439e039..aef13119e 100644
--- a/src/echo.c
+++ b/src/echo.c
@@ -14,7 +14,7 @@ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.
You should have received a copy of the GNU General Public License along
-with Bash; see the file COPYING. If not, write to the Free Software
+with Bash; see the file COPYING. If not, write to the Free Software Foundation,
Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <config.h>
diff --git a/src/env.c b/src/env.c
index 8048015b2..a96d72e00 100644
--- a/src/env.c
+++ b/src/env.c
@@ -12,8 +12,8 @@
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. */
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* Richard Mlynarik and David MacKenzie */
diff --git a/src/expr.c b/src/expr.c
index 3bcd2e063..9639f2175 100644
--- a/src/expr.c
+++ b/src/expr.c
@@ -12,8 +12,8 @@
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. */
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* Author: Mike Parker.
diff --git a/src/factor.c b/src/factor.c
index 3b5e82586..a152eb8d0 100644
--- a/src/factor.c
+++ b/src/factor.c
@@ -12,8 +12,8 @@
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. */
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330, 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/hostname.c b/src/hostname.c
index 063a9f0e3..d09a703ef 100644
--- a/src/hostname.c
+++ b/src/hostname.c
@@ -12,8 +12,8 @@
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. */
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* Jim Meyering <meyering@comco.com> */
diff --git a/src/id.c b/src/id.c
index 7577cbb36..b5010cc41 100644
--- a/src/id.c
+++ b/src/id.c
@@ -12,8 +12,8 @@
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. */
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* Written by Arnold Robbins, arnold@audiofax.com.
Major rewrite by David MacKenzie, djm@gnu.ai.mit.edu. */
diff --git a/src/logname.c b/src/logname.c
index 81815cc15..12a15f8ac 100644
--- a/src/logname.c
+++ b/src/logname.c
@@ -12,8 +12,8 @@
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. */
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <config.h>
#include <stdio.h>
diff --git a/src/nice.c b/src/nice.c
index cf8ce7df1..606e364b3 100644
--- a/src/nice.c
+++ b/src/nice.c
@@ -12,8 +12,8 @@
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. */
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* David MacKenzie <djm@gnu.ai.mit.edu> */
diff --git a/src/pathchk.c b/src/pathchk.c
index a0f519ee6..2bf770ad7 100644
--- a/src/pathchk.c
+++ b/src/pathchk.c
@@ -12,8 +12,8 @@
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. */
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* Usage: pathchk [-p] [--portability] path...
diff --git a/src/printenv.c b/src/printenv.c
index 95da214c4..ee48c0bf1 100644
--- a/src/printenv.c
+++ b/src/printenv.c
@@ -12,8 +12,8 @@
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. */
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* Usage: printenv [variable...]
diff --git a/src/printf.c b/src/printf.c
index cf695f398..f1f77725d 100644
--- a/src/printf.c
+++ b/src/printf.c
@@ -12,8 +12,8 @@
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. */
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* Usage: printf format [argument...]
diff --git a/src/pwd.c b/src/pwd.c
index 2bbacc18c..d71f3c79b 100644
--- a/src/pwd.c
+++ b/src/pwd.c
@@ -12,8 +12,8 @@
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. */
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* Jim Meyering <meyering@comco.com> */
diff --git a/src/seq.c b/src/seq.c
index aa78b9f84..3cddcca58 100644
--- a/src/seq.c
+++ b/src/seq.c
@@ -12,8 +12,8 @@
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. */
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* Written by Ulrich Drepper. */
diff --git a/src/sleep.c b/src/sleep.c
index b51083616..00a977792 100644
--- a/src/sleep.c
+++ b/src/sleep.c
@@ -12,8 +12,8 @@
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. */
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include <config.h>
#include <stdio.h>
diff --git a/src/stty.c b/src/stty.c
index 9af791e61..f9241e963 100644
--- a/src/stty.c
+++ b/src/stty.c
@@ -12,8 +12,8 @@
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. */
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* Usage: stty [-ag] [--all] [--save] [setting...]
diff --git a/src/su.c b/src/su.c
index ef068cba2..fdb43cb48 100644
--- a/src/su.c
+++ b/src/su.c
@@ -12,8 +12,8 @@
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. */
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330, 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/tee.c b/src/tee.c
index d16bd770b..c47a8ee0b 100644
--- a/src/tee.c
+++ b/src/tee.c
@@ -12,8 +12,8 @@
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. */
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* Mike Parker, Richard M. Stallman, and David MacKenzie */
diff --git a/src/test.c b/src/test.c
index 076bef711..04d4b1e7c 100644
--- a/src/test.c
+++ b/src/test.c
@@ -17,7 +17,7 @@
for more details.
You should have received a copy of the GNU General Public License along
- with Bash; see the file COPYING. If not, write to the Free Software
+ with Bash; see the file COPYING. If not, write to the Free Software Foundation,
Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Define TEST_STANDALONE to get the /bin/test version. Otherwise, you get
diff --git a/src/tty.c b/src/tty.c
index 2ba48212b..a5c94e630 100644
--- a/src/tty.c
+++ b/src/tty.c
@@ -12,8 +12,8 @@
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. */
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330, 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 c2e44b0a8..efa66b294 100644
--- a/src/uname.c
+++ b/src/uname.c
@@ -12,8 +12,8 @@
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. */
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* Option Example
diff --git a/src/whoami.c b/src/whoami.c
index 2e2c56819..d9f0706db 100644
--- a/src/whoami.c
+++ b/src/whoami.c
@@ -12,8 +12,8 @@
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. */
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* Equivalent to `id -un'. */
/* Written by Richard Mlynarik. */
diff --git a/src/yes.c b/src/yes.c
index 02ded1274..e0eee6aa9 100644
--- a/src/yes.c
+++ b/src/yes.c
@@ -12,8 +12,8 @@
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. */
+ along with this program; if not, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* David MacKenzie <djm@gnu.ai.mit.edu> */