diff --git a/tests/certs/scripts/genroot.sh b/tests/certs/scripts/genroot.sh index 963f34350f..cca09c7e35 100755 --- a/tests/certs/scripts/genroot.sh +++ b/tests/certs/scripts/genroot.sh @@ -1,9 +1,27 @@ #!/bin/bash - -# (c) CopyRight 2000 - 2020, EdelWeb for EdelKey and OpenEvidence -# Author: Peter Sylvester - -# "libre" for integration with curl +#*************************************************************************** +# _ _ ____ _ +# Project ___| | | | _ \| | +# / __| | | | |_) | | +# | (__| |_| | _ <| |___ +# \___|\___/|_| \_\_____| +# +# Copyright (C) 2000 - 2022, EdelWeb for EdelKey and OpenEvidence +# +# This software is licensed as described in the file COPYING, which +# you should have received as part of this distribution. The terms +# are also available at https://curl.se/docs/copyright.html. +# +# You may opt to use, copy, modify, merge, publish, distribute and/or sell +# copies of the Software, and permit persons to whom the Software is +# furnished to do so, under the terms of the COPYING file. +# +# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY +# KIND, either express or implied. +# +# SPDX-License-Identifier: curl +# +########################################################################### OPENSSL=openssl if [ -f /usr/local/ssl/bin/openssl ] ; then diff --git a/tests/certs/scripts/genserv.sh b/tests/certs/scripts/genserv.sh index dcbc0486bf..24fb395f6f 100755 --- a/tests/certs/scripts/genserv.sh +++ b/tests/certs/scripts/genserv.sh @@ -1,9 +1,27 @@ #!/bin/bash - -# (c) CopyRight 2000 - 2020, EdelWeb for EdelKey and OpenEvidence -# Author: Peter Sylvester - -# "libre" for integration with curl +#*************************************************************************** +# _ _ ____ _ +# Project ___| | | | _ \| | +# / __| | | | |_) | | +# | (__| |_| | _ <| |___ +# \___|\___/|_| \_\_____| +# +# Copyright (C) 2000 - 2022, EdelWeb for EdelKey and OpenEvidence +# +# This software is licensed as described in the file COPYING, which +# you should have received as part of this distribution. The terms +# are also available at https://curl.se/docs/copyright.html. +# +# You may opt to use, copy, modify, merge, publish, distribute and/or sell +# copies of the Software, and permit persons to whom the Software is +# furnished to do so, under the terms of the COPYING file. +# +# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY +# KIND, either express or implied. +# +# SPDX-License-Identifier: curl +# +########################################################################### OPENSSL=openssl if [ -f /usr/local/ssl/bin/openssl ] ; then