From 14b7c3fa0501ee8a539786947b71a4c298797b4b Mon Sep 17 00:00:00 2001 From: Friedrich von Never Date: Tue, 1 Sep 2026 00:25:53 +0200 Subject: [PATCH] Project: correct the tool command name It was incorrect after the project being forked from dotnet-licenses. --- CONTRIBUTING.md | 2 +- DotNetAuthors/DotNetAuthors.fsproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8f46462..2b95c3c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,7 +43,7 @@ If the CI asks you to update the file licenses, follow one of these: $ reuse annotate --license MIT --copyright '%your name% <%your contact info, e.g. email%>' %file names to annotate% ``` -(Feel free to attribute the changes to the "dotnet-licenses contributors " instead of your name in a multi-author file, or if you don't want your name to be mentioned in the project's source: this doesn't mean you'll lose the copyright.) +(Feel free to attribute the changes to the "dotnet-authors contributors " instead of your name in a multi-author file, or if you don't want your name to be mentioned in the project's source: this doesn't mean you'll lose the copyright.) [dotnet-sdk]: https://dotnet.microsoft.com/en-us/download diff --git a/DotNetAuthors/DotNetAuthors.fsproj b/DotNetAuthors/DotNetAuthors.fsproj index e8ff3a0..1395071 100644 --- a/DotNetAuthors/DotNetAuthors.fsproj +++ b/DotNetAuthors/DotNetAuthors.fsproj @@ -20,7 +20,7 @@ SPDX-License-Identifier: MIT README.md true - dotnet-licenses + dotnet-authors