guix-patches
[Top][All Lists]
Advanced

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

[bug#61950] [PATCH] gnu: nettle-2: Add lgpl3+ to licenses.


From: Antero Mejr
Subject: [bug#61950] [PATCH] gnu: nettle-2: Add lgpl3+ to licenses.
Date: Mon, 6 Mar 2023 18:56:03 +0000

* gnu/packages/nettle.scm (nettle-2)[license]: Add lgpl3+.
---
Revised patch with additional license information.

 gnu/packages/nettle.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/nettle.scm b/gnu/packages/nettle.scm
index ea26ba3b2d..131da1f329 100644
--- a/gnu/packages/nettle.scm
+++ b/gnu/packages/nettle.scm
@@ -77,7 +77,8 @@ (define-public nettle-2
 fit in easily in almost any context.  It can be easily included in
 cryptographic toolkits for object-oriented languages or in applications
 themselves.")
-    (license gpl2+)))
+    (license (list lgpl3+ ;dual licensed, see COPYING.LIB/COPYING.LESSERv3 file
+                   gpl2+)))) ;COPYING, renamed to COPYINGv2 in later versions
 
 (define-public nettle
   ;; This version is not API-compatible with version 2.  In particular, lsh
-- 
2.38.1






reply via email to

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