]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* fnmatch.c: Make the note about the origins of this file more
authorDJ Delorie <dj@redhat.com>
Fri, 29 Dec 2000 20:16:02 +0000 (20:16 +0000)
committerDJ Delorie <dj@redhat.com>
Fri, 29 Dec 2000 20:16:02 +0000 (20:16 +0000)
accurate, at least until we can sync with glibc.
* getopt.c: Ditto.
* getopt1.c: Ditto.
* md5.c: Ditto.
* obstack.c: Ditto.

libiberty/ChangeLog
libiberty/fnmatch.c
libiberty/getopt.c
libiberty/getopt1.c
libiberty/md5.c
libiberty/obstack.c

index e3142bf8e9ecec550c6460890717c706d0dac431..dc1ef09830498162b46f2864256b420edee03970 100644 (file)
@@ -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.
index 68f3e26799617c09e6379fe3a105f347bd28ac2e..eb898ee14d82de7402697e4fadfdb0d7757b628a 100644 (file)
@@ -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
index c41531e667d8abfb07c8336506ed70c17ac6fd84..fd302b6e636edf1b4424c0ca6d2c10e4dd49909c 100644 (file)
@@ -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
index ff257374c335af5847a1a611e1e2cda2ff3caaca..a3637c2d0e0d634984afa4863dfe0ab403c6e6f2 100644 (file)
@@ -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
index 0c0507dfeb153f46cf666d19156f10ec4037a146..20c3cd126792a4666606184c5b708de4608e048d 100644 (file)
@@ -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
index bc318b37790eeb1cde7bdcde56fe383c60a9a310..0d4a4c88949cb5fc4cae9ac8f93d17c05d7f73ed 100644 (file)
@@ -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