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_dyn.c | |
parent | Following the license change, modify the boilerplates in crypto/ec/ (diff) | |
download | openssl-3c120f91656f90a9a3b629bb6ea9d5a1f0d4d678.tar.xz openssl-3c120f91656f90a9a3b629bb6ea9d5a1f0d4d678.zip |
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_dyn.c')
-rw-r--r-- | crypto/engine/eng_dyn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/engine/eng_dyn.c b/crypto/engine/eng_dyn.c index 843226c077..bde760253a 100644 --- a/crypto/engine/eng_dyn.c +++ b/crypto/engine/eng_dyn.c @@ -1,7 +1,7 @@ /* * Copyright 2001-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 |