aboutsummaryrefslogtreecommitdiffstats
path: root/modules/eng_ossl
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-04-10 02:47:51 +0000
committerlloyd <[email protected]>2008-04-10 02:47:51 +0000
commitbc87db3d01968883c9b97f72d236c925db16fe24 (patch)
tree41560bfe338ca1047396971a9c80448f0f01e1e9 /modules/eng_ossl
parent29885981670e06413738458c11f632c5b87bb031 (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 '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..f54411240 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-2007 Jack Lloyd *
*************************************************/
#include <botan/eng_ossl.h>
diff --git a/modules/eng_ossl/bn_wrap.cpp b/modules/eng_ossl/bn_wrap.cpp
index f8f7a2e35..4f7ea0078 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-2007 Jack Lloyd *
*************************************************/
#include <botan/bn_wrap.h>
diff --git a/modules/eng_ossl/bn_wrap.h b/modules/eng_ossl/bn_wrap.h
index 60187e414..682795660 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-2007 Jack Lloyd *
*************************************************/
#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..9421495c2 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-2007 Jack Lloyd *
*************************************************/
#include <botan/eng_ossl.h>
diff --git a/modules/eng_ossl/eng_ossl.h b/modules/eng_ossl/eng_ossl.h
index 455cadb73..a1886662f 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-2007 Jack Lloyd *
*************************************************/
#ifndef BOTAN_EXT_ENGINE_OPENSSL_H__
diff --git a/modules/eng_ossl/ossl_bc.cpp b/modules/eng_ossl/ossl_bc.cpp
index 0782a9674..2e2bc4af3 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-2007 Jack Lloyd *
*************************************************/
#include <botan/eng_ossl.h>
diff --git a/modules/eng_ossl/ossl_md.cpp b/modules/eng_ossl/ossl_md.cpp
index d10070ce7..405a59521 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-2007 Jack Lloyd *
*************************************************/
#include <botan/eng_ossl.h>
diff --git a/modules/eng_ossl/ossl_rc4.cpp b/modules/eng_ossl/ossl_rc4.cpp
index f63d2e8cf..db1c8a92d 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-2007 Jack Lloyd *
*************************************************/
#include <botan/eng_ossl.h>