diff options
author | Jim Meyering <jim@meyering.net> | 1996-01-03 05:55:26 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-01-03 05:55:26 +0000 |
commit | 0f0189167b6fd02e93c9f6c348cdd73bbfe80773 (patch) | |
tree | 247c58170f52efb1b83e97597bd59c6e6fd3d419 /lib | |
parent | bf6bcd3c164826fdcfb2e73d0d38cf249ad16864 (diff) | |
download | coreutils-0f0189167b6fd02e93c9f6c348cdd73bbfe80773.tar.xz |
Fix comments.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/error.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/error.h b/lib/error.h index e288a7921..481c54d2e 100644 --- a/lib/error.h +++ b/lib/error.h @@ -1,5 +1,5 @@ /* error.h -- declaration for error-reporting function - Copyright (C) 1995 Software Foundation, Inc. + Copyright (C) 1995 Free Software Foundation, Inc. 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 @@ -13,7 +13,7 @@ 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. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef _error_h_ #define _error_h_ |