diff options
Diffstat (limited to 'src/lib/math/numbertheory/pow_mod.h')
-rw-r--r-- | src/lib/math/numbertheory/pow_mod.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/math/numbertheory/pow_mod.h b/src/lib/math/numbertheory/pow_mod.h index 388006dd5..9a827562e 100644 --- a/src/lib/math/numbertheory/pow_mod.h +++ b/src/lib/math/numbertheory/pow_mod.h @@ -2,7 +2,7 @@ * Modular Exponentiator * (C) 1999-2007 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_POWER_MOD_H__ |