From aa27820b24b2102264d266bfdbe6105a8c08e962 Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Wed, 5 Aug 2026 10:10:42 +0200 Subject: [PATCH] Add synced files to reuse The file .bootc-dev-infra-commit.txt and gemini/* don't come with the license header, therefore the reuse check if failing. Signed-off-by: Alice Frosi --- REUSE.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/REUSE.toml b/REUSE.toml index f6812c1..ceced94 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -73,3 +73,9 @@ path = "renovate.json" precedence = "aggregate" SPDX-FileCopyrightText = "2026 The bink Authors" SPDX-License-Identifier = "Apache-2.0" + +[[annotations]] +path = [".bootc-dev-infra-commit.txt", "gemini/**"] +precedence = "aggregate" +SPDX-FileCopyrightText = "2026 The bink Authors" +SPDX-License-Identifier = "Apache-2.0"