From 33c84cb886dab0c40b936ab7acafd8a150462655 Mon Sep 17 00:00:00 2001 From: Carmen Bianca BAKKER Date: Tue, 9 Jul 2024 19:28:22 +0200 Subject: [PATCH 1/2] REUSE.toml files must not be ignored by VCS Signed-off-by: Carmen Bianca BAKKER --- CHANGELOG.md | 2 ++ site/content/en/spec-3.3.md | 3 +++ 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 566f8c1e..66ea61bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,8 @@ This is the change log for the REUSE Specification. ### Changed +- `REUSE.toml` files must not be ignored by VCS. + ### Deprecated ### Removed diff --git a/site/content/en/spec-3.3.md b/site/content/en/spec-3.3.md index 3c9fb0b3..38dcf961 100644 --- a/site/content/en/spec-3.3.md +++ b/site/content/en/spec-3.3.md @@ -230,6 +230,9 @@ A `REUSE.toml` file MAY be located in any directory, and can cover files that ar within its directory or deeper. You MAY have multiple `REUSE.toml` files in different directories. +If the Project uses a VCS, the `REUSE.toml` files MUST NOT be ignored by the +VCS. Any `REUSE.toml` file ignored by VCS is ignored by REUSE. + The `version` key (REQUIRED) MUST have an integer value representing the schema version of the file. This specification describes version 1 of `REUSE.toml`. From dfe2fe78c4b588be7ae2e76219511eee49a0daf5 Mon Sep 17 00:00:00 2001 From: Carmen Bianca BAKKER Date: Sat, 13 Jul 2024 18:36:19 +0200 Subject: [PATCH 2/2] Rephrase to be less ambiguous Signed-off-by: Carmen Bianca BAKKER --- CHANGELOG.md | 2 +- site/content/en/spec-3.3.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66ea61bd..66804376 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,7 +44,7 @@ This is the change log for the REUSE Specification. ### Changed -- `REUSE.toml` files must not be ignored by VCS. +- `REUSE.toml` files ignored by VCS are not searching for licensing information. ### Deprecated diff --git a/site/content/en/spec-3.3.md b/site/content/en/spec-3.3.md index 38dcf961..04bf436f 100644 --- a/site/content/en/spec-3.3.md +++ b/site/content/en/spec-3.3.md @@ -230,8 +230,7 @@ A `REUSE.toml` file MAY be located in any directory, and can cover files that ar within its directory or deeper. You MAY have multiple `REUSE.toml` files in different directories. -If the Project uses a VCS, the `REUSE.toml` files MUST NOT be ignored by the -VCS. Any `REUSE.toml` file ignored by VCS is ignored by REUSE. +Any `REUSE.toml` file ignored by VCS is not searched for Licensing Information. The `version` key (REQUIRED) MUST have an integer value representing the schema version of the file. This specification describes version 1 of `REUSE.toml`.