diff options
Diffstat (limited to 'src/lib/block/xtea/xtea.cpp')
-rw-r--r-- | src/lib/block/xtea/xtea.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/block/xtea/xtea.cpp b/src/lib/block/xtea/xtea.cpp index 165a6ea6a..59060dff7 100644 --- a/src/lib/block/xtea/xtea.cpp +++ b/src/lib/block/xtea/xtea.cpp @@ -2,7 +2,7 @@ * XTEA * (C) 1999-2009 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/xtea.h> |