appdata: clean up license tags

It does not make sense for the metadata license to be GPLv3 (see [1]),
so make it CC0-1.0.
On the other hand, the project is GPL-2.0, so add the appropriate tag.

[1] https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-metadata_license
This commit is contained in:
Cosimo Cecchi
2018-10-19 14:14:31 -07:00
parent c8a6a8a8fd
commit 289ee59963
+2 -1
View File
@@ -2,7 +2,8 @@
<!-- See https://www.freedesktop.org/software/appstream/docs/chap-Quickstart.html -->
<component type="desktop-application">
<id>org.processing.processingide.desktop</id>
<metadata_license>GPLv3</metadata_license>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0</project_license>
<developer_name>Processing Foundation</developer_name>
<name>Processing IDE</name>