mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: knot: Update licence information.
* gnu/packages/dns.scm (knot)[license]: Add PUBLIC-DOMAIN. Expand comments.
This commit is contained in:
parent
023ef01354
commit
0056f4cc57
1 changed files with 8 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue