From 2b7f7d04f77ed3b5c7efd09b07324351d3f676dd Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 14 Jun 2022 10:22:56 +0200 Subject: [PATCH] reuse/dep5: adjusted to parse better ... adjusted a few files to contain copyright and license info. Closes #9006 --- .reuse/dep5 | 11 ++++++----- docs/examples/README.md | 6 ++++++ docs/libcurl/ABI.md | 6 ++++++ tests/CI.md | 6 ++++++ tests/FILEFORMAT.md | 6 ++++++ tests/README.md | 6 ++++++ tests/data/DISABLED | 24 ++++++++++++++++++++++++ tests/fuzz/{README => README.md} | 6 ++++++ tests/unit/README.md | 6 ++++++ 9 files changed, 72 insertions(+), 5 deletions(-) rename tests/fuzz/{README => README.md} (66%) diff --git a/.reuse/dep5 b/.reuse/dep5 index 6efe02ccb3..c73508dd29 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -4,7 +4,7 @@ Upstream-Contact: Daniel Stenberg Source: https://curl.se # Tests -Files: tests/* +Files: tests/data/test* tests/certs/* tests/stunnel.pem tests/valgrind.supp Copyright: 2000 - 2022 Daniel Stenberg, , et al. License: curl @@ -14,7 +14,7 @@ Copyright: 2000 - 2022 Daniel Stenberg, , et al. License: curl # Docs in docs/ -Files: docs/FAQ docs/INSTALL docs/INSTALL.cmake docs/KNOWN_BUGS docs/MAIL-ETIQUETTE docs/THANKS docs/TODO docs/cmdline-opts/page-footer docs/examples/.checksrc docs/libcurl/curl_multi_socket_all.3 docs/libcurl/curl_strnequal.3 docs/libcurl/symbols-in-versions docs/options-in-versions +Files: docs/FAQ docs/INSTALL docs/INSTALL.cmake docs/KNOWN_BUGS docs/MAIL-ETIQUETTE docs/THANKS docs/TODO docs/cmdline-opts/page-footer docs/libcurl/curl_multi_socket_all.3 docs/libcurl/curl_strnequal.3 docs/libcurl/symbols-in-versions docs/options-in-versions Copyright: 2000 - 2022 Daniel Stenberg, , et al. License: curl @@ -36,7 +36,8 @@ Files: RELEASE-NOTES Copyright: 2003 - 2022 Daniel Stenberg, , et al. License: curl -Files: lib/.checksrc +# checksrc control files +Files: lib/.checksrc docs/examples/.checksrc tests/libtest/.checksrc Copyright: 2021 - 2022 Daniel Stenberg, , et al. License: curl @@ -96,10 +97,10 @@ Files: README Copyright: 1999 - 2021 Daniel Stenberg, , et al. License: curl -FILES: .github/ISSUE_TEMPLATE/bug_report.md +Files: .github/ISSUE_TEMPLATE/bug_report.md Copyright: 2020 - 2022 Daniel Stenberg, , et al. License: curl -FILES: .mailmap +Files: .mailmap Copyright: 2017 - 2022 Daniel Stenberg, , et al. License: curl diff --git a/docs/examples/README.md b/docs/examples/README.md index 78577f84ff..1ad9f22148 100644 --- a/docs/examples/README.md +++ b/docs/examples/README.md @@ -1,3 +1,9 @@ + + # libcurl examples This directory is for libcurl programming examples. They are meant to show diff --git a/docs/libcurl/ABI.md b/docs/libcurl/ABI.md index fcd6be44a4..b70e18ad9a 100644 --- a/docs/libcurl/ABI.md +++ b/docs/libcurl/ABI.md @@ -1,3 +1,9 @@ + + ABI - Application Binary Interface ================================== diff --git a/tests/CI.md b/tests/CI.md index 5b2ab896c9..febd1f8238 100644 --- a/tests/CI.md +++ b/tests/CI.md @@ -1,3 +1,9 @@ + + # Continuous Integration for curl Curl runs in many different environments, so every change is run against a large diff --git a/tests/FILEFORMAT.md b/tests/FILEFORMAT.md index b7b107db9e..dc1092b8e0 100644 --- a/tests/FILEFORMAT.md +++ b/tests/FILEFORMAT.md @@ -1,3 +1,9 @@ + + # curl test suite file format The curl test suite's file format is very simple and extensible, closely diff --git a/tests/README.md b/tests/README.md index fa555f6a1f..2aa9f2b411 100644 --- a/tests/README.md +++ b/tests/README.md @@ -1,3 +1,9 @@ + + # The curl Test Suite # Running diff --git a/tests/data/DISABLED b/tests/data/DISABLED index 9d3e12db31..00ebebc949 100644 --- a/tests/data/DISABLED +++ b/tests/data/DISABLED @@ -1,3 +1,27 @@ +#*************************************************************************** +# _ _ ____ _ +# Project ___| | | | _ \| | +# / __| | | | |_) | | +# | (__| |_| | _ <| |___ +# \___|\___/|_| \_\_____| +# +# Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +# +# 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 +# +########################################################################### +# # This file can be used to specify test cases that should not run when all # test cases are run by runtests.pl. Just add the plain test case numbers, one # per line. diff --git a/tests/fuzz/README b/tests/fuzz/README.md similarity index 66% rename from tests/fuzz/README rename to tests/fuzz/README.md index c19e04fbe8..34ba7dfdb9 100644 --- a/tests/fuzz/README +++ b/tests/fuzz/README.md @@ -1,3 +1,9 @@ + + Fuzz tests ========== diff --git a/tests/unit/README.md b/tests/unit/README.md index 2880d1979a..29bd3f3253 100644 --- a/tests/unit/README.md +++ b/tests/unit/README.md @@ -1,3 +1,9 @@ + + # Unit tests The goal is to add tests for *all* functions in libcurl. If functions are too -- 2.47.3