diff options
author | Richard Levitte <levitte@openssl.org> | 2018-12-06 13:50:13 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-12-06 15:12:24 +0100 |
commit | b7617a3a99285596367990fba4f17ba10b7566b2 (patch) | |
tree | 65e9b488aa60a6686e6e88f5947500310543cc92 /crypto/pkcs7/pkcs7err.c | |
parent | Following the license change, modify the boilerplates in crypto/pkcs12/ (diff) | |
download | openssl-b7617a3a99285596367990fba4f17ba10b7566b2.tar.xz openssl-b7617a3a99285596367990fba4f17ba10b7566b2.zip |
Following the license change, modify the boilerplates in crypto/pkcs7/
[skip ci]
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7809)
Diffstat (limited to 'crypto/pkcs7/pkcs7err.c')
-rw-r--r-- | crypto/pkcs7/pkcs7err.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/pkcs7/pkcs7err.c b/crypto/pkcs7/pkcs7err.c index 07490c1a58..c613821657 100644 --- a/crypto/pkcs7/pkcs7err.c +++ b/crypto/pkcs7/pkcs7err.c @@ -2,7 +2,7 @@ * Generated by util/mkerr.pl DO NOT EDIT * Copyright 1995-2017 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 |