From da4c24152bc2c557567bc0441904ea869c6294bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Tue, 22 Apr 2025 20:54:51 +0200 Subject: [PATCH] core: add option "precedence" in REUSE configuration --- REUSE.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/REUSE.toml b/REUSE.toml index e71c881a7..893ab034b 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -33,5 +33,6 @@ path = [ "weechat.desktop", "weechat.pc.in", ] +precedence = "override" SPDX-FileCopyrightText = "2018-2025 Sébastien Helleu " SPDX-License-Identifier = "GPL-3.0-or-later"