aboutsummaryrefslogtreecommitdiffstats
path: root/misc/python
diff options
context:
space:
mode:
Diffstat (limited to 'misc/python')
-rw-r--r--misc/python/src/block.cpp2
-rw-r--r--misc/python/src/core.cpp2
-rw-r--r--misc/python/src/filter.cpp2
-rw-r--r--misc/python/src/hash.cpp2
-rw-r--r--misc/python/src/macs.cpp2
-rw-r--r--misc/python/src/pk.cpp2
-rw-r--r--misc/python/src/stream.cpp2
-rw-r--r--misc/python/src/x509.cpp2
8 files changed, 8 insertions, 8 deletions
diff --git a/misc/python/src/block.cpp b/misc/python/src/block.cpp
index df70d689c..d77936305 100644
--- a/misc/python/src/block.cpp
+++ b/misc/python/src/block.cpp
@@ -1,6 +1,6 @@
/*************************************************
* Boost.Python module definition *
-* (C) 1999-2007 The Botan Project *
+* (C) 1999-2007 Jack Lloyd *
*************************************************/
#include <botan/botan.h>
diff --git a/misc/python/src/core.cpp b/misc/python/src/core.cpp
index 394687bf6..316356adf 100644
--- a/misc/python/src/core.cpp
+++ b/misc/python/src/core.cpp
@@ -1,6 +1,6 @@
/*************************************************
* Boost.Python module definition *
-* (C) 1999-2007 The Botan Project *
+* (C) 1999-2007 Jack Lloyd *
*************************************************/
#include <botan/botan.h>
diff --git a/misc/python/src/filter.cpp b/misc/python/src/filter.cpp
index a32654520..b0cd77197 100644
--- a/misc/python/src/filter.cpp
+++ b/misc/python/src/filter.cpp
@@ -1,6 +1,6 @@
/*************************************************
* Boost.Python module definition *
-* (C) 1999-2007 The Botan Project *
+* (C) 1999-2007 Jack Lloyd *
*************************************************/
#include <boost/python.hpp>
diff --git a/misc/python/src/hash.cpp b/misc/python/src/hash.cpp
index a3638ab12..082d992b2 100644
--- a/misc/python/src/hash.cpp
+++ b/misc/python/src/hash.cpp
@@ -1,6 +1,6 @@
/*************************************************
* Boost.Python module definition *
-* (C) 1999-2007 The Botan Project *
+* (C) 1999-2007 Jack Lloyd *
*************************************************/
#include <botan/botan.h>
diff --git a/misc/python/src/macs.cpp b/misc/python/src/macs.cpp
index 83f009378..54a55afe2 100644
--- a/misc/python/src/macs.cpp
+++ b/misc/python/src/macs.cpp
@@ -1,6 +1,6 @@
/*************************************************
* Boost.Python module definition *
-* (C) 1999-2007 The Botan Project *
+* (C) 1999-2007 Jack Lloyd *
*************************************************/
#include <botan/botan.h>
diff --git a/misc/python/src/pk.cpp b/misc/python/src/pk.cpp
index d40121ffd..1a713ff9c 100644
--- a/misc/python/src/pk.cpp
+++ b/misc/python/src/pk.cpp
@@ -1,6 +1,6 @@
/*************************************************
* Boost.Python module definition *
-* (C) 1999-2007 The Botan Project *
+* (C) 1999-2007 Jack Lloyd *
*************************************************/
#include <botan/rsa.h>
diff --git a/misc/python/src/stream.cpp b/misc/python/src/stream.cpp
index a609167fb..97ea9ae04 100644
--- a/misc/python/src/stream.cpp
+++ b/misc/python/src/stream.cpp
@@ -1,6 +1,6 @@
/*************************************************
* Boost.Python module definition *
-* (C) 1999-2007 The Botan Project *
+* (C) 1999-2007 Jack Lloyd *
*************************************************/
#include <botan/botan.h>
diff --git a/misc/python/src/x509.cpp b/misc/python/src/x509.cpp
index 2c9a9dde2..90c2bba1c 100644
--- a/misc/python/src/x509.cpp
+++ b/misc/python/src/x509.cpp
@@ -1,6 +1,6 @@
/*************************************************
* Boost.Python module definition *
-* (C) 1999-2007 The Botan Project *
+* (C) 1999-2007 Jack Lloyd *
*************************************************/
#include <botan/oids.h>