diff options
author | 2018-08-23 15:16:21 +0000 | |
---|---|---|
committer | 2018-08-23 15:16:21 +0000 | |
commit | 781b2f9fc16fea4113574dad5ee3f28cf4df6bf0 (patch) | |
tree | cf96429d75a8ef2fef1ab649f071ded36a7abead | |
parent | Check reusing SSL/TLS session ticket by regression test (diff) | |
download | wireguard-openbsd-781b2f9fc16fea4113574dad5ee3f28cf4df6bf0.tar.xz wireguard-openbsd-781b2f9fc16fea4113574dad5ee3f28cf4df6bf0.zip |
Add license header.
-rwxr-xr-x | regress/usr.bin/openssl/appstest.sh | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/regress/usr.bin/openssl/appstest.sh b/regress/usr.bin/openssl/appstest.sh index 6ec3170aaa2..a933c399b21 100755 --- a/regress/usr.bin/openssl/appstest.sh +++ b/regress/usr.bin/openssl/appstest.sh @@ -1,5 +1,22 @@ #!/bin/sh # +# $OpenBSD: appstest.sh,v 1.7 2018/08/23 15:16:21 inoguchi Exp $ +# +# Copyright (c) 2016 Kinichiro Inoguchi <inoguchi@openbsd.org> +# +# Permission to use, copy, modify, and distribute this software for any +# purpose with or without fee is hereby granted, provided that the above +# copyright notice and this permission notice appear in all copies. +# +# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +# # appstest.sh - test script for openssl command according to man OPENSSL(1) # # input : none |