diff options
Diffstat (limited to 'src/lib/hash/mdx_hash/mdx_hash.cpp')
-rw-r--r-- | src/lib/hash/mdx_hash/mdx_hash.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/hash/mdx_hash/mdx_hash.cpp b/src/lib/hash/mdx_hash/mdx_hash.cpp index 81042c1fa..de7e45540 100644 --- a/src/lib/hash/mdx_hash/mdx_hash.cpp +++ b/src/lib/hash/mdx_hash/mdx_hash.cpp @@ -2,7 +2,7 @@ * Merkle-Damgard Hash Function * (C) 1999-2008 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/mdx_hash.h> |