From 318a4977686edf841bf331a2a31ae4e6241c7894 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 24 Mar 1996 18:33:12 +0000 Subject: [PATCH] Update FSF's address. --- src/basename.c | 4 ++-- src/date.c | 4 ++-- src/dirname.c | 4 ++-- src/echo.c | 2 +- src/env.c | 4 ++-- src/expr.c | 4 ++-- src/factor.c | 4 ++-- src/hostname.c | 4 ++-- src/id.c | 4 ++-- src/logname.c | 4 ++-- src/nice.c | 4 ++-- src/pathchk.c | 4 ++-- src/printenv.c | 4 ++-- src/printf.c | 4 ++-- src/pwd.c | 4 ++-- src/seq.c | 4 ++-- src/sleep.c | 4 ++-- src/stty.c | 4 ++-- src/su.c | 4 ++-- src/tee.c | 4 ++-- src/test.c | 2 +- src/tty.c | 4 ++-- src/uname.c | 4 ++-- src/whoami.c | 4 ++-- src/yes.c | 4 ++-- 25 files changed, 48 insertions(+), 48 deletions(-) diff --git a/src/basename.c b/src/basename.c index 6755c25..18908c0 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 162ed6a..d9abc5d 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 */ diff --git a/src/dirname.c b/src/dirname.c index 1998744..24851c7 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 ea439e0..aef1311 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 diff --git a/src/env.c b/src/env.c index 8048015..a96d72e 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 3bcd2e0..9639f21 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 3b5e825..a152eb8 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 . Adapted for GNU, fixed to factor UINT_MAX by Jim Meyering. */ diff --git a/src/hostname.c b/src/hostname.c index 063a9f0..d09a703 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 */ diff --git a/src/id.c b/src/id.c index 7577cbb..b5010cc 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 81815cc..12a15f8 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 #include diff --git a/src/nice.c b/src/nice.c index cf8ce7d..606e364 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 */ diff --git a/src/pathchk.c b/src/pathchk.c index a0f519e..2bf770a 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 95da214..ee48c0b 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 cf695f3..f1f7772 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 2bbacc1..d71f3c7 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 */ diff --git a/src/seq.c b/src/seq.c index aa78b9f..3cddcca 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 b510836..00a9777 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 #include diff --git a/src/stty.c b/src/stty.c index 9af791e..f9241e9 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 ef068cb..fdb43cb 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 d16bd77..c47a8ee 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 076bef7..04d4b1e 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 2ba4821..a5c94e6 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 c2e44b0..efa66b2 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 2e2c568..d9f0706 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 02ded12..e0eee6a 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 */ -- 2.7.4