summaryrefslogtreecommitdiff
path: root/data/tests/example-eula.metainfo.xml
blob: 516b79e86a11983ffdc4fbbf7e7c36ef13f41bf3 (plain)
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>