File: example-eula.metainfo.xml

package info (click to toggle)
appstream-glib 0.8.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,984 kB
  • sloc: ansic: 38,749; xml: 840; sh: 23; makefile: 14; cpp: 1
file content (18 lines) | stat: -rw-r--r-- 511 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2018 Richard Hughes <richard@hughsie.com> -->

<component type="desktop">
  <id>org.gnome.Software</id>
  <name>GNOME Software</name>
  ...usual contents for a desktop app...
  <metadata_license>CC0</metadata_license>
  <agreement type="eula" version_id="1.0">
    <agreement_section>
      <description>
        <p>
          If it breaks, you get to keep both pieces.
        </p>
      </description>
    </agreement_section>
  </agreement>
</component>