guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-sane: Correct the license.


From: guix-commits
Subject: branch master updated: gnu: python-sane: Correct the license.
Date: Mon, 22 Feb 2021 13:27:37 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a821818  gnu: python-sane: Correct the license.
a821818 is described below

commit a821818fb78bc352aef81a5f8d162729de3e5c8a
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon Feb 22 13:25:16 2021 -0500

    gnu: python-sane: Correct the license.
    
    This is a followup to commit f500905ce1baf85a2407c5ccde148ee6c2ea2584.
    
    * gnu/packages/python-xyz.scm (python-sane)[license]: Describe the
    license.
---
 gnu/packages/python-xyz.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e42cbc5..072cc3d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23928,7 +23928,9 @@ restores the original state after the string is 
printed.")
     (synopsis "Python interface to the SANE scanner")
     (description "This package provides Python interface to the SANE scanner
 and frame grabber interface.")
-    (license license:expat)))
+    (license (license:non-copyleft
+               ;; Yet another variant of the X/MIT license.
+               "https://github.com/python-pillow/Sane/blob/master/COPYING";))))
 
 (define-public python-screenkey
   (package



reply via email to

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