diff options
Diffstat (limited to 'src/lib/math/mp/mp_mulop.cpp')
-rw-r--r-- | src/lib/math/mp/mp_mulop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/math/mp/mp_mulop.cpp b/src/lib/math/mp/mp_mulop.cpp index 0c79cc2ef..95a0e015e 100644 --- a/src/lib/math/mp/mp_mulop.cpp +++ b/src/lib/math/mp/mp_mulop.cpp @@ -2,7 +2,7 @@ * Simple O(N^2) Multiplication and Squaring * (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/internal/mp_core.h> |