guix-commits
[Top][All Lists]
Advanced

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

09/09: gnu: knot: Update licence information.


From: Tobias Geerinckx-Rice
Subject: 09/09: gnu: knot: Update licence information.
Date: Mon, 20 Nov 2017 20:50:58 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 0056f4cc57f4e3111cd707b62bbbc8b615add135
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Nov 21 01:50:34 2017 +0100

    gnu: knot: Update licence information.
    
    * gnu/packages/dns.scm (knot)[license]: Add PUBLIC-DOMAIN. Expand comments.
---
 gnu/packages/dns.scm | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm
index c1cdb61..f930b90 100644
--- a/gnu/packages/dns.scm
+++ b/gnu/packages/dns.scm
@@ -558,6 +558,11 @@ number of programming techniques to improve speed.  For 
example, the responder
 is completely lock-free, resulting in a very high response rate.  Other 
features
 include automatic @dfn{DNS Security Extensions} (DNSSEC) signing, dynamic 
record
 synthesis, and on-the-fly re-configuration.")
-    (license (list license:expat        ; src/contrib/{hat-trie,murmurhash3}
-                   license:lgpl2.0+     ; parts of scr/contrib/ucw
-                   license:gpl3+))))    ; everything else
+    (license
+     (list
+      ;; src/contrib/{hat-trie,murmurhash3,openbsd},
+      ;; src/dnssec/contrib/vpool.[ch], and parts of libtap/ are ‘MIT’ (expat).
+      license:expat
+      license:lgpl2.0+              ; parts of scr/contrib/ucw
+      license:public-domain         ; src/contrib/fnv and possibly murmurhash3
+      license:gpl3+))))             ; everything else



reply via email to

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