diff options
author | lloyd <[email protected]> | 2008-04-10 02:47:51 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-04-10 02:47:51 +0000 |
commit | bc87db3d01968883c9b97f72d236c925db16fe24 (patch) | |
tree | 41560bfe338ca1047396971a9c80448f0f01e1e9 /misc/python/src | |
parent | 29885981670e06413738458c11f632c5b87bb031 (diff) |
Change the copyrights in all files in the Botan tree to directly reflect
the actual copyright holders. For rationale, see my post to botan-devel
on April 9, subject 'Changing license to directly reflect contributors'
(http://www.randombit.net/pipermail/botan-devel/2008-April/000527.html)
Diffstat (limited to 'misc/python/src')
-rw-r--r-- | misc/python/src/block.cpp | 2 | ||||
-rw-r--r-- | misc/python/src/core.cpp | 2 | ||||
-rw-r--r-- | misc/python/src/filter.cpp | 2 | ||||
-rw-r--r-- | misc/python/src/hash.cpp | 2 | ||||
-rw-r--r-- | misc/python/src/macs.cpp | 2 | ||||
-rw-r--r-- | misc/python/src/pk.cpp | 2 | ||||
-rw-r--r-- | misc/python/src/stream.cpp | 2 | ||||
-rw-r--r-- | misc/python/src/x509.cpp | 2 |
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> |