diff options
author | Jim Meyering <jim@meyering.net> | 1996-10-09 02:36:55 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-10-09 02:36:55 +0000 |
commit | 3df36d5e2f3575fca0eee4833f0355b9ce23eb79 (patch) | |
tree | 994b62283a3e7b3887389d83986aaeee5f95e0da | |
parent | a49fa29fedb645bdbcae240976f9301ad6aff8c9 (diff) | |
download | coreutils-3df36d5e2f3575fca0eee4833f0355b9ce23eb79.tar.xz |
.
-rw-r--r-- | lib/getopt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/getopt.h b/lib/getopt.h index 952f4830d..aa7877f86 100644 --- a/lib/getopt.h +++ b/lib/getopt.h @@ -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, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef _GETOPT_H #define _GETOPT_H 1 |