diff options
author | Rich Salz <rsalz@openssl.org> | 2016-04-22 13:21:51 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-04-22 13:58:47 +0200 |
commit | 596d6b7e1ca5aa24700098e262cb1625f256343f (patch) | |
tree | 25ca2413c17c32e5318f52afc8a13f3832db285a /test/recipes/15-test_dsa.t | |
parent | Add a best effort test to check shared library consistency (diff) | |
download | openssl-596d6b7e1ca5aa24700098e262cb1625f256343f.tar.xz openssl-596d6b7e1ca5aa24700098e262cb1625f256343f.zip |
Unified copyright for test recipes
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test/recipes/15-test_dsa.t')
-rw-r--r-- | test/recipes/15-test_dsa.t | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/test/recipes/15-test_dsa.t b/test/recipes/15-test_dsa.t index 22f971cebf..bf3b0d376a 100644 --- a/test/recipes/15-test_dsa.t +++ b/test/recipes/15-test_dsa.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; |