From d82c7eedeaa8bc18cd207d96b64252488ad806c0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 13 Jun 2022 23:50:45 +0200 Subject: [PATCH] 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 --- .reuse/dep5 | 4 ++++ scripts/copyright.pl | 3 +++ 2 files changed, 7 insertions(+) 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/.*" -- 2.47.3