[gjs: 2/5] doap: Use SPDX entity links for software licenses



commit 8ca60b7a724a9e171c0aee2506241f08636d3218
Author: Philip Chimento <philip chimento gmail com>
Date:   Tue Dec 31 18:41:47 2019 -0500

    doap: Use SPDX entity links for software licenses
    
    The old links are defunct and the DOAP spec seems to suggest using SPDX
    instead.

 gjs.doap | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/gjs.doap b/gjs.doap
index 6986aef1..e395debb 100644
--- a/gjs.doap
+++ b/gjs.doap
@@ -14,9 +14,8 @@
   <description xml:lang="en">GNOME JavaScript bindings</description>
 
   <homepage rdf:resource="https://wiki.gnome.org/Projects/Gjs"; />
-  <license rdf:resource="http://usefulinc.com/doap/licenses/gpl"; />
-  <license rdf:resource="http://usefulinc.com/doap/licenses/lgpl"; />
-  <license rdf:resource="http://usefulinc.com/doap/licenses/mpl"; />
+  <license rdf:resource="https://spdx.org/licenses/LGPL-2.0+.html"/>
+  <license rdf:resource="https://spdx.org/licenses/MIT.html"/>
   <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/gjs/issues"/>
   <download-page rdf:resource="http://download.gnome.org/sources/gjs/"; />
   <mailing-list rdf:resource="mailto:javascript-list gnome org" />


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