summaryrefslogtreecommitdiff
path: root/src/echo.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-03-24 18:40:53 +0000
committerJim Meyering <jim@meyering.net>1996-03-24 18:40:53 +0000
commit3613700a38f2d64334ed23c4b64333e08250de77 (patch)
tree90b2aaed04e7bdd05b04ec882f7a3d889242a0f5 /src/echo.c
parent318a4977686edf841bf331a2a31ae4e6241c7894 (diff)
downloadcoreutils-3613700a38f2d64334ed23c4b64333e08250de77.tar.xz
Update FSF's address.
Diffstat (limited to 'src/echo.c')
-rw-r--r--src/echo.c26
1 files changed, 12 insertions, 14 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>