]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
copyright: info for/ignore .github/ISSUE_TEMPLATE/bug_report.md
authorDaniel Stenberg <daniel@haxx.se>
Mon, 13 Jun 2022 21:50:45 +0000 (23:50 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 13 Jun 2022 22:04:19 +0000 (00:04 +0200)
Follow-up from 448f7ef9ab2afb7. The adding of the copyright text in that
file broke site functionality.

Closes #9001

.reuse/dep5
scripts/copyright.pl

index 774a2b10ea3859aa850cd553206351d4effd2846..9d1d38b2f385c406ac84d290aa23f7af7a638fc0 100644 (file)
@@ -90,3 +90,7 @@ License: curl
 Files: README
 Copyright: 1999 - 2021 Daniel Stenberg, <daniel@haxx.se>, et al.
 License: curl
+
+FILES: .github/ISSUE_TEMPLATE/bug_report.md
+Copyright: 2020 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al.
+License: curl
index 833c06f8d6609dc3712d77cfa380201e2a487511..8e448454b7d732ec8f040358545967e20d041c2c 100755 (executable)
@@ -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/.*"