diff options
author | Richard Levitte <levitte@openssl.org> | 2018-12-06 13:18:31 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-12-06 14:25:47 +0100 |
commit | f3a9534949021ab1387f0eed55f9420da8c63028 (patch) | |
tree | ff6847ba6802e82561553c720ec0f0e31a8d285d /crypto/async/async_wait.c | |
parent | Following the license change, modify the boilerplates in crypto/asn1/ (diff) | |
download | openssl-f3a9534949021ab1387f0eed55f9420da8c63028.tar.xz openssl-f3a9534949021ab1387f0eed55f9420da8c63028.zip |
Following the license change, modify the boilerplates in crypto/async/
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7773)
Diffstat (limited to '')
-rw-r--r-- | crypto/async/async_wait.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/async/async_wait.c b/crypto/async/async_wait.c index b23e43e8c8..2553298e8e 100644 --- a/crypto/async/async_wait.c +++ b/crypto/async/async_wait.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 |