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>
This commit is contained in:
Florian Müllner
2024-10-20 23:14:33 +02:00
committed by Marge Bot
parent 253ddb8642
commit 6df4905286
+1 -1
View File
@@ -5,7 +5,7 @@
project('gnome-shell-extensions',
version: '47.0',
meson_version: '>= 1.1.0',
license: 'GPL2+'
license: 'GPL-2.0-or-later'
)
gettext_domain = meson.project_name()