REUSE: add copyright header to two files

`.mailmap` supports comments and empty lines since at least 2.31.0:
https://git-scm.com/docs/gitmailmap/2.31.0

Closes #19339
This commit is contained in:
Viktor Szakats
2025-11-03 15:24:27 +01:00
parent 254e04b702
commit 1021c52c92
3 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
#
# SPDX-License-Identifier: curl
Guenter Knauf <lists@gknw.net> <gk@gknw.de> Guenter Knauf <lists@gknw.net> <gk@gknw.de>
Gisle Vanem <gvanem@yahoo.no> <gisle.vanem@gmail.com> Gisle Vanem <gvanem@yahoo.no> <gisle.vanem@gmail.com>
Gisle Vanem <gvanem@yahoo.no> <gvanem@broadpark.no> Gisle Vanem <gvanem@yahoo.no> <gvanem@broadpark.no>

View File

@@ -1,3 +1,8 @@
<!--
Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
-->
_ _ ____ _ _ _ ____ _
___| | | | _ \| | ___| | | | _ \| |
/ __| | | | |_) | | / __| | | | |_) | |

View File

@@ -13,7 +13,6 @@ SPDX-PackageDownloadLocation = "https://curl.se/"
[[annotations]] [[annotations]]
path = [ path = [
".mailmap",
"docs/FAQ", "docs/FAQ",
"docs/INSTALL", "docs/INSTALL",
"docs/KNOWN_BUGS", "docs/KNOWN_BUGS",
@@ -22,7 +21,6 @@ path = [
"docs/options-in-versions", "docs/options-in-versions",
"docs/THANKS", "docs/THANKS",
"docs/TODO", "docs/TODO",
"GIT-INFO.md",
"lib/libcurl.vers.in", "lib/libcurl.vers.in",
"lib/libcurl.def", "lib/libcurl.def",
"packages/OS400/README.OS400", "packages/OS400/README.OS400",