diff options
Diffstat (limited to 'src/scripts')
-rwxr-xr-x | src/scripts/comba.py | 2 | ||||
-rwxr-xr-x | src/scripts/combine_relnotes.py | 2 | ||||
-rwxr-xr-x | src/scripts/dist.py | 2 | ||||
-rwxr-xr-x | src/scripts/install.py | 2 | ||||
-rwxr-xr-x | src/scripts/tls_suite_info.py | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/scripts/comba.py b/src/scripts/comba.py index 4d3befa26..fe588f7bc 100755 --- a/src/scripts/comba.py +++ b/src/scripts/comba.py @@ -80,7 +80,7 @@ def main(args = None): * Comba Multiplication and Squaring * (C) 1999-2007,2011,2014 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> diff --git a/src/scripts/combine_relnotes.py b/src/scripts/combine_relnotes.py index 9b6c4f304..cf9a78ad7 100755 --- a/src/scripts/combine_relnotes.py +++ b/src/scripts/combine_relnotes.py @@ -3,7 +3,7 @@ """ (C) 2014 Jack Lloyd -Distributed under the terms of the Botan license +Botan is released under the Simplified BSD License (see license.txt) """ import re diff --git a/src/scripts/dist.py b/src/scripts/dist.py index 96be44158..d0c042b2a 100755 --- a/src/scripts/dist.py +++ b/src/scripts/dist.py @@ -5,7 +5,7 @@ Release script for botan (http://botan.randombit.net/) (C) 2011, 2012, 2013 Jack Lloyd -Distributed under the terms of the Botan license +Botan is released under the Simplified BSD License (see license.txt) """ import errno diff --git a/src/scripts/install.py b/src/scripts/install.py index ec22e7abc..70718bd22 100755 --- a/src/scripts/install.py +++ b/src/scripts/install.py @@ -4,7 +4,7 @@ Botan install script (C) 2014,2015 Jack Lloyd -Distributed under the terms of the Botan license +Botan is released under the Simplified BSD License (see license.txt) """ import errno diff --git a/src/scripts/tls_suite_info.py b/src/scripts/tls_suite_info.py index 89e1dae5b..5f06f503f 100755 --- a/src/scripts/tls_suite_info.py +++ b/src/scripts/tls_suite_info.py @@ -5,7 +5,7 @@ Used to generate lib/tls/tls_suite_info.cpp from IANA params (C) 2011, 2012, 2013, 2014 Jack Lloyd -Distributed under the terms of the Botan license +Botan is released under the Simplified BSD License (see license.txt) """ import sys |