diff options
author | Richard Levitte <levitte@openssl.org> | 2018-12-06 13:54:02 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-12-06 15:20:59 +0100 |
commit | 2a7b6f3908dce70c4fbb8686425e202d1b50a819 (patch) | |
tree | a5e5ed9ae2324db923e30e70f0a235a3d0e7b2ff /crypto/rsa/rsa_chk.c | |
parent | Following the license change, modify the boilerplates in crypto/ripemd/ (diff) | |
download | openssl-2a7b6f3908dce70c4fbb8686425e202d1b50a819.tar.xz openssl-2a7b6f3908dce70c4fbb8686425e202d1b50a819.zip |
Following the license change, modify the boilerplates in crypto/rsa/
[skip ci]
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7814)
Diffstat (limited to 'crypto/rsa/rsa_chk.c')
-rw-r--r-- | crypto/rsa/rsa_chk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rsa/rsa_chk.c b/crypto/rsa/rsa_chk.c index 1b69be30ca..805f998ff2 100644 --- a/crypto/rsa/rsa_chk.c +++ b/crypto/rsa/rsa_chk.c @@ -1,7 +1,7 @@ /* * Copyright 1999-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 |