diff options
author | Rich Salz <rsalz@openssl.org> | 2016-04-22 07:21:51 -0400 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-04-22 07:58:47 -0400 |
commit | 596d6b7e1ca5aa24700098e262cb1625f256343f (patch) | |
tree | 25ca2413c17c32e5318f52afc8a13f3832db285a /test/recipes/25-test_sid.t | |
parent | 3f8f728278dbf211d3677a46870f60918082b9a0 (diff) | |
download | openssl-new-596d6b7e1ca5aa24700098e262cb1625f256343f.tar.gz |
Unified copyright for test recipes
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test/recipes/25-test_sid.t')
-rw-r--r-- | test/recipes/25-test_sid.t | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/test/recipes/25-test_sid.t b/test/recipes/25-test_sid.t index 84444b3b61..b13cb5c23a 100644 --- a/test/recipes/25-test_sid.t +++ b/test/recipes/25-test_sid.t @@ -1,4 +1,11 @@ -#! /usr/bin/perl +#! /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 +# 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 + use strict; use warnings; |