general: Use proper license identifiers

GPL3+ is a deprecated SPDX identifier.[0] The meson and about dialog say
GPL 3.0, so that should also appear on the appdata.

[0] https://spdx.org/licenses/
This commit is contained in:
Maximiliano 2022-02-28 18:42:00 +00:00 committed by António Fernandes
parent ebe4613a42
commit 8bea51e173
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@
<release version="42.alpha" date="2022-01-09" />
</releases>
<project_group>GNOME</project_group>
<project_license>GPL-2.0+</project_license>
<project_license>GPL-3.0-or-later</project_license>
<developer_name>The GNOME Project</developer_name>
<screenshots>
<screenshot type="default">

View file

@ -7,7 +7,7 @@ project('nautilus', 'c',
version: '43.alpha',
meson_version: '>= 0.49.0',
license: 'GPL3+'
license: 'GPL-3.0-or-later'
)
###############