guix-commits
[Top][All Lists]
Advanced

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

09/10: gnu: python-pycryptodome: Note public-domain legacy.


From: guix-commits
Subject: 09/10: gnu: python-pycryptodome: Note public-domain legacy.
Date: Fri, 13 Nov 2020 20:17:41 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit c8ca9eb8f369c869b37a6c059713b0c49eaee0a5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Nov 14 00:22:03 2020 +0100

    gnu: python-pycryptodome: Note public-domain legacy.
    
    * gnu/packages/python-pycryptodome.scm (python-pycryptodome)[license]:
    Add public-domain.
---
 gnu/packages/python-crypto.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 8911667..97b55b0 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -1035,7 +1035,8 @@ in userspace)
 
 This package provides drop-in compatibility with PyCrypto.  It is one of two
 PyCryptodome variants, the other being python-pycryptodomex.")
-    (license license:bsd-2)))
+    (license (list license:bsd-2
+                   license:public-domain)))) ; code inherited from PyCrypto
 
 (define-public python2-pycryptodome
   (package-with-python2 python-pycryptodome))



reply via email to

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