From c2ad703e631efdbc2fb04acce324f07e2a912d2e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 14 Jun 2022 10:22:56 +0200 Subject: [PATCH] reuse: move license info from .mailmap.license to .reuse/dep5 Closes #9006 --- .mailmap.license | 3 --- .reuse/dep5 | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) delete mode 100644 .mailmap.license diff --git a/.mailmap.license b/.mailmap.license deleted file mode 100644 index 0bd76b07c1..0000000000 --- a/.mailmap.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2017 - 2022 Daniel Stenberg, , et al. - -SPDX-License-Identifier: curl diff --git a/.reuse/dep5 b/.reuse/dep5 index 5a020afe10..6efe02ccb3 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -99,3 +99,7 @@ License: curl FILES: .github/ISSUE_TEMPLATE/bug_report.md Copyright: 2020 - 2022 Daniel Stenberg, , et al. License: curl + +FILES: .mailmap +Copyright: 2017 - 2022 Daniel Stenberg, , et al. +License: curl