summaryrefslogtreecommitdiff
path: root/libiberty/md5.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2000-12-29 20:16:02 +0000
committerDJ Delorie <dj@delorie.com>2000-12-29 20:16:02 +0000
commit887b453589576e7d4a0af8b93bbea122675a1e5f (patch)
treeb2d968625f3e50fd88ad557e17f3c4ec255a7f84 /libiberty/md5.c
parent0711fdddaf310b528c759317f0e98bf6cea810db (diff)
downloadgdb-887b453589576e7d4a0af8b93bbea122675a1e5f.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.
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 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