mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
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:
parent
ebe4613a42
commit
8bea51e173
2 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||
|
|
|
@ -7,7 +7,7 @@ project('nautilus', 'c',
|
|||
version: '43.alpha',
|
||||
|
||||
meson_version: '>= 0.49.0',
|
||||
license: 'GPL3+'
|
||||
license: 'GPL-3.0-or-later'
|
||||
)
|
||||
|
||||
###############
|
||||
|
|
Loading…
Reference in a new issue