diff options
author | lloyd <[email protected]> | 2008-02-14 18:43:45 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-02-14 18:43:45 +0000 |
commit | 90be13de6fa5fb2778b5d6d296c81fd0e9393b97 (patch) | |
tree | d4907e023592ee117065c6879ba9e6827d279b22 /modules/eng_aep | |
parent | 030c4f7d5ced92d6a0e83e2f62d312f262cf2f4c (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_aep')
-rw-r--r-- | modules/eng_aep/aep_conn.cpp | 2 | ||||
-rw-r--r-- | modules/eng_aep/aep_conn.h | 2 | ||||
-rw-r--r-- | modules/eng_aep/aep_main.cpp | 2 | ||||
-rw-r--r-- | modules/eng_aep/eng_aep.cpp | 2 | ||||
-rw-r--r-- | modules/eng_aep/eng_aep.h | 2 | ||||
-rw-r--r-- | modules/eng_aep/es_aep.h | 2 | ||||
-rw-r--r-- | modules/eng_aep/hw_aep.h | 2 |
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..0587a6d20 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-2008 The Botan Project * *************************************************/ #include <botan/aep_conn.h> diff --git a/modules/eng_aep/aep_conn.h b/modules/eng_aep/aep_conn.h index b012e629a..73f3cef52 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-2008 The Botan Project * *************************************************/ #ifndef BOTAN_EXT_AEP_CONNECTION_H__ diff --git a/modules/eng_aep/aep_main.cpp b/modules/eng_aep/aep_main.cpp index 162004669..f83a47822 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-2008 The Botan Project * *************************************************/ #include <botan/eng_aep.h> diff --git a/modules/eng_aep/eng_aep.cpp b/modules/eng_aep/eng_aep.cpp index 18823eca7..f3e9dca8f 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-2008 The Botan Project * *************************************************/ #include <botan/eng_aep.h> diff --git a/modules/eng_aep/eng_aep.h b/modules/eng_aep/eng_aep.h index 2768029da..2a7c7151c 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-2008 The Botan Project * *************************************************/ #ifndef BOTAN_EXT_AEP_ENGINE_H__ diff --git a/modules/eng_aep/es_aep.h b/modules/eng_aep/es_aep.h index f13dc1e92..62bb6b0c8 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-2008 The Botan Project * *************************************************/ #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..e12da6288 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-2008 The Botan Project * *************************************************/ #ifndef BOTAN_EXT_HW_AEP_H__ |