diff options
author | Richard Levitte <levitte@openssl.org> | 2018-12-06 13:17:34 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-12-06 14:24:40 +0100 |
commit | 365a2d9991f4e39606c5fdf2500904ce906ef17c (patch) | |
tree | 0569667c660f087fec229897d2702e16458e2c2a /crypto/asn1/asn_mime.c | |
parent | Following the license change, modify the boilerplates in crypto/aes/ (diff) | |
download | openssl-365a2d9991f4e39606c5fdf2500904ce906ef17c.tar.xz openssl-365a2d9991f4e39606c5fdf2500904ce906ef17c.zip |
Following the license change, modify the boilerplates in crypto/asn1/
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7772)
Diffstat (limited to 'crypto/asn1/asn_mime.c')
-rw-r--r-- | crypto/asn1/asn_mime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/asn_mime.c b/crypto/asn1/asn_mime.c index dfd5be6347..d99f0ef31d 100644 --- a/crypto/asn1/asn_mime.c +++ b/crypto/asn1/asn_mime.c @@ -1,7 +1,7 @@ /* * Copyright 2008-2018 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL license (the "License"). You may not use + * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/license.html |