From f273aff067fd4af50cf21ffbf9c903d9753297ce Mon Sep 17 00:00:00 2001 From: electria Date: Fri, 28 Aug 2026 21:54:53 -0700 Subject: [PATCH] iced-template: simplify REUSE.toml --- REUSE.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/REUSE.toml b/REUSE.toml index c0ac1bb..1c09bde 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -1,9 +1,6 @@ version = 1 [[annotations]] -path = [ - "*", - "src/*", -] +path = [ "**" ] SPDX-FileCopyrightText = "2026 Electria" SPDX-License-Identifier = "AGPL-3.0-or-later"