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: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/425>
This commit is contained in:
+4
-3
@@ -8,9 +8,10 @@ SPDX-PackageDownloadLocation = "https://gitlab.gnome.org/GNOME/gnome-shell-exten
|
||||
|
||||
[[annotations]]
|
||||
path = "NEWS"
|
||||
SPDX-FileCopyrightText = """
|
||||
2011 Giovanni Campagna <gcampagna@src.gnome.org>
|
||||
2013 Florian Müllner <fmuellner@gnome.org>"""
|
||||
SPDX-FileCopyrightText = [
|
||||
"2011 Giovanni Campagna <gcampagna@src.gnome.org>",
|
||||
"2013 Florian Müllner <fmuellner@gnome.org>"
|
||||
]
|
||||
SPDX-License-Identifier = "CC-BY-SA-4.0"
|
||||
|
||||
[[annotations]]
|
||||
|
||||
Reference in New Issue
Block a user