diff options
author | Richard Levitte <levitte@openssl.org> | 2018-12-06 13:38:06 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-12-06 14:51:47 +0100 |
commit | a7f182b726956eb376a80d4a3e22c9465cf5e579 (patch) | |
tree | 789e5067df2932137791f98589d955b0d1af96e3 /crypto/ec/ec_print.c | |
parent | b6a34e9abd84dac75e4063b6cfe16c4b00b53b41 (diff) | |
download | openssl-new-a7f182b726956eb376a80d4a3e22c9465cf5e579.tar.gz |
Following the license change, modify the boilerplates in crypto/ec/
[skip ci]
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7791)
Diffstat (limited to 'crypto/ec/ec_print.c')
-rw-r--r-- | crypto/ec/ec_print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ec/ec_print.c b/crypto/ec/ec_print.c index 027a51928a..0315b7a792 100644 --- a/crypto/ec/ec_print.c +++ b/crypto/ec/ec_print.c @@ -1,7 +1,7 @@ /* * Copyright 2002-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 |