From 07bd99d38e54f00a8d5e5e9b680172fa74ba09a1 Mon Sep 17 00:00:00 2001 From: Enno Tensing Date: Wed, 30 Jul 2025 11:26:12 +0200 Subject: [PATCH] REUSE: Add containerrc to CC0 group Signed-off-by: Enno Tensing --- REUSE.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REUSE.toml b/REUSE.toml index dbbebe0..5469d16 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -1,6 +1,6 @@ version = 1 [[annotations]] -path = [".gitignore", "example.container", "ruff.toml", "Makefile"] +path = [".gitignore", "example.container", "ruff.toml", "Makefile", "containerrc.json"] precedence = "aggregate" SPDX-FileCopyrightText = "2025 Enno Tensing " SPDX-License-Identifier = "CC0-1.0"