diff options
author | Richard Levitte <levitte@openssl.org> | 2018-12-06 13:33:32 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-12-06 14:42:18 +0100 |
commit | 48f66f811568e3623095c118616e031d6bc4e0d6 (patch) | |
tree | 7f65172fe3917caa830f6458287d5e089329e4b1 /crypto/comp/c_zlib.c | |
parent | Following the license change, modify the boilerplates in crypto/cms/ (diff) | |
download | openssl-48f66f811568e3623095c118616e031d6bc4e0d6.tar.xz openssl-48f66f811568e3623095c118616e031d6bc4e0d6.zip |
Following the license change, modify the boilerplates in crypto/comp/
[skip ci]
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7784)
Diffstat (limited to 'crypto/comp/c_zlib.c')
-rw-r--r-- | crypto/comp/c_zlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/comp/c_zlib.c b/crypto/comp/c_zlib.c index d688deee5f..78219f202d 100644 --- a/crypto/comp/c_zlib.c +++ b/crypto/comp/c_zlib.c @@ -1,7 +1,7 @@ /* * Copyright 1998-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 |