diff options
author | Richard Levitte <levitte@openssl.org> | 2018-12-06 13:05:25 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-12-06 14:19:22 +0100 |
commit | 909f1a2e510bb2909dc78efead432460c6ab50d2 (patch) | |
tree | 12d343f55b5e7e28c04e5bd71b6e9b2ad94285d3 /test/ecstresstest.c | |
parent | Following the license change, modify the boilerplates in util/, tools/ (diff) | |
download | openssl-909f1a2e510bb2909dc78efead432460c6ab50d2.tar.xz openssl-909f1a2e510bb2909dc78efead432460c6ab50d2.zip |
Following the license change, modify the boilerplates in test/
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7767)
Diffstat (limited to 'test/ecstresstest.c')
-rw-r--r-- | test/ecstresstest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ecstresstest.c b/test/ecstresstest.c index 4f05d237ba..8cb43e6a42 100644 --- a/test/ecstresstest.c +++ b/test/ecstresstest.c @@ -1,7 +1,7 @@ /* * Copyright 2017-2018 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL licenses, (the "License"); + * Licensed under the Apache License 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * https://www.openssl.org/source/license.html |