From cd5cd60e8ccea70ff2bb48cce6c9dac98113196e Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sun, 2 Mar 2025 01:23:31 +0900 Subject: [PATCH] Update REUSE.toml: add files which cannot be copyrighted Signed-off-by: Suguru Hirahara --- REUSE.toml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/REUSE.toml b/REUSE.toml index 849d77627..574d76a82 100644 --- a/REUSE.toml +++ b/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"