aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-10-09 00:20:46 +0000
committerlloyd <[email protected]>2008-10-09 00:20:46 +0000
commita42ef292d86581f5e77c9d976d879ff79e8937b8 (patch)
tree59c5803a38d58aca0b3564537c0dbc3463c31213 /src/hash
parent28679b8b8efd4b09c272ec582982f2d8ca2ee722 (diff)
Fix copyright notices
Diffstat (limited to 'src/hash')
-rw-r--r--src/hash/sha1_sse2/sha1_sse2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash/sha1_sse2/sha1_sse2.h b/src/hash/sha1_sse2/sha1_sse2.h
index 73b6920b5..536da1308 100644
--- a/src/hash/sha1_sse2/sha1_sse2.h
+++ b/src/hash/sha1_sse2/sha1_sse2.h
@@ -1,6 +1,6 @@
/*************************************************
* SHA-160 Header File *
-* (C) 1999-2007 The Botan Project *
+* (C) 1999-2007 Jack Lloyd *
*************************************************/
#ifndef BOTAN_SHA_160_SSE2_H__