aboutsummaryrefslogtreecommitdiffstats
path: root/src/python
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/python
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/python')
-rw-r--r--src/python/core.cpp2
-rw-r--r--src/python/filter.cpp2
-rw-r--r--src/python/python_botan.h2
-rw-r--r--src/python/rsa.cpp2
-rw-r--r--src/python/x509.cpp2
5 files changed, 6 insertions, 4 deletions
diff --git a/src/python/core.cpp b/src/python/core.cpp
index 6dcceee74..d3c314374 100644
--- a/src/python/core.cpp
+++ b/src/python/core.cpp
@@ -1,6 +1,8 @@
/*
* Boost.Python module definition
* (C) 1999-2007 Jack Lloyd
+*
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#include <botan/init.h>
diff --git a/src/python/filter.cpp b/src/python/filter.cpp
index e329ed708..dc02a05e1 100644
--- a/src/python/filter.cpp
+++ b/src/python/filter.cpp
@@ -2,7 +2,7 @@
* Boost.Python module definition
* (C) 1999-2007 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#include <boost/python.hpp>
diff --git a/src/python/python_botan.h b/src/python/python_botan.h
index 501f4b9eb..c4ee6a9e0 100644
--- a/src/python/python_botan.h
+++ b/src/python/python_botan.h
@@ -1,7 +1,7 @@
/*
* (C) 2009 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#ifndef BOTAN_BOOST_PYTHON_COMMON_H__
diff --git a/src/python/rsa.cpp b/src/python/rsa.cpp
index 770082945..4ba19991c 100644
--- a/src/python/rsa.cpp
+++ b/src/python/rsa.cpp
@@ -2,7 +2,7 @@
* Boost.Python module definition
* (C) 1999-2007 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#include <botan/rsa.h>
diff --git a/src/python/x509.cpp b/src/python/x509.cpp
index 57beb7e4a..48cfca2c7 100644
--- a/src/python/x509.cpp
+++ b/src/python/x509.cpp
@@ -2,7 +2,7 @@
* Boost.Python module definition
* (C) 2009 Jack Lloyd
*
-* Distributed under the terms of the Botan license
+* Botan is released under the Simplified BSD License (see license.txt)
*/
#include <botan/oids.h>