commit | 8671c8507ff11f4859c8a69fa2236a037bcfdbfd | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@twistedmatrix.com> | Wed Mar 02 19:26:20 2011 -0500 |
committer | Jean-Paul Calderone <exarkun@twistedmatrix.com> | Wed Mar 02 19:26:20 2011 -0500 |
tree | 21156034c33af387b560086c5f8e46c7e93c85c6 | |
parent | 202ae9d16b92ba2703882bb67c0c2e5d27987b5b [diff] [blame] |
Update copyright headers; remove pointless dates, add a pointer to the LICENSE file.
diff --git a/OpenSSL/crypto/pkcs12.c b/OpenSSL/crypto/pkcs12.c index 81d6074..6f795c5 100644 --- a/OpenSSL/crypto/pkcs12.c +++ b/OpenSSL/crypto/pkcs12.c
@@ -1,7 +1,8 @@ /* * pkcs12.c * - * Copyright (C) AB Strakt 2001, All rights reserved + * Copyright (C) AB Strakt + * See LICENSE for details. * * Certificate transport (PKCS12) handling code, * mostly thin wrappers around OpenSSL.