diff options
author | DJ Delorie <dj@redhat.com> | 2000-12-29 20:16:02 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2000-12-29 20:16:02 +0000 |
commit | f65288376eade2d4eeaf08d39f2aaa0470c49f44 (patch) | |
tree | a4f61a179e80dbc901921d5617f0d5ca7fbedf0c /libiberty/getopt.c | |
parent | 8108ad8e84adfc81545fa802d1869ebb65fa7732 (diff) | |
download | gdb-f65288376eade2d4eeaf08d39f2aaa0470c49f44.zip gdb-f65288376eade2d4eeaf08d39f2aaa0470c49f44.tar.gz gdb-f65288376eade2d4eeaf08d39f2aaa0470c49f44.tar.bz2 |
* 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.
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 c41531e..fd302b6 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 |