From 9ce153437cf8527829285909ad7e4eae5d7d603c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 15 Oct 2025 00:43:37 +0200 Subject: [PATCH] reuse: Replace multi-line string with string list The latest version of the reuse tool no longer supports multi-line strings, so use a string list instead. Part-of: --- REUSE.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/REUSE.toml b/REUSE.toml index 6385d86b..e917c8f6 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -8,9 +8,10 @@ SPDX-PackageDownloadLocation = "https://gitlab.gnome.org/GNOME/gnome-shell-exten [[annotations]] path = "NEWS" -SPDX-FileCopyrightText = """ -2011 Giovanni Campagna -2013 Florian Müllner """ +SPDX-FileCopyrightText = [ + "2011 Giovanni Campagna ", + "2013 Florian Müllner " +] SPDX-License-Identifier = "CC-BY-SA-4.0" [[annotations]]