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/sha1.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'common/sha1.c') diff --git a/common/sha1.c b/common/sha1.c index d2005b9..444e5bb 100644 --- a/common/sha1.c +++ b/common/sha1.c @@ -1,14 +1,14 @@ /* * Fetched from ftp://ftp.funet.fi/pub/crypt/hash/sha/sha1.c on May 4, 1999 * Modified by EPG May 6, 1999 + * + * SHA-1 in C + * By Steve Reid + * 100% Public Domain + * + * Headers and minor additions by Nate Nielsen */ -/* -SHA-1 in C -By Steve Reid -100% Public Domain -*/ - #include #include "sha1.h" -- cgit v1.2.3