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:
@@ -5,7 +5,7 @@
|
||||
project('gnome-shell-extensions',
|
||||
version: '47.1',
|
||||
meson_version: '>= 1.1.0',
|
||||
license: 'GPL2+'
|
||||
license: 'GPL-2.0-or-later'
|
||||
)
|
||||
|
||||
gettext_domain = meson.project_name()
|
||||
|
||||
Reference in New Issue
Block a user