diff options
author | lloyd <[email protected]> | 2008-10-09 00:20:46 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-09 00:20:46 +0000 |
commit | a42ef292d86581f5e77c9d976d879ff79e8937b8 (patch) | |
tree | 59c5803a38d58aca0b3564537c0dbc3463c31213 /src/cert | |
parent | 28679b8b8efd4b09c272ec582982f2d8ca2ee722 (diff) |
Fix copyright notices
Diffstat (limited to 'src/cert')
-rw-r--r-- | src/cert/cvc/eac_asn_obj.h | 5 | ||||
-rw-r--r-- | src/cert/cvc/signed_obj.cpp | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/src/cert/cvc/eac_asn_obj.h b/src/cert/cvc/eac_asn_obj.h index 6bb77cf7f..8b3f62f86 100644 --- a/src/cert/cvc/eac_asn_obj.h +++ b/src/cert/cvc/eac_asn_obj.h @@ -1,6 +1,7 @@ /************************************************* -* Common ASN.1 Objects Header File * -* (C) 1999-2007 The Botan Project * +* EAC ASN.1 Objects Header File * +* (C) 1999-2007 Jack Lloyd * +* 2007 FlexSecure GmbH * *************************************************/ #ifndef BOTAN_EAC_ASN1_OBJ_H__ diff --git a/src/cert/cvc/signed_obj.cpp b/src/cert/cvc/signed_obj.cpp index 6a5952812..73ae6b917 100644 --- a/src/cert/cvc/signed_obj.cpp +++ b/src/cert/cvc/signed_obj.cpp @@ -1,6 +1,7 @@ /************************************************* * X.509 SIGNED Object Source File * -* (C) 1999-2007 The Botan Project * +* (C) 1999-2007 Jack Lloyd * +* 2007 FlexSecure GmbH * *************************************************/ #include <botan/signed_obj.h> |