aboutsummaryrefslogtreecommitdiffstats
path: root/modules/eng_aep
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_aep
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_aep')
-rw-r--r--modules/eng_aep/aep_conn.cpp2
-rw-r--r--modules/eng_aep/aep_conn.h2
-rw-r--r--modules/eng_aep/aep_main.cpp2
-rw-r--r--modules/eng_aep/eng_aep.cpp2
-rw-r--r--modules/eng_aep/eng_aep.h2
-rw-r--r--modules/eng_aep/es_aep.h2
-rw-r--r--modules/eng_aep/hw_aep.h2
7 files changed, 7 insertions, 7 deletions
diff --git a/modules/eng_aep/aep_conn.cpp b/modules/eng_aep/aep_conn.cpp
index 2381c291a..9c48dd837 100644
--- a/modules/eng_aep/aep_conn.cpp
+++ b/modules/eng_aep/aep_conn.cpp
@@ -1,6 +1,6 @@
/*************************************************
* AEP Connection Management Source File *
-* (C) 1999-2007 The Botan Project *
+* (C) 1999-2007 Jack Lloyd *
*************************************************/
#include <botan/aep_conn.h>
diff --git a/modules/eng_aep/aep_conn.h b/modules/eng_aep/aep_conn.h
index b012e629a..69433a1e1 100644
--- a/modules/eng_aep/aep_conn.h
+++ b/modules/eng_aep/aep_conn.h
@@ -1,6 +1,6 @@
/*************************************************
* AEP Connection Management Header File *
-* (C) 1999-2007 The Botan Project *
+* (C) 1999-2007 Jack Lloyd *
*************************************************/
#ifndef BOTAN_EXT_AEP_CONNECTION_H__
diff --git a/modules/eng_aep/aep_main.cpp b/modules/eng_aep/aep_main.cpp
index 162004669..adc0a0f75 100644
--- a/modules/eng_aep/aep_main.cpp
+++ b/modules/eng_aep/aep_main.cpp
@@ -1,6 +1,6 @@
/*************************************************
* AEP Interface Source File *
-* (C) 1999-2007 The Botan Project *
+* (C) 1999-2007 Jack Lloyd *
*************************************************/
#include <botan/eng_aep.h>
diff --git a/modules/eng_aep/eng_aep.cpp b/modules/eng_aep/eng_aep.cpp
index 18823eca7..a75fddaa1 100644
--- a/modules/eng_aep/eng_aep.cpp
+++ b/modules/eng_aep/eng_aep.cpp
@@ -1,6 +1,6 @@
/*************************************************
* AEP Engine Source File *
-* (C) 1999-2007 The Botan Project *
+* (C) 1999-2007 Jack Lloyd *
*************************************************/
#include <botan/eng_aep.h>
diff --git a/modules/eng_aep/eng_aep.h b/modules/eng_aep/eng_aep.h
index 2768029da..6178237e4 100644
--- a/modules/eng_aep/eng_aep.h
+++ b/modules/eng_aep/eng_aep.h
@@ -1,6 +1,6 @@
/*************************************************
* AEP Engine Header File *
-* (C) 1999-2007 The Botan Project *
+* (C) 1999-2007 Jack Lloyd *
*************************************************/
#ifndef BOTAN_EXT_AEP_ENGINE_H__
diff --git a/modules/eng_aep/es_aep.h b/modules/eng_aep/es_aep.h
index f13dc1e92..dd9676245 100644
--- a/modules/eng_aep/es_aep.h
+++ b/modules/eng_aep/es_aep.h
@@ -1,6 +1,6 @@
/*************************************************
* AEP EntropySource Header File *
-* (C) 1999-2007 The Botan Project *
+* (C) 1999-2007 Jack Lloyd *
*************************************************/
#ifndef BOTAN_EXT_ENTROPY_SRC_AEP_H__
diff --git a/modules/eng_aep/hw_aep.h b/modules/eng_aep/hw_aep.h
index 20534c170..4f96ef59d 100644
--- a/modules/eng_aep/hw_aep.h
+++ b/modules/eng_aep/hw_aep.h
@@ -1,6 +1,6 @@
/*************************************************
* AEP Interface Header File *
-* (C) 1999-2007 The Botan Project *
+* (C) 1999-2007 Jack Lloyd *
*************************************************/
#ifndef BOTAN_EXT_HW_AEP_H__