[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
- branch master updated (ebde40a -> 0056f4c), Tobias Geerinckx-Rice, 2017/11/20
- 01/09: gnu: eid-mw: Update to 4.3.4., Tobias Geerinckx-Rice, 2017/11/20
- 09/09: gnu: knot: Update licence information.,
Tobias Geerinckx-Rice <=
- 04/09: gnu: perl-devel-stacktrace: Update to 2.03., Tobias Geerinckx-Rice, 2017/11/20
- 02/09: gnu: nss: Mark up description., Tobias Geerinckx-Rice, 2017/11/20
- 05/09: gnu: protobuf: Add ‘static’ output., Tobias Geerinckx-Rice, 2017/11/20
- 08/09: gnu: knot: Support dnstap query logging., Tobias Geerinckx-Rice, 2017/11/20
- 06/09: gnu: Add fstrm., Tobias Geerinckx-Rice, 2017/11/20
- 03/09: gnu: btrfs-progs: Update to 4.14., Tobias Geerinckx-Rice, 2017/11/20
- 07/09: gnu: Use ‘license:’ prefix in (gnu packages protobuf)., Tobias Geerinckx-Rice, 2017/11/20