diff options
author | Shourya Shukla <shouryashukla.oo@gmail.com> | 2020-04-27 06:59:50 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2020-04-29 15:27:22 +0200 |
commit | a6ed19dc9a9fc263a3b2e6b990e2face28a1a70d (patch) | |
tree | c1dc5c37deab6173f91c51f52dc1df4afdd73252 /test/cmsapitest.c | |
parent | Update EVP_PKEY_fromdata.pod (diff) | |
download | openssl-a6ed19dc9a9fc263a3b2e6b990e2face28a1a70d.tar.xz openssl-a6ed19dc9a9fc263a3b2e6b990e2face28a1a70d.zip |
Amend references to "OpenSSL license"
A small number of files contain references to the "OpenSSL license"
which has been deprecated and replaced by the "Apache License 2.0".
Amend the occurences.
Fixes #11649
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11663)
Diffstat (limited to 'test/cmsapitest.c')
-rw-r--r-- | test/cmsapitest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cmsapitest.c b/test/cmsapitest.c index 2ac330a8fa..697daa814d 100644 --- a/test/cmsapitest.c +++ b/test/cmsapitest.c @@ -1,7 +1,7 @@ /* * Copyright 2018-2020 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 |