diff options
author | Rodney Brown <RodneyBrown@mynd.com> | 2000-12-07 01:54:13 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-12-06 18:54:13 -0700 |
commit | 0b749da1b80769cf1635d696291cf7e6f6edb846 (patch) | |
tree | b3865346cd8e486e1d8375a7678db8f3f6969540 /include/getopt.h | |
parent | ff08da301e9f6aa72059128e200a3a1220172bbd (diff) | |
download | gcc-0b749da1b80769cf1635d696291cf7e6f6edb846.tar.gz |
* getopt.h obstack.h: Standarize copyright statement.
From-SVN: r38086
Diffstat (limited to 'include/getopt.h')
-rw-r--r-- | include/getopt.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/getopt.h b/include/getopt.h index 9620fc70637..bf65c6eda50 100644 --- a/include/getopt.h +++ b/include/getopt.h @@ -1,5 +1,6 @@ /* Declarations for getopt. - Copyright (C) 1989,90,91,92,93,94,96,97 Free Software Foundation, Inc. + Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997 + Free Software Foundation, Inc. NOTE: The canonical source of this file is maintained with the GNU C Library. Bugs can be reported to bug-glibc@gnu.org. |