aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts
diff options
context:
space:
mode:
authorlloyd <[email protected]>2015-01-10 04:15:52 +0000
committerlloyd <[email protected]>2015-01-10 04:15:52 +0000
commit3f16815c9e6349c4a0eeb6a6ecfe004e5d31e287 (patch)
treee6660bee8f66909b5508c5b4f1c235bf7bdbe817 /src/scripts
parent832f538e603b6660644c26beb063d0ac81549746 (diff)
Ensure all files have copyright and license info.
Update license header line to specify the terms and refer to the file, neither of which it included before.
Diffstat (limited to 'src/scripts')
-rwxr-xr-xsrc/scripts/comba.py2
-rwxr-xr-xsrc/scripts/combine_relnotes.py2
-rwxr-xr-xsrc/scripts/dist.py2
-rwxr-xr-xsrc/scripts/install.py2
-rwxr-xr-xsrc/scripts/tls_suite_info.py2
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