diff options
Diffstat (limited to 'src/lib/block/aes_ssse3/aes_ssse3.cpp')
-rw-r--r-- | src/lib/block/aes_ssse3/aes_ssse3.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/block/aes_ssse3/aes_ssse3.cpp b/src/lib/block/aes_ssse3/aes_ssse3.cpp index 476b004bb..40f0a5c8e 100644 --- a/src/lib/block/aes_ssse3/aes_ssse3.cpp +++ b/src/lib/block/aes_ssse3/aes_ssse3.cpp @@ -7,7 +7,7 @@ * with Vector Permute Instructions" (CHES 2009). His original code is * available at http://crypto.stanford.edu/vpaes/ * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/aes_ssse3.h> |