[gedit] AppData: use metadata_license and project_license



commit 7896a6e04efebe549bf4b39926ea384139f87e86
Author: Jonathon Conte <anotherjonathon gmail com>
Date:   Sun May 11 02:41:00 2014 +0200

    AppData: use metadata_license and project_license
    
    https://bugzilla.gnome.org/show_bug.cgi?id=729940

 data/gedit.appdata.xml.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/data/gedit.appdata.xml.in b/data/gedit.appdata.xml.in
index 9fe0509..926e3b5 100644
--- a/data/gedit.appdata.xml.in
+++ b/data/gedit.appdata.xml.in
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <application>
   <id type="desktop">gedit.desktop</id>
-  <licence>CC0</licence>
+  <metadata_license>CC0</metadata_license>
+  <project_license>GPL-2.0+</project_license>
   <description>
     <_p>
       gedit is the official text editor of the GNOME desktop environment.


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