Skip to content

Commit f58f3ab

Browse files
committed
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
1 parent 40dfe6a commit f58f3ab

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build/linux/appdata.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<!-- See https://www.freedesktop.org/software/appstream/docs/chap-Quickstart.html -->
33
<component type="desktop-application">
44
<id>org.processing.processingide.desktop</id>
5-
<metadata_license>GPLv3</metadata_license>
5+
<metadata_license>CC0-1.0</metadata_license>
6+
<project_license>GPL-2.0</project_license>
67
<developer_name>Processing Foundation</developer_name>
78

89
<name>Processing IDE</name>

0 commit comments

Comments
 (0)