license: Use non deprecated license identifier

This commit is contained in:
Maximiliano Sandoval R 2022-01-16 18:08:12 +01:00
parent fa8b45fc61
commit 478dd87bc8
Failed to generate hash of commit
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
<component type="desktop-application"> <component type="desktop-application">
<id>@app-id@</id> <id>@app-id@</id>
<metadata_license>CC0</metadata_license> <metadata_license>CC0</metadata_license>
<project_license>GPL-3.0+</project_license> <project_license>GPL-3.0-or-later</project_license>
<name>Authenticator</name> <name>Authenticator</name>
<summary>Generate Two-Factor Codes</summary> <summary>Generate Two-Factor Codes</summary>
<description> <description>

View file

@ -1,7 +1,7 @@
project('authenticator', 'rust', project('authenticator', 'rust',
version: '4.0.3', version: '4.0.3',
meson_version: '>= 0.50', meson_version: '>= 0.50',
license: 'GPL+-3.0' license: 'GPL-3.0-or-later'
) )
dependency('glib-2.0', version: '>= 2.56') dependency('glib-2.0', version: '>= 2.56')