diff options
author | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-29 19:37:03 +0000 |
---|---|---|
committer | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-29 19:37:03 +0000 |
commit | fec9182b4c89253528f590b513984c0a1f0582c0 (patch) | |
tree | 33dcb7ac36678a23f27a85ce372d63fa351ef031 /libiberty/getopt.c | |
parent | 29159135b2edaa536093dff8bca4f0945d20bae4 (diff) | |
download | gcc-fec9182b4c89253528f590b513984c0a1f0582c0.tar.gz |
* fnmatch.c: Make the note about the origins of this file more
accurate, at least until we can sync with glibc.
* getopt.c: Ditto.
* getopt1.c: Ditto.
* md5.c: Ditto.
* obstack.c: Ditto.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38550 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/getopt.c')
-rw-r--r-- | libiberty/getopt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libiberty/getopt.c b/libiberty/getopt.c index c41531e667d..fd302b6e636 100644 --- a/libiberty/getopt.c +++ b/libiberty/getopt.c @@ -6,8 +6,8 @@ Copyright (C) 1987, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98 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. + NOTE: This source is derived from an old version taken from the GNU C + Library (glibc). 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 the |