diff options
author | Richard Levitte <levitte@openssl.org> | 2018-12-06 13:08:51 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-12-06 14:20:59 +0100 |
commit | 2c18d164f52a77b9ecc1f835b83aec476334ebbc (patch) | |
tree | 3383df36d77b43d41db60e064cb37128ba4498b7 /ssl/statem/extensions_clnt.c | |
parent | Following the license change, modify the boilerplates in test/ (diff) | |
download | openssl-2c18d164f52a77b9ecc1f835b83aec476334ebbc.tar.xz openssl-2c18d164f52a77b9ecc1f835b83aec476334ebbc.zip |
Following the license change, modify the boilerplates in ssl/
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7768)
Diffstat (limited to 'ssl/statem/extensions_clnt.c')
-rw-r--r-- | ssl/statem/extensions_clnt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/statem/extensions_clnt.c b/ssl/statem/extensions_clnt.c index ab4dbf6713..6e133e026e 100644 --- a/ssl/statem/extensions_clnt.c +++ b/ssl/statem/extensions_clnt.c @@ -1,7 +1,7 @@ /* * Copyright 2016-2018 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 |