diff options
author | Richard Levitte <levitte@openssl.org> | 2018-12-06 14:07:27 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-12-06 15:36:54 +0100 |
commit | ab3fa1c0ad5f01c8c86495227efb61c20c7972fa (patch) | |
tree | 5e294f85a803dc147731c3a730b98e0f65633ee9 /engines/e_dasync.c | |
parent | Following the license change, modify the boilerplates in doc/man7/ (diff) | |
download | openssl-ab3fa1c0ad5f01c8c86495227efb61c20c7972fa.tar.xz openssl-ab3fa1c0ad5f01c8c86495227efb61c20c7972fa.zip |
Following the license change, modify the boilerplates in engines/
[skip ci]
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7832)
Diffstat (limited to 'engines/e_dasync.c')
-rw-r--r-- | engines/e_dasync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/e_dasync.c b/engines/e_dasync.c index b005f421a6..2e124114f9 100644 --- a/engines/e_dasync.c +++ b/engines/e_dasync.c @@ -1,7 +1,7 @@ /* * Copyright 2015-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 |