diff options
Diffstat (limited to 'src/lib/cert/cvc')
-rw-r--r-- | src/lib/cert/cvc/asn1_eac_str.cpp | 2 | ||||
-rw-r--r-- | src/lib/cert/cvc/asn1_eac_tm.cpp | 2 | ||||
-rw-r--r-- | src/lib/cert/cvc/cvc_ado.cpp | 2 | ||||
-rw-r--r-- | src/lib/cert/cvc/cvc_ado.h | 2 | ||||
-rw-r--r-- | src/lib/cert/cvc/cvc_cert.cpp | 6 | ||||
-rw-r--r-- | src/lib/cert/cvc/cvc_cert.h | 2 | ||||
-rw-r--r-- | src/lib/cert/cvc/cvc_gen_cert.h | 2 | ||||
-rw-r--r-- | src/lib/cert/cvc/cvc_req.cpp | 6 | ||||
-rw-r--r-- | src/lib/cert/cvc/cvc_req.h | 2 | ||||
-rw-r--r-- | src/lib/cert/cvc/cvc_self.cpp | 6 | ||||
-rw-r--r-- | src/lib/cert/cvc/cvc_self.h | 2 | ||||
-rw-r--r-- | src/lib/cert/cvc/eac_asn_obj.h | 2 | ||||
-rw-r--r-- | src/lib/cert/cvc/eac_obj.h | 2 | ||||
-rw-r--r-- | src/lib/cert/cvc/ecdsa_sig.cpp | 2 | ||||
-rw-r--r-- | src/lib/cert/cvc/ecdsa_sig.h | 2 | ||||
-rw-r--r-- | src/lib/cert/cvc/signed_obj.cpp | 2 | ||||
-rw-r--r-- | src/lib/cert/cvc/signed_obj.h | 2 |
17 files changed, 23 insertions, 23 deletions
diff --git a/src/lib/cert/cvc/asn1_eac_str.cpp b/src/lib/cert/cvc/asn1_eac_str.cpp index 2084a9c03..2472eee17 100644 --- a/src/lib/cert/cvc/asn1_eac_str.cpp +++ b/src/lib/cert/cvc/asn1_eac_str.cpp @@ -3,7 +3,7 @@ * (C) 2007 FlexSecure GmbH * 2008-2011 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/eac_asn_obj.h> diff --git a/src/lib/cert/cvc/asn1_eac_tm.cpp b/src/lib/cert/cvc/asn1_eac_tm.cpp index e40f555b3..6aad1067c 100644 --- a/src/lib/cert/cvc/asn1_eac_tm.cpp +++ b/src/lib/cert/cvc/asn1_eac_tm.cpp @@ -3,7 +3,7 @@ * (C) 2007 FlexSecure GmbH * 2008-2009 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/eac_asn_obj.h> diff --git a/src/lib/cert/cvc/cvc_ado.cpp b/src/lib/cert/cvc/cvc_ado.cpp index 54bc9facd..21a345808 100644 --- a/src/lib/cert/cvc/cvc_ado.cpp +++ b/src/lib/cert/cvc/cvc_ado.cpp @@ -3,7 +3,7 @@ * (C) 2007 FlexSecure GmbH * 2008 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/cvc_ado.h> diff --git a/src/lib/cert/cvc/cvc_ado.h b/src/lib/cert/cvc/cvc_ado.h index 6f5b1d527..4b861ec81 100644 --- a/src/lib/cert/cvc/cvc_ado.h +++ b/src/lib/cert/cvc/cvc_ado.h @@ -2,7 +2,7 @@ * EAC1_1 CVC ADO * (C) 2008 Falko Strenzke * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_EAC_CVC_ADO_H__ diff --git a/src/lib/cert/cvc/cvc_cert.cpp b/src/lib/cert/cvc/cvc_cert.cpp index 3ab78b7d4..cf6bc409a 100644 --- a/src/lib/cert/cvc/cvc_cert.cpp +++ b/src/lib/cert/cvc/cvc_cert.cpp @@ -1,8 +1,8 @@ /* - (C) 2007 FlexSecure GmbH - 2008-2010 Jack Lloyd +* (C) 2007 FlexSecure GmbH +* 2008-2010 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/cvc_cert.h> diff --git a/src/lib/cert/cvc/cvc_cert.h b/src/lib/cert/cvc/cvc_cert.h index 7c084379f..a45388550 100644 --- a/src/lib/cert/cvc/cvc_cert.h +++ b/src/lib/cert/cvc/cvc_cert.h @@ -3,7 +3,7 @@ * (C) 2008 Falko Strenzke * 2008 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_CVC_EAC_H__ diff --git a/src/lib/cert/cvc/cvc_gen_cert.h b/src/lib/cert/cvc/cvc_gen_cert.h index 7fa4eba29..02c6f7324 100644 --- a/src/lib/cert/cvc/cvc_gen_cert.h +++ b/src/lib/cert/cvc/cvc_gen_cert.h @@ -3,7 +3,7 @@ * (C) 2008 Falko Strenzke * 2008-2010 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_EAC_CVC_GEN_CERT_H__ diff --git a/src/lib/cert/cvc/cvc_req.cpp b/src/lib/cert/cvc/cvc_req.cpp index 6c013f755..e142a5ac6 100644 --- a/src/lib/cert/cvc/cvc_req.cpp +++ b/src/lib/cert/cvc/cvc_req.cpp @@ -1,8 +1,8 @@ /* - (C) 2007 FlexSecure GmbH - 2008-2010 Jack Lloyd +* (C) 2007 FlexSecure GmbH +* 2008-2010 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/cvc_req.h> diff --git a/src/lib/cert/cvc/cvc_req.h b/src/lib/cert/cvc/cvc_req.h index ac4e22453..b71a8e764 100644 --- a/src/lib/cert/cvc/cvc_req.h +++ b/src/lib/cert/cvc/cvc_req.h @@ -3,7 +3,7 @@ * (C) 2008 Falko Strenzke * 2010 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_EAC_CVC_REQ_H__ diff --git a/src/lib/cert/cvc/cvc_self.cpp b/src/lib/cert/cvc/cvc_self.cpp index 50c8a7c2a..fdc66bbfd 100644 --- a/src/lib/cert/cvc/cvc_self.cpp +++ b/src/lib/cert/cvc/cvc_self.cpp @@ -1,8 +1,8 @@ /* - (C) 2007 FlexSecure GmbH - 2008-2010 Jack Lloyd +* (C) 2007 FlexSecure GmbH +* 2008-2010 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/cvc_self.h> diff --git a/src/lib/cert/cvc/cvc_self.h b/src/lib/cert/cvc/cvc_self.h index 1e6bbe49a..b29164a7f 100644 --- a/src/lib/cert/cvc/cvc_self.h +++ b/src/lib/cert/cvc/cvc_self.h @@ -3,7 +3,7 @@ * (C) 2007 FlexSecure GmbH * 2008 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_CVC_EAC_SELF_H__ diff --git a/src/lib/cert/cvc/eac_asn_obj.h b/src/lib/cert/cvc/eac_asn_obj.h index 181daca2d..e102c65fb 100644 --- a/src/lib/cert/cvc/eac_asn_obj.h +++ b/src/lib/cert/cvc/eac_asn_obj.h @@ -3,7 +3,7 @@ * (C) 2007-2008 FlexSecure GmbH * 2008-2010 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_EAC_ASN1_OBJ_H__ diff --git a/src/lib/cert/cvc/eac_obj.h b/src/lib/cert/cvc/eac_obj.h index 42274446c..b1e353ddf 100644 --- a/src/lib/cert/cvc/eac_obj.h +++ b/src/lib/cert/cvc/eac_obj.h @@ -2,7 +2,7 @@ * EAC1_1 objects * (C) 2008 Falko Strenzke * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_EAC_OBJ_H__ diff --git a/src/lib/cert/cvc/ecdsa_sig.cpp b/src/lib/cert/cvc/ecdsa_sig.cpp index 690244d50..5e85d7932 100644 --- a/src/lib/cert/cvc/ecdsa_sig.cpp +++ b/src/lib/cert/cvc/ecdsa_sig.cpp @@ -3,7 +3,7 @@ * (C) 2007 Falko Strenzke, FlexSecure GmbH * (C) 2008-2010 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/ecdsa_sig.h> diff --git a/src/lib/cert/cvc/ecdsa_sig.h b/src/lib/cert/cvc/ecdsa_sig.h index 1c3b506cb..2845cbec9 100644 --- a/src/lib/cert/cvc/ecdsa_sig.h +++ b/src/lib/cert/cvc/ecdsa_sig.h @@ -3,7 +3,7 @@ * (C) 2007 Falko Strenzke, FlexSecure GmbH * (C) 2008-2010 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_ECDSA_SIGNATURE_H__ diff --git a/src/lib/cert/cvc/signed_obj.cpp b/src/lib/cert/cvc/signed_obj.cpp index 83c2c33dc..4a0f12008 100644 --- a/src/lib/cert/cvc/signed_obj.cpp +++ b/src/lib/cert/cvc/signed_obj.cpp @@ -3,7 +3,7 @@ * (C) 1999-2010 Jack Lloyd * 2007 FlexSecure GmbH * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #include <botan/signed_obj.h> diff --git a/src/lib/cert/cvc/signed_obj.h b/src/lib/cert/cvc/signed_obj.h index ce2bd4dd7..a6b49c55b 100644 --- a/src/lib/cert/cvc/signed_obj.h +++ b/src/lib/cert/cvc/signed_obj.h @@ -3,7 +3,7 @@ * (C) 2007 FlexSecure GmbH * 2008 Jack Lloyd * -* Distributed under the terms of the Botan license +* Botan is released under the Simplified BSD License (see license.txt) */ #ifndef BOTAN_EAC_SIGNED_OBJECT_H__ |