aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2000-12-29 14:37:03 -0500
committerDJ Delorie <dj@gcc.gnu.org>2000-12-29 14:37:03 -0500
commit584932e9b442aba9ff2789426cf9f152db26ad01 (patch)
tree33dcb7ac36678a23f27a85ce372d63fa351ef031
parentb5d37c6fc281d909a3fac80266a8e1d93e096efc (diff)
fnmatch.c: Make the note about the origins of this file more accurate...
* 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. From-SVN: r38550
-rw-r--r--libiberty/ChangeLog9
-rw-r--r--libiberty/fnmatch.c4
-rw-r--r--libiberty/getopt.c4
-rw-r--r--libiberty/getopt1.c4
-rw-r--r--libiberty/md5.c5
-rw-r--r--libiberty/obstack.c4
6 files changed, 20 insertions, 10 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index e3142bf8e9e..2cdcddc6d41 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,12 @@
+2000-12-29 DJ Delorie <dj@redhat.com>
+
+ * 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.
+
2000-12-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
* bsearch.c: New file.
diff --git a/libiberty/fnmatch.c b/libiberty/fnmatch.c
index 68f3e267996..eb898ee14d8 100644
--- a/libiberty/fnmatch.c
+++ b/libiberty/fnmatch.c
@@ -1,7 +1,7 @@
/* Copyright (C) 1991, 1992, 1993 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@prep.ai.mit.edu.
+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
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
diff --git a/libiberty/getopt1.c b/libiberty/getopt1.c
index ff257374c33..a3637c2d0e0 100644
--- a/libiberty/getopt1.c
+++ b/libiberty/getopt1.c
@@ -2,8 +2,8 @@
Copyright (C) 1987,88,89,90,91,92,93,94,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
diff --git a/libiberty/md5.c b/libiberty/md5.c
index 0c0507dfeb1..20c3cd12679 100644
--- a/libiberty/md5.c
+++ b/libiberty/md5.c
@@ -1,8 +1,9 @@
/* md5.c - Functions to compute MD5 message digest of files or memory blocks
according to the definition of MD5 in RFC 1321 from April 1992.
Copyright (C) 1995, 1996 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@prep.ai.mit.edu.
+
+ 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
diff --git a/libiberty/obstack.c b/libiberty/obstack.c
index bc318b37790..0d4a4c88949 100644
--- a/libiberty/obstack.c
+++ b/libiberty/obstack.c
@@ -2,8 +2,8 @@
Copyright (C) 1988,89,90,91,92,93,94,96,97 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