summaryrefslogtreecommitdiff
path: root/data/tests/example-eula.metainfo.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/tests/example-eula.metainfo.xml')
-rw-r--r--data/tests/example-eula.metainfo.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/data/tests/example-eula.metainfo.xml b/data/tests/example-eula.metainfo.xml
new file mode 100644
index 0000000..516b79e
--- /dev/null
+++ b/data/tests/example-eula.metainfo.xml
@@ -0,0 +1,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>