summaryrefslogtreecommitdiff
path: root/common/sha1.c
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-08-25 00:33:43 +0000
committerStef Walter <stef@memberwebs.com>2004-08-25 00:33:43 +0000
commitb200e99089f3e52bf8306a122cbd81054a60887a (patch)
tree7f2a96e8b659ba9ca21e978cf54578ce2f7fd9d2 /common/sha1.c
parentedbae6915129156a23af014d686179c9620cd9d0 (diff)
Licenses in files.
Diffstat (limited to 'common/sha1.c')
-rw-r--r--common/sha1.c12
1 files changed, 6 insertions, 6 deletions
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 <steve@edmweb.com>
+ * 100% Public Domain
+ *
+ * Headers and minor additions by Nate Nielsen <nielsen@memberwebs.com>
*/
-/*
-SHA-1 in C
-By Steve Reid <steve@edmweb.com>
-100% Public Domain
-*/
-
#include <string.h>
#include "sha1.h"