From 781b2f9fc16fea4113574dad5ee3f28cf4df6bf0 Mon Sep 17 00:00:00 2001 From: inoguchi Date: Thu, 23 Aug 2018 15:16:21 +0000 Subject: [PATCH] Add license header. --- regress/usr.bin/openssl/appstest.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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,4 +1,21 @@ #!/bin/sh +# +# $OpenBSD: appstest.sh,v 1.7 2018/08/23 15:16:21 inoguchi Exp $ +# +# Copyright (c) 2016 Kinichiro Inoguchi +# +# 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) # -- 2.20.1