diff options
author | Richard Levitte <levitte@openssl.org> | 2018-12-06 13:22:12 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-12-06 14:31:21 +0100 |
commit | 367ace6870e9cbc8fe21dff2ffe4673a98ea42f8 (patch) | |
tree | 1e8ed133cab9e2b0695daa9c3be79e95a1bf5955 /crypto/bn/bn_const.c | |
parent | Following the license change, modify the boilerplates in crypto/blake2/ (diff) | |
download | openssl-367ace6870e9cbc8fe21dff2ffe4673a98ea42f8.tar.xz openssl-367ace6870e9cbc8fe21dff2ffe4673a98ea42f8.zip |
Following the license change, modify the boilerplates in crypto/bn/
[skip ci]
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7777)
Diffstat (limited to 'crypto/bn/bn_const.c')
-rw-r--r-- | crypto/bn/bn_const.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/bn_const.c b/crypto/bn/bn_const.c index 39dd61202a..414ea2a6c8 100644 --- a/crypto/bn/bn_const.c +++ b/crypto/bn/bn_const.c @@ -1,7 +1,7 @@ /* * Copyright 2005-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 |