diff options
author | Jim Meyering <jim@meyering.net> | 1996-03-24 18:40:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-03-24 18:40:53 +0000 |
commit | 3613700a38f2d64334ed23c4b64333e08250de77 (patch) | |
tree | 90b2aaed04e7bdd05b04ec882f7a3d889242a0f5 /src | |
parent | 318a4977686edf841bf331a2a31ae4e6241c7894 (diff) | |
download | coreutils-3613700a38f2d64334ed23c4b64333e08250de77.tar.xz |
Update FSF's address.
Diffstat (limited to 'src')
-rw-r--r-- | src/echo.c | 26 | ||||
-rwxr-xr-x | src/groups.sh | 4 | ||||
-rwxr-xr-x | src/nohup.sh | 4 | ||||
-rw-r--r-- | src/test.c | 6 | ||||
-rw-r--r-- | src/who-users.c | 4 |
5 files changed, 21 insertions, 23 deletions
diff --git a/src/echo.c b/src/echo.c index aef13119e..5a8e17081 100644 --- a/src/echo.c +++ b/src/echo.c @@ -1,21 +1,19 @@ -/* echo.c, taken from Bash. +/* echo.c, derived from code echo.c in Bash. Copyright (C) 87, 89, 91, 92, 93, 94, 1995 Free Software Foundation, Inc. -This file is part of GNU Bash, the Bourne Again SHell. + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2, or (at your option) + any later version. -Bash is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation; either version 2, or (at your option) any later -version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. -Bash is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or -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 Foundation, -Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ + 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. */ #include <config.h> #include <stdio.h> diff --git a/src/groups.sh b/src/groups.sh index aaf62e6bd..c3f9f96d3 100755 --- a/src/groups.sh +++ b/src/groups.sh @@ -13,8 +13,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 <djm@gnu.ai.mit.edu>. diff --git a/src/nohup.sh b/src/nohup.sh index a0fc522a7..cb238b90b 100755 --- a/src/nohup.sh +++ b/src/nohup.sh @@ -13,8 +13,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 <djm@gnu.ai.mit.edu>. diff --git a/src/test.c b/src/test.c index 04d4b1e7c..7cd8fba08 100644 --- a/src/test.c +++ b/src/test.c @@ -16,9 +16,9 @@ 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 Foundation, - Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ + 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. */ /* Define TEST_STANDALONE to get the /bin/test version. Otherwise, you get the shell builtin version. */ diff --git a/src/who-users.c b/src/who-users.c index 2418e3c3f..c9ab66e57 100644 --- a/src/who-users.c +++ b/src/who-users.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 jla; revised by djm */ |