From a821818fb78bc352aef81a5f8d162729de3e5c8a Mon Sep 17 00:00:00 2001
From: Leo Famulari <leo@famulari.name>
Date: Mon, 22 Feb 2021 13:25:16 -0500
Subject: [PATCH] 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 e42cbc561c2..072cc3db536 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23928,7 +23928,9 @@ (define-public python-sane
     (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
-- 
GitLab