guix-commits
[Top][All Lists]
Advanced

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

08/09: gnu: calibre: Add exhaustive license list.


From: Marius Bakke
Subject: 08/09: gnu: calibre: Add exhaustive license list.
Date: Fri, 19 May 2017 17:58:15 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit affaf98f7747347e6be28aa9ebf54a0509ca5155
Author: Brendan Tildesley <address@hidden>
Date:   Sun May 14 17:01:06 2017 +1000

    gnu: calibre: Add exhaustive license list.
    
    * gnu/packages/ebook.scm (calibre): Add exhaustive license list.
    (chmlib)[license]: Use license: prefix.
    
    Co-authored-by: Marius Bakke <address@hidden>
---
 gnu/packages/ebook.scm | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index bf80d66..9db5536 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -20,7 +20,7 @@
 ;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.
 
 (define-module (gnu packages ebook)
-  #:use-module ((guix licenses) #:select (gpl3 lgpl2.1+))
+  #:use-module ((guix licenses) #:prefix license:)
   #:use-module (guix packages)
   #:use-module (guix download)
   #:use-module (guix build-system gnu)
@@ -60,7 +60,7 @@
     (home-page "http://www.jedrea.com/chmlib/";)
     (synopsis "Library for CHM files")
     (description "CHMLIB is a library for dealing with ITSS/CHM format files.")
-    (license lgpl2.1+)))
+    (license license:lgpl2.1+)))
 
 (define-public calibre
   (package
@@ -167,4 +167,16 @@ and catalog ebooks in most of the major ebook formats.  It 
can also talk
 to many ebook reader devices.  It can go out to the Internet and fetch
 metadata for books.  It can download newspapers and convert them into
 ebooks for convenient reading.")
-    (license gpl3))) ; some files are under various other licenses, see 
COPYRIGHT
+    ;; Calibre is largely GPL3+, but includes a number of components covered
+    ;; by other licenses. See COPYRIGHT for more details.
+    (license (list license:gpl3+
+                   license:gpl2+
+                   license:lgpl2.1+
+                   license:lgpl2.1
+                   license:bsd-3
+                   license:expat
+                   license:zpl2.1
+                   license:asl2.0
+                   license:public-domain
+                   license:silofl1.1
+                   license:cc-by-sa3.0))))



reply via email to

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