guix-commits
[Top][All Lists]
Advanced

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

05/16: gnu: yelp-xsl: Update license.


From: guix-commits
Subject: 05/16: gnu: yelp-xsl: Update license.
Date: Tue, 1 Dec 2020 16:06:25 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit 695cdc87987cbd2ccf59cc61c1ccf135476cb509
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Thu Sep 24 04:11:14 2020 -0400

    gnu: yelp-xsl: Update license.
    
    * gnu/packages/gnome.scm (yelp-xsl) [license]: Add lgpl2.1+ and expat.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 gnu/packages/gnome.scm | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c2120a8..b16302a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6721,7 +6721,14 @@ stylesheets output JavaScript and CSS content, and 
reference images
 provided by yelp-xsl. It also redistributes copies of the jQuery and
 jQuery.Syntax JavaScript libraries.")
     (home-page "https://wiki.gnome.org/Apps/Yelp";)
-    (license license:gpl2+)))
+    (license
+     (list
+      ;; XSLT
+      license:gpl2+
+      ;; Images
+      license:lgpl2.1+
+      ;; JavaScript
+      license:expat))))
 
 (define-public yelp
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]