diff options
author | lloyd <[email protected]> | 2007-01-20 10:54:11 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2007-01-20 10:54:11 +0000 |
commit | f3c2bab8027a653a251503ad08e6f7607b3aa3a0 (patch) | |
tree | 0d9ff75206337317f33c1d0be43ddbf2c34ab556 /modules/eng_aep | |
parent | 49922890c906296caf31ad6fa750d197b0d8db5c (diff) |
Bump copyright year to 2007
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 6175bc5ae..2381c291a 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-2006 The Botan Project * +* (C) 1999-2007 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 9b1d97e58..b012e629a 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-2006 The Botan Project * +* (C) 1999-2007 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 fd3889b32..162004669 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-2006 The Botan Project * +* (C) 1999-2007 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 90e943a48..18823eca7 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-2006 The Botan Project * +* (C) 1999-2007 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 0b47c7322..2768029da 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-2006 The Botan Project * +* (C) 1999-2007 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 bb58a9ef5..f13dc1e92 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-2006 The Botan Project * +* (C) 1999-2007 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 6e690e4a8..20534c170 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-2006 The Botan Project * +* (C) 1999-2007 The Botan Project * *************************************************/ #ifndef BOTAN_EXT_HW_AEP_H__ |