[gnome-games/gnome-3-28] appdata: Fix metainfo license



commit 563666ded807cd9ab4f050b5fdd501873037304b
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Wed Aug 15 17:12:19 2018 -0400

    appdata: Fix metainfo license
    
    appstream-generator (as used by at least Debian and Ubuntu)
    was emitting metainfo-license-invalid which prevented the Appstream
    metadata from being used on those distros.
    
    This was already fixed in master with commit bc86062a
    
    Closes: https://gitlab.gnome.org/GNOME/gnome-games/issues/77

 data/org.gnome.Games.appdata.xml.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/org.gnome.Games.appdata.xml.in b/data/org.gnome.Games.appdata.xml.in
index da138932..e0fcb046 100644
--- a/data/org.gnome.Games.appdata.xml.in
+++ b/data/org.gnome.Games.appdata.xml.in
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <application>
   <id type="desktop">org.gnome.Games.desktop</id>
-  <licence>CC0</licence>
+  <licence>CC0-1.0</licence>
   <project_license>GPL-3.0+</project_license>
   <_name>Games</_name>
   <_summary>Simple game launcher for GNOME</_summary>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]