diff options
author | Richard Levitte <levitte@openssl.org> | 2018-12-06 13:03:50 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-12-06 14:17:23 +0100 |
commit | 9059ab425aed6019a7d56ce4b9c55abeefc08d9d (patch) | |
tree | c07ca619386d3f11556ffa9e3e666699054ed1b4 /util/mkbuildinf.pl | |
parent | Following the license change, modify the boilerplates in apps/ (diff) | |
download | openssl-9059ab425aed6019a7d56ce4b9c55abeefc08d9d.tar.xz openssl-9059ab425aed6019a7d56ce4b9c55abeefc08d9d.zip |
Following the license change, modify the boilerplates in util/, tools/
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7766)
Diffstat (limited to 'util/mkbuildinf.pl')
-rwxr-xr-x | util/mkbuildinf.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/mkbuildinf.pl b/util/mkbuildinf.pl index c9324a9ded..1c273872be 100755 --- a/util/mkbuildinf.pl +++ b/util/mkbuildinf.pl @@ -1,7 +1,7 @@ #! /usr/bin/env perl # Copyright 2014-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 @@ -21,7 +21,7 @@ print <<"END_OUTPUT"; * * Copyright 2014-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 |