diff options
Diffstat (limited to 'src/lib/block/twofish/twofish.cpp')
-rw-r--r-- | src/lib/block/twofish/twofish.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/block/twofish/twofish.cpp b/src/lib/block/twofish/twofish.cpp index 4ea8a799e..ffdf4b198 100644 --- a/src/lib/block/twofish/twofish.cpp +++ b/src/lib/block/twofish/twofish.cpp @@ -5,7 +5,7 @@ * The key schedule implemenation is based on a public domain * implementation by Matthew Skala * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/twofish.h> |