aboutsummaryrefslogtreecommitdiffstats
path: root/modules/eng_ossl
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-02-14 18:43:45 +0000
committerlloyd <[email protected]>2008-02-14 18:43:45 +0000
commit90be13de6fa5fb2778b5d6d296c81fd0e9393b97 (patch)
treed4907e023592ee117065c6879ba9e6827d279b22 /modules/eng_ossl
parent030c4f7d5ced92d6a0e83e2f62d312f262cf2f4c (diff)
Mass update of the copyright date. Honestly I don't know why I bother,
but might as well keep it up to date. And it's easier to do it once with a 'perl -pi' command than to update each file over time. Apologies to anyone looking at diffs.
Diffstat (limited to 'modules/eng_ossl')
-rw-r--r--modules/eng_ossl/bn_powm.cpp2
-rw-r--r--modules/eng_ossl/bn_wrap.cpp2
-rw-r--r--modules/eng_ossl/bn_wrap.h2
-rw-r--r--modules/eng_ossl/eng_ossl.cpp2
-rw-r--r--modules/eng_ossl/eng_ossl.h2
-rw-r--r--modules/eng_ossl/ossl_bc.cpp2
-rw-r--r--modules/eng_ossl/ossl_md.cpp2
-rw-r--r--modules/eng_ossl/ossl_rc4.cpp2
8 files changed, 8 insertions, 8 deletions
diff --git a/modules/eng_ossl/bn_powm.cpp b/modules/eng_ossl/bn_powm.cpp
index 8bf3b1eee..efdeb504d 100644
--- a/modules/eng_ossl/bn_powm.cpp
+++ b/modules/eng_ossl/bn_powm.cpp
@@ -1,6 +1,6 @@
/*************************************************
* OpenSSL Modular Exponentiation Source File *
-* (C) 1999-2007 The Botan Project *
+* (C) 1999-2008 The Botan Project *
*************************************************/
#include <botan/eng_ossl.h>
diff --git a/modules/eng_ossl/bn_wrap.cpp b/modules/eng_ossl/bn_wrap.cpp
index f8f7a2e35..77c96ec30 100644
--- a/modules/eng_ossl/bn_wrap.cpp
+++ b/modules/eng_ossl/bn_wrap.cpp
@@ -1,6 +1,6 @@
/*************************************************
* OpenSSL BN Wrapper Source File *
-* (C) 1999-2007 The Botan Project *
+* (C) 1999-2008 The Botan Project *
*************************************************/
#include <botan/bn_wrap.h>
diff --git a/modules/eng_ossl/bn_wrap.h b/modules/eng_ossl/bn_wrap.h
index 60187e414..ce6a0d7bf 100644
--- a/modules/eng_ossl/bn_wrap.h
+++ b/modules/eng_ossl/bn_wrap.h
@@ -1,6 +1,6 @@
/*************************************************
* OpenSSL BN Wrapper Header File *
-* (C) 1999-2007 The Botan Project *
+* (C) 1999-2008 The Botan Project *
*************************************************/
#ifndef BOTAN_EXT_OPENSSL_BN_WRAP_H__
diff --git a/modules/eng_ossl/eng_ossl.cpp b/modules/eng_ossl/eng_ossl.cpp
index eeb627bfd..7f55b82a5 100644
--- a/modules/eng_ossl/eng_ossl.cpp
+++ b/modules/eng_ossl/eng_ossl.cpp
@@ -1,6 +1,6 @@
/*************************************************
* OpenSSL Engine Source File *
-* (C) 1999-2007 The Botan Project *
+* (C) 1999-2008 The Botan Project *
*************************************************/
#include <botan/eng_ossl.h>
diff --git a/modules/eng_ossl/eng_ossl.h b/modules/eng_ossl/eng_ossl.h
index 455cadb73..de41e726a 100644
--- a/modules/eng_ossl/eng_ossl.h
+++ b/modules/eng_ossl/eng_ossl.h
@@ -1,6 +1,6 @@
/*************************************************
* OpenSSL Engine Header File *
-* (C) 1999-2007 The Botan Project *
+* (C) 1999-2008 The Botan Project *
*************************************************/
#ifndef BOTAN_EXT_ENGINE_OPENSSL_H__
diff --git a/modules/eng_ossl/ossl_bc.cpp b/modules/eng_ossl/ossl_bc.cpp
index 0782a9674..4da458ceb 100644
--- a/modules/eng_ossl/ossl_bc.cpp
+++ b/modules/eng_ossl/ossl_bc.cpp
@@ -1,6 +1,6 @@
/*************************************************
* OpenSSL Block Cipher Source File *
-* (C) 1999-2007 The Botan Project *
+* (C) 1999-2008 The Botan Project *
*************************************************/
#include <botan/eng_ossl.h>
diff --git a/modules/eng_ossl/ossl_md.cpp b/modules/eng_ossl/ossl_md.cpp
index d10070ce7..ab9417a7c 100644
--- a/modules/eng_ossl/ossl_md.cpp
+++ b/modules/eng_ossl/ossl_md.cpp
@@ -1,6 +1,6 @@
/*************************************************
* OpenSSL Hash Functions Source File *
-* (C) 1999-2007 The Botan Project *
+* (C) 1999-2008 The Botan Project *
*************************************************/
#include <botan/eng_ossl.h>
diff --git a/modules/eng_ossl/ossl_rc4.cpp b/modules/eng_ossl/ossl_rc4.cpp
index f63d2e8cf..61011ebb8 100644
--- a/modules/eng_ossl/ossl_rc4.cpp
+++ b/modules/eng_ossl/ossl_rc4.cpp
@@ -1,6 +1,6 @@
/*************************************************
* OpenSSL ARC4 Source File *
-* (C) 1999-2007 The Botan Project *
+* (C) 1999-2008 The Botan Project *
*************************************************/
#include <botan/eng_ossl.h>