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/certs/mkcert.sh | |
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/certs/mkcert.sh')
-rwxr-xr-x | test/certs/mkcert.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/certs/mkcert.sh b/test/certs/mkcert.sh index bf61548dba..41bbe23e2d 100755 --- a/test/certs/mkcert.sh +++ b/test/certs/mkcert.sh @@ -4,7 +4,7 @@ # Copyright (c) 2016 Viktor Dukhovni <openssl-users@dukhovni.org>. # 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 |