diff options
author | Richard Levitte <levitte@openssl.org> | 2018-12-06 13:36:05 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-12-06 14:47:24 +0100 |
commit | e38873f5ce93b41929d8128a533cca7d9e3f0f5a (patch) | |
tree | 206910321e8c4c64256de791f647aff094fbec12 /crypto/dh/dh_check.c | |
parent | 2d48d5ddda8b83e50230b08835814e48838fc145 (diff) | |
download | openssl-new-e38873f5ce93b41929d8128a533cca7d9e3f0f5a.tar.gz |
Following the license change, modify the boilerplates in crypto/dh/
[skip ci]
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7788)
Diffstat (limited to 'crypto/dh/dh_check.c')
-rw-r--r-- | crypto/dh/dh_check.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/dh/dh_check.c b/crypto/dh/dh_check.c index fc45577101..31332cd1f3 100644 --- a/crypto/dh/dh_check.c +++ b/crypto/dh/dh_check.c @@ -1,7 +1,7 @@ /* * Copyright 1995-2017 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 |