From 677631cf0e797d4103ad4472dbca6c2b7fd84add Mon Sep 17 00:00:00 2001 From: Carmen Bianca BAKKER Date: Tue, 21 May 2024 18:50:57 +0200 Subject: [PATCH] Ignore more of faq Signed-off-by: Carmen Bianca BAKKER --- site/content/en/faq.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/content/en/faq.md b/site/content/en/faq.md index 8c7016a9..b65e8e99 100644 --- a/site/content/en/faq.md +++ b/site/content/en/faq.md @@ -141,6 +141,8 @@ In order to make the tool ignore a specific section containing strings that may falsely be detected as copyright or license statements, you can wrap it within the two comments `REUSE-IgnoreStart` and `REUSE-IgnoreEnd`. + + Please note that this must not be used to ignore valid copyright and licensing information by yourself or a third party. The ignore blocks must only be used for marking blocks that may trigger false-positive detections and errors. @@ -178,6 +180,8 @@ echo "SPDX-License-Identifier: MIT" >> file.txt # REUSE-IgnoreEnd ``` + + ## Do you support a version control system other than Git? {#no-git} Yes, the helper tool also supports [Mercurial](https://www.mercurial-scm.org/).