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_x931.c | |
parent | 57946a26b63c43c1f5c3beda37635dca76e35f6f (diff) | |
download | openssl-new-2a7b6f3908dce70c4fbb8686425e202d1b50a819.tar.gz |
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_x931.c')
-rw-r--r-- | crypto/rsa/rsa_x931.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rsa/rsa_x931.c b/crypto/rsa/rsa_x931.c index 7b0486c0f2..3caafb699f 100644 --- a/crypto/rsa/rsa_x931.c +++ b/crypto/rsa/rsa_x931.c @@ -1,7 +1,7 @@ /* * Copyright 2005-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 |