From b200e99089f3e52bf8306a122cbd81054a60887a Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 25 Aug 2004 00:33:43 +0000 Subject: Licenses in files. --- common/md5.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/md5.c') diff --git a/common/md5.c b/common/md5.c index 00058ef..3de44cb 100644 --- a/common/md5.c +++ b/common/md5.c @@ -13,6 +13,8 @@ * MD5Context structure, pass it to MD5Init, call MD5Update as * needed on buffers full of bytes, and then call MD5Final, which * will fill a supplied 16-byte array with the digest. + * + * Minor modifications by Nate Nielsen */ #include -- cgit v1.2.3