diff options
author | Richard Levitte <levitte@openssl.org> | 2018-12-06 13:32:50 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-12-06 14:40:53 +0100 |
commit | 08ddd3023062d26f707f6a7422aecc8612098ec1 (patch) | |
tree | 995f106e7362b019b5be506391cf54bac9df5831 /crypto/cms/cms_dd.c | |
parent | Following the license change, modify the boilerplates in crypto/cmac/ (diff) | |
download | openssl-08ddd3023062d26f707f6a7422aecc8612098ec1.tar.xz openssl-08ddd3023062d26f707f6a7422aecc8612098ec1.zip |
Following the license change, modify the boilerplates in crypto/cms/
[skip ci]
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7783)
Diffstat (limited to 'crypto/cms/cms_dd.c')
-rw-r--r-- | crypto/cms/cms_dd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cms/cms_dd.c b/crypto/cms/cms_dd.c index 5da6802fcd..0227180ffb 100644 --- a/crypto/cms/cms_dd.c +++ b/crypto/cms/cms_dd.c @@ -1,7 +1,7 @@ /* * Copyright 2008-2016 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 |