build: Use SPDX identifier for license

Meson strongly recommends to use SPDX identifiers for the license
string, and there's no reason for us to not do so.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/353>
(cherry picked from commit 6df4905286)
This commit is contained in:
Florian Müllner
2025-01-10 13:58:17 +01:00
parent 7f23ccbff7
commit 6b34c996d3
+1 -1
View File
@@ -5,7 +5,7 @@
project('gnome-shell-extensions',
version: '46.2',
meson_version: '>= 0.58.0',
license: 'GPL2+'
license: 'GPL-2.0-or-later'
)
gettext_domain = meson.project_name()