From 285abc7bb7471b64686f7ec0826e35ec391b67a8 Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Fri, 25 Apr 2025 09:01:26 -0400 Subject: [PATCH] fix: add reuse info to **/*.md by default --- REUSE.toml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/REUSE.toml b/REUSE.toml index 0cd9398f6..5a037f4d3 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -43,13 +43,7 @@ SPDX-FileCopyrightText = "Deskflow Developers" SPDX-License-Identifier = "MIT" [[annotations]] -path = "README.md" -precedence = "override" -SPDX-FileCopyrightText = "Deskflow Developers" -SPDX-License-Identifier = "MIT" - -[[annotations]] -path = "SECURITY.md" +path = "**/*.md" precedence = "override" SPDX-FileCopyrightText = "Deskflow Developers" SPDX-License-Identifier = "MIT"