diff options
author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-14 19:44:38 +0000 |
---|---|---|
committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-14 19:44:38 +0000 |
commit | 24a928fa2b0aa8a4bfb4fcb7d225a7871a1ac03a (patch) | |
tree | f8a7d77f6fb456426df7d6c529d82dc91b8fc6a6 /include/getopt.h | |
parent | b945080aebbf1232ad47c278d1c52ed472d93543 (diff) | |
download | gcc-24a928fa2b0aa8a4bfb4fcb7d225a7871a1ac03a.tar.gz |
Fix copyright dates
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40469 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'include/getopt.h')
-rw-r--r-- | include/getopt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/getopt.h b/include/getopt.h index bf65c6eda50..cb5feba1160 100644 --- a/include/getopt.h +++ b/include/getopt.h @@ -1,5 +1,5 @@ /* Declarations for getopt. - Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997 + Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, 2000 Free Software Foundation, Inc. NOTE: The canonical source of this file is maintained with the GNU C Library. |