Add licence comments to AppData file.
Explain the meaning of the licence tag and the GPL compatibility of the used CC0 licence.
This commit is contained in:
parent
dc9fdc5528
commit
ebef7983e8
1 changed files with 7 additions and 0 deletions
|
|
@ -1,6 +1,13 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<application>
|
||||
<id type="desktop">gimp.desktop</id>
|
||||
<!--
|
||||
The tag 'licence' means the licence of this file, not the whole product;
|
||||
see http://people.freedesktop.org/~hughsient/appdata/ as of 20.09.2013.
|
||||
The CC0 licence is GPL compatible, see
|
||||
http://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses
|
||||
as of 20.09.2013
|
||||
-->
|
||||
<licence>CC0</licence>
|
||||
<description>
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue