diff options
author | Richard Levitte <levitte@openssl.org> | 2018-12-06 13:39:00 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-12-06 14:52:53 +0100 |
commit | 3c120f91656f90a9a3b629bb6ea9d5a1f0d4d678 (patch) | |
tree | bc20511eff5427377baf62038e399905ed041392 /crypto/engine/eng_err.c | |
parent | a7f182b726956eb376a80d4a3e22c9465cf5e579 (diff) | |
download | openssl-new-3c120f91656f90a9a3b629bb6ea9d5a1f0d4d678.tar.gz |
Following the license change, modify the boilerplates in crypto/engine/
[skip ci]
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7792)
Diffstat (limited to 'crypto/engine/eng_err.c')
-rw-r--r-- | crypto/engine/eng_err.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/engine/eng_err.c b/crypto/engine/eng_err.c index bd1aefa185..1d47052121 100644 --- a/crypto/engine/eng_err.c +++ b/crypto/engine/eng_err.c @@ -2,7 +2,7 @@ * Generated by util/mkerr.pl DO NOT EDIT * 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 |