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/05-test_rc2.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/05-test_rc2.t')
-rw-r--r-- | test/recipes/05-test_rc2.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/05-test_rc2.t b/test/recipes/05-test_rc2.t index 77d9382997..3e4f7bc3ce 100644 --- a/test/recipes/05-test_rc2.t +++ b/test/recipes/05-test_rc2.t @@ -1,7 +1,7 @@ #! /usr/bin/env perl # Copyright 2015-2016 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 |