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/recipes/02-test_errstr.t | |
parent | 9059ab425aed6019a7d56ce4b9c55abeefc08d9d (diff) | |
download | openssl-new-909f1a2e510bb2909dc78efead432460c6ab50d2.tar.gz |
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/recipes/02-test_errstr.t')
-rw-r--r-- | test/recipes/02-test_errstr.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/02-test_errstr.t b/test/recipes/02-test_errstr.t index ef5e2fa357..ce2792b46b 100644 --- a/test/recipes/02-test_errstr.t +++ b/test/recipes/02-test_errstr.t @@ -1,7 +1,7 @@ #! /usr/bin/env perl # Copyright 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 |