]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Update FSF's address.
authorJim Meyering <jim@meyering.net>
Sun, 24 Mar 1996 18:40:53 +0000 (18:40 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 24 Mar 1996 18:40:53 +0000 (18:40 +0000)
src/echo.c
src/groups.sh
src/nohup.sh
src/test.c
src/who-users.c

index aef13119e1b40a936f4a271a6162edf99e3ab80b..5a8e170810ad52b2a9900cf3d305aa071187e6b0 100644 (file)
@@ -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>
index aaf62e6bdbea248e08549edee2d93ac1e8bacf6f..c3f9f96d3a76cc885a17faa751c3414d4141d10d 100755 (executable)
@@ -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>.
 
index a0fc522a70a0f4869ac019fbe7abc347e0d4c082..cb238b90b484c14658a5788084866eede395d23e 100755 (executable)
@@ -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>.
 
index 04d4b1e7c41b140fd43873f625aea44603022f6b..7cd8fba082c751fd80dc28117401f242914b3542 100644 (file)
@@ -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. */
index 2418e3c3fa0131ce3b57b355c3f19edb4daa2a2c..c9ab66e5766605e48fc45d211aee802251ffef2a 100644 (file)
@@ -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 */