From 2826b31721145ba8ef2bfb3eb44767a9e6445d52 Mon Sep 17 00:00:00 2001
From: Sergey Kosukhin <sergey.kosukhin@mpimet.mpg.de>
Date: Thu, 16 Jan 2025 09:50:59 +0100
Subject: [PATCH] Fix up REUSE.toml

---
 REUSE.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/REUSE.toml b/REUSE.toml
index d095b8e..e04188e 100644
--- a/REUSE.toml
+++ b/REUSE.toml
@@ -5,7 +5,7 @@
 version = 1
 
 [[annotations]]
-path = ["**/README", "AUTHORS.md", "CONTRIBUTING.md", "README.md"]
+path = ["AUTHORS.md", "CONTRIBUTING.md", "README.md"]
 SPDX-FileCopyrightText = "2013-2024 MPI-M, Luis Kornblueh, Rahul Sinha and DWD, Florian Prill. All rights reserved."
 SPDX-License-Identifier = "CC-BY-4.0"
 
@@ -18,7 +18,7 @@ path = "m4/kpse_libtool.m4"
 SPDX-License-Identifier = "FSFULLR"
 
 [[annotations]]
-path = "contrib/**/README.txt"
+path = ["contrib/**/README", "contrib/**/README.txt"]
 SPDX-FileCopyrightText = "2024 Thomas Jahns <jahns@dkrz.de>"
 SPDX-License-Identifier = "CC-BY-4.0"
 
-- 
GitLab