From: Daniel Stenberg Date: Fri, 2 Sep 2022 12:24:25 +0000 (+0200) Subject: tests/certs/scripts: insert standard curl source headers X-Git-Tag: curl-7_86_0~307 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9178208a8e5ed3792d4d5a6dc021abcca971d098;p=thirdparty%2Fcurl.git tests/certs/scripts: insert standard curl source headers ... including the SPDX-License-Identifier. These omissions were not detected by the RUEUSE CI job nor the copyright.pl scanners because we have a general wildcard in .reuse/dep5 for "tests/certs/*". Reported-by: Samuel Henrique Fixes #9417 Closes #9420 --- 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