From 3f16815c9e6349c4a0eeb6a6ecfe004e5d31e287 Mon Sep 17 00:00:00 2001 From: lloyd Date: Sat, 10 Jan 2015 04:15:52 +0000 Subject: 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. --- src/scripts/comba.py | 2 +- src/scripts/combine_relnotes.py | 2 +- src/scripts/dist.py | 2 +- src/scripts/install.py | 2 +- src/scripts/tls_suite_info.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/scripts') 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 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 -- cgit v1.2.3