diff options
author | Richard Levitte <levitte@openssl.org> | 2018-12-06 13:00:26 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-12-06 14:15:27 +0100 |
commit | dffa752023318b2fcccac2857ff133d5d11e5801 (patch) | |
tree | f24d323607436fd4603067d8ec3803e8cec8a21d /apps/openssl.c | |
parent | Change license to the Apache License v2.0 (diff) | |
download | openssl-dffa752023318b2fcccac2857ff133d5d11e5801.tar.xz openssl-dffa752023318b2fcccac2857ff133d5d11e5801.zip |
Following the license change, modify the boilerplates in apps/
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7765)
Diffstat (limited to 'apps/openssl.c')
-rw-r--r-- | apps/openssl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/openssl.c b/apps/openssl.c index 67b75e4cfd..3747b1aa7a 100644 --- a/apps/openssl.c +++ b/apps/openssl.c @@ -1,7 +1,7 @@ /* * Copyright 1995-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 |