Update REUSE.toml

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
Suguru Hirahara 2025-03-03 12:15:39 +09:00
parent 92adfb50e7
commit 245900e32f
No known key found for this signature in database
GPG Key ID: E4F9743DAB4B7B75

View File

@ -12,11 +12,13 @@ path = [
"i18n/.gitignore", "i18n/.gitignore",
"i18n/requirements.txt", "i18n/requirements.txt",
"i18n/PUBLISHED_LANGUAGES", "i18n/PUBLISHED_LANGUAGES",
"roles/custom/**/*.repo",
".editorconfig", ".editorconfig",
".envrc", ".envrc",
".gitattributes", ".gitattributes",
".gitignore", ".gitignore",
".yamllint", ".yamllint",
"ansible.cfg",
"flake.lock", "flake.lock",
"flake.nix", "flake.nix",
"requirements.yml" "requirements.yml"
@ -31,5 +33,5 @@ path = [
"i18n/**/*.pot" "i18n/**/*.pot"
] ]
precedence = "aggregate" precedence = "aggregate"
SPDX-FileCopyrightText = "Slavi Pantaleev, MDAD community members" SPDX-FileCopyrightText = "2024 - 2025 Slavi Pantaleev, MDAD project contributors"
SPDX-License-Identifier = "AGPL-3.0-or-later" SPDX-License-Identifier = "AGPL-3.0-or-later"