aboutsummaryrefslogtreecommitdiff
path: root/libiberty/md5.c
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 /libiberty/md5.c
parentb5d37c6fc281d909a3fac80266a8e1d93e096efc (diff)
downloadgcc-584932e9b442aba9ff2789426cf9f152db26ad01.zip
gcc-584932e9b442aba9ff2789426cf9f152db26ad01.tar.gz
gcc-584932e9b442aba9ff2789426cf9f152db26ad01.tar.bz2
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
Diffstat (limited to 'libiberty/md5.c')
-rw-r--r--libiberty/md5.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libiberty/md5.c b/libiberty/md5.c
index 0c0507d..20c3cd1 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