guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: kmscon: Add missing licenses.


From: David Craven
Subject: 02/02: gnu: kmscon: Add missing licenses.
Date: Sun, 28 Aug 2016 12:48:51 +0000 (UTC)

dvc pushed a commit to branch master
in repository guix.

commit 3eb2fca61274eb2ede550146c03c1ee86aa2a4c0
Author: David Craven <address@hidden>
Date:   Mon Aug 22 23:37:58 2016 +0200

    gnu: kmscon: Add missing licenses.
    
    * gnu/packages/terminals.scm (kmscon)[license]: Add lgpl2.1+, bsd-2 and 
gpl2+.
---
 gnu/packages/terminals.scm |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 5b43f43..7837723 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -222,4 +222,11 @@ compatibility to existing emulators like xterm, 
gnome-terminal, konsole, etc.")
 mode setting (KMS).  It is an attempt to replace the in-kernel VT 
implementation
 with a userspace console.  See kmscon(1) man-page for usage information.")
     (home-page "https://www.freedesktop.org/wiki/Software/kmscon";)
-    (license (list license:expat license:public-domain))))
+    ;; Hash table implementation is lgpl2.1+ licensed.
+    ;; The wcwidth implementation in external/wcwidth.{h,c} uses a license
+    ;; derived from ISC.
+    ;; UCS-4 to UTF-8 encoding is copied from "terminology" which is released
+    ;; under the bsd 2 license.
+    ;; Unifont-Font is from http://unifoundry.com/unifont.html and licensed
+    ;; under the terms of the GNU GPL.
+    (license (list license:expat license:lgpl2.1+ license:bsd-2 
license:gpl2+))))



reply via email to

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