mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user