diff options
author | Richard Levitte <levitte@openssl.org> | 2018-12-06 13:19:23 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-12-06 14:27:41 +0100 |
commit | 8b00b7b8b3a23b38bd870ea0ebbe9d551b14ef38 (patch) | |
tree | 40c5572ef273130e129e038ecb1209b242227b8f /crypto/bf/bf_skey.c | |
parent | Following the license change, modify the boilerplates in crypto/async/ (diff) | |
download | openssl-8b00b7b8b3a23b38bd870ea0ebbe9d551b14ef38.tar.xz openssl-8b00b7b8b3a23b38bd870ea0ebbe9d551b14ef38.zip |
Following the license change, modify the boilerplates in crypto/bf/
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7774)
Diffstat (limited to '')
-rw-r--r-- | crypto/bf/bf_skey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bf/bf_skey.c b/crypto/bf/bf_skey.c index a4903a2a71..29d804439a 100644 --- a/crypto/bf/bf_skey.c +++ b/crypto/bf/bf_skey.c @@ -1,7 +1,7 @@ /* * Copyright 1995-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 |