guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: mupdf: Update license list.


From: Efraim Flashner
Subject: 04/06: gnu: mupdf: Update license list.
Date: Tue, 30 Oct 2018 05:16:42 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit e726f0939e8b015d27203e11a92208323c29a163
Author: Efraim Flashner <address@hidden>
Date:   Tue Oct 30 11:12:57 2018 +0200

    gnu: mupdf: Update license list.
    
    * gnu/packages/pdf.scm (mupdf)[license]: Update the license list.
---
 gnu/packages/pdf.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 0dc8ef1..061a65a 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -651,7 +651,11 @@ listing the table of contents and hyperlinks.
 The library ships with a rudimentary X11 viewer, and a set of command
 line tools for batch rendering @command{pdfdraw}, rewriting files
 @command{pdfclean}, and examining the file structure @command{pdfshow}.")
-    (license license:agpl3+)))
+    (license (list license:agpl3+
+                   license:bsd-3 ; resources/cmaps
+                   license:x11 ; thirdparty/lcms2
+                   license:silofl1.1 ; resources/fonts/{han,noto,sil,urw}
+                   license:asl2.0)))) ; resources/fonts/droid
 
 (define-public qpdf
   (package



reply via email to

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