diff options
author | lloyd <[email protected]> | 2007-01-20 10:54:27 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2007-01-20 10:54:27 +0000 |
commit | a76dd9cdbf80b5787b0f79a63c10eaab088c49dc (patch) | |
tree | 65b9ae6df7a4d6ea0c12274cf21cd4a80784dc4e /misc/python | |
parent | f3c2bab8027a653a251503ad08e6f7607b3aa3a0 (diff) |
Bump copyright year to 2007 in misc/
Diffstat (limited to 'misc/python')
-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 3e40da6e3..df70d689c 100644 --- a/misc/python/src/block.cpp +++ b/misc/python/src/block.cpp @@ -1,6 +1,6 @@ /************************************************* * Boost.Python module definition * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/botan.h> diff --git a/misc/python/src/core.cpp b/misc/python/src/core.cpp index 118de81c1..394687bf6 100644 --- a/misc/python/src/core.cpp +++ b/misc/python/src/core.cpp @@ -1,6 +1,6 @@ /************************************************* * Boost.Python module definition * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/botan.h> diff --git a/misc/python/src/filter.cpp b/misc/python/src/filter.cpp index 552b43853..a32654520 100644 --- a/misc/python/src/filter.cpp +++ b/misc/python/src/filter.cpp @@ -1,6 +1,6 @@ /************************************************* * Boost.Python module definition * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <boost/python.hpp> diff --git a/misc/python/src/hash.cpp b/misc/python/src/hash.cpp index 133133972..a3638ab12 100644 --- a/misc/python/src/hash.cpp +++ b/misc/python/src/hash.cpp @@ -1,6 +1,6 @@ /************************************************* * Boost.Python module definition * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/botan.h> diff --git a/misc/python/src/macs.cpp b/misc/python/src/macs.cpp index 0a8f1d418..83f009378 100644 --- a/misc/python/src/macs.cpp +++ b/misc/python/src/macs.cpp @@ -1,6 +1,6 @@ /************************************************* * Boost.Python module definition * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/botan.h> diff --git a/misc/python/src/pk.cpp b/misc/python/src/pk.cpp index d2c83feae..d40121ffd 100644 --- a/misc/python/src/pk.cpp +++ b/misc/python/src/pk.cpp @@ -1,6 +1,6 @@ /************************************************* * Boost.Python module definition * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/rsa.h> diff --git a/misc/python/src/stream.cpp b/misc/python/src/stream.cpp index c0f07d222..a609167fb 100644 --- a/misc/python/src/stream.cpp +++ b/misc/python/src/stream.cpp @@ -1,6 +1,6 @@ /************************************************* * Boost.Python module definition * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/botan.h> diff --git a/misc/python/src/x509.cpp b/misc/python/src/x509.cpp index d51d5e706..2c9a9dde2 100644 --- a/misc/python/src/x509.cpp +++ b/misc/python/src/x509.cpp @@ -1,6 +1,6 @@ /************************************************* * Boost.Python module definition * -* (C) 1999-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #include <botan/oids.h> |