diff options
Diffstat (limited to 'src/lib/hash/sha1_sse2/sha1_sse2.cpp')
-rw-r--r-- | src/lib/hash/sha1_sse2/sha1_sse2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/hash/sha1_sse2/sha1_sse2.cpp b/src/lib/hash/sha1_sse2/sha1_sse2.cpp index f96afd9ce..e7684db57 100644 --- a/src/lib/hash/sha1_sse2/sha1_sse2.cpp +++ b/src/lib/hash/sha1_sse2/sha1_sse2.cpp @@ -2,7 +2,7 @@ * SHA-1 using SSE2 * (C) 2009-2011 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) * * Based on public domain code by Dean Gaudet * (http://arctic.org/~dean/crypto/sha1.html) |