From: Jim Meyering Date: Sun, 24 Mar 1996 18:33:12 +0000 (+0000) Subject: Update FSF's address. X-Git-Tag: SH-UTILS-1_12e~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=318a4977686edf841bf331a2a31ae4e6241c7894;p=thirdparty%2Fcoreutils.git Update FSF's address. --- diff --git a/src/basename.c b/src/basename.c index 6755c25e77..18908c00ef 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 162ed6a4ea..d9abc5dfc5 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 1998744dd8..24851c7bb2 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 ea439e0396..aef13119e1 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 8048015b25..a96d72e00a 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 3bcd2e063b..9639f21753 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 3b5e825862..a152eb8d03 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 063a9f0e34..d09a703ef2 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 7577cbb36b..b5010cc41c 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 81815cc15a..12a15f8aca 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 cf8ce7df14..606e364b36 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 a0f519ee6c..2bf770ad77 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 95da214c46..ee48c0bf1c 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 cf695f398f..f1f77725d8 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 2bbacc18c3..d71f3c79b5 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 aa78b9f84f..3cddcca58d 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 b51083616a..00a9777924 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 9af791e61b..f9241e9637 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 ef068cba21..fdb43cb48b 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 d16bd770bb..c47a8ee0bc 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 076bef7112..04d4b1e7c4 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 2ba48212bf..a5c94e630b 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 c2e44b0a83..efa66b294e 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 2e2c56819f..d9f0706db9 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 02ded12747..e0eee6aa95 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 */