From 5257c2f38a524f5c4919fbdeea23eee428eca6dd Mon Sep 17 00:00:00 2001 From: Dirk Date: Fri, 15 Jan 2016 17:04:16 +0100 Subject: [PATCH] - inline license clarifications (separate file needed later) --- testssl.sh | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/testssl.sh b/testssl.sh index 5be9577..76705e4 100755 --- a/testssl.sh +++ b/testssl.sh @@ -20,10 +20,21 @@ # license permitted. # If you enclose this script or parts of it in your software, it has to # be accompanied by the same license (see link) and the place where to get -# the recent version of this program. Do not violate the license! +# the recent version of this program. Do not violate the license andif +# you do not agree to all of these terms, do not use it in the first place. # -# USAGE WITHOUT ANY WARRANTY, THE SOFTWARE IS PROVIDED "AS IS". USE IT AT -# your OWN RISK! +# OpenSSL which is being used and maybe distributed via one of this projects' +# web site is subject to their licensing: https://www.openssl.org/source/license.txt +# +# The client simulation data comes from SSLlabs and is licensed to the 'Qualys SSL Labs +# Terms of Use' (v2.2), see https://www.ssllabs.com/downloads/Qualys_SSL_Labs_Terms_of_Use.pdf, +# stating a CC BY 3.0 US license: https://creativecommons.org/licenses/by/3.0/us/ +# +# Please note: USAGE WITHOUT ANY WARRANTY, THE SOFTWARE IS PROVIDED "AS IS". +# +# USE IT AT your OWN RISK! +# Seriously! The threat is you run this code on your computer and input could be / +# is being supplied via untrusted sources. # HISTORY: # Back in 2006 it all started with a few openssl commands... @@ -5894,4 +5905,4 @@ fi exit $? -# $Id: testssl.sh,v 1.436 2016/01/15 15:37:46 dirkw Exp $ +# $Id: testssl.sh,v 1.437 2016/01/15 16:04:15 dirkw Exp $