From 0056f4cc57f4e3111cd707b62bbbc8b615add135 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 21 Nov 2017 01:50:34 +0100 Subject: 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 c1cdb613a5..f930b903a9 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -558,6 +558,11 @@ (define-public knot 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 -- cgit v1.2.3