guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: libraw: Correct license.


From: Marius Bakke
Subject: 02/04: gnu: libraw: Correct license.
Date: Sun, 1 Jul 2018 13:29:46 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit afea869404858ba8305d1a18ae917cda44d7fea4
Author: Marius Bakke <address@hidden>
Date:   Sun Jul 1 16:37:29 2018 +0200

    gnu: libraw: Correct license.
    
    * gnu/packages/photo.scm (libraw)[license]: Change from LGPL2.1+ to LGPL2.1.
    Add CDDL1.0.
---
 gnu/packages/photo.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index e80185f..ba3595c 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -83,7 +83,11 @@
     (description
      "LibRaw is a library for reading RAW files obtained from digital photo
 cameras (CRW/CR2, NEF, RAF, DNG, and others).")
-    (license license:lgpl2.1+)))
+    ;; LibRaw is distributed under both LGPL2.1 and CDDL 1.0.  From the README:
+    ;; "You may use one of these licensing modes and switch between them.  If
+    ;; you modify LibRaw source and made your changes public, you should accept
+    ;; both two licensing modes for your changes/additions."
+    (license (list license:lgpl2.1 license:cddl1.0))))
 
 (define-public libexif
   (package



reply via email to

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