diff options
Diffstat (limited to 'src/cert/cvc/freestore.h')
-rw-r--r-- | src/cert/cvc/freestore.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/cert/cvc/freestore.h b/src/cert/cvc/freestore.h index e33c0f094..f95afa802 100644 --- a/src/cert/cvc/freestore.h +++ b/src/cert/cvc/freestore.h @@ -1,7 +1,7 @@ -/************************************************** -* (C) 2007 Christoph Ludwig * -* [email protected] * -**************************************************/ +/** +* (C) 2007 Christoph Ludwig +**/ #ifndef BOTAN_FREESTORE_H__ #define BOTAN_FREESTORE_H__ @@ -23,6 +23,8 @@ namespace Botan { * enables convenient automatic conversions between plain and smart * pointer types. It internally stores a SharedPointer which can be * accessed. +* +* Distributed under the terms of the Botan license */ template<typename T> class BOTAN_DLL SharedPtrConverter |