From: Daniel Stenberg Date: Mon, 13 Jun 2022 21:50:45 +0000 (+0200) Subject: copyright: info for/ignore .github/ISSUE_TEMPLATE/bug_report.md X-Git-Tag: curl-7_84_0~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d82c7eedeaa8bc18cd207d96b64252488ad806c0;p=thirdparty%2Fcurl.git copyright: info for/ignore .github/ISSUE_TEMPLATE/bug_report.md Follow-up from 448f7ef9ab2afb7. The adding of the copyright text in that file broke site functionality. Closes #9001 --- diff --git a/.reuse/dep5 b/.reuse/dep5 index 774a2b10ea..9d1d38b2f3 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -90,3 +90,7 @@ License: curl Files: README Copyright: 1999 - 2021 Daniel Stenberg, , et al. License: curl + +FILES: .github/ISSUE_TEMPLATE/bug_report.md +Copyright: 2020 - 2022 Daniel Stenberg, , et al. +License: curl diff --git a/scripts/copyright.pl b/scripts/copyright.pl index 833c06f8d6..8e448454b7 100755 --- a/scripts/copyright.pl +++ b/scripts/copyright.pl @@ -81,6 +81,9 @@ my @skiplist=( # markdown linkchecker config "mlc_config.json", + # github template file + "^.github/ISSUE_TEMPLATE/bug_report.md", + # License texts and REUSE-specific files ".reuse/dep5", "LICENSES/.*"