Ver a proveniência
Update REUSE.toml: add files which cannot be copyrighted
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4132/head
Suguru Hirahara
há 1 ano
ascendente
cometimento
cd5cd60e8c
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: E4F9743DAB4B7B75
1 ficheiros alterados com
10 adições e
1 eliminações
-
REUSE.toml
|
|
|
@@ -8,9 +8,18 @@ version = 1 |
|
|
|
[[annotations]] |
|
|
|
path = [ |
|
|
|
".github/renovate.json", |
|
|
|
"collections/requirements.yml", |
|
|
|
"i18n/.gitignore", |
|
|
|
"i18n/requirements.txt", |
|
|
|
"i18n/PUBLISHED_LANGUAGES" |
|
|
|
"i18n/PUBLISHED_LANGUAGES", |
|
|
|
".editorconfig", |
|
|
|
".envrc", |
|
|
|
".gitattributes", |
|
|
|
".gitignore", |
|
|
|
".yamllint", |
|
|
|
"flake.lock", |
|
|
|
"flake.nix", |
|
|
|
"requirements.yml" |
|
|
|
] |
|
|
|
SPDX-FileCopyrightText = "NONE" |
|
|
|
SPDX-License-Identifier = "CC0-1.0" |
|
|
|
|