Files
flameshot/docs/appdata/flameshot.appdata.xml
Boyuan Yang 8d782c2c47 appdata: Minor tweak on project_license line (Fix AppStream warning) (#310)
From https://appstream.debian.org/sid/main/issues/flameshot.html :

* metainfo-validation-issue
Validation of the metainfo file found a problem:
SPDX license ID 'GPLv3+' is unknown.

According to https://spdx.org/licenses/ , the correct identifier
for GPLv3+ is "GPL-3.0-or-later" now. This commit would make
that replacement.

Signed-off-by: Boyuan Yang <073plan@gmail.com>
2018-08-12 11:39:18 +02:00

26 lines
1.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2018 Vitaly Zaitsev <vitaly@easycoding.org> -->
<component type="desktop">
<id>flameshot.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later and ASL 2.0 and GPLv2 and LGPLv3 and Free Art</project_license>
<name>Flameshot</name>
<summary>Powerful and simple to use screenshot software</summary>
<description>
<p>
Powerful and simple to use screenshot software with built-in
editor with advanced features.
</p>
</description>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/lupoDharkael/flameshot/master/img/preview/usageStatic.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/lupoDharkael/flameshot/master/img/preview/animatedUsage.gif</image>
</screenshot>
</screenshots>
<url type="homepage">https://github.com/lupoDharkael/flameshot</url>
<update_contact>https://github.com/lupoDharkael</update_contact>
</component>