guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: libtsm: Add missing licenses.


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

dvc pushed a commit to branch master
in repository guix.

commit d7af202b81788499b864e407745049eebbd25416
Author: David Craven <address@hidden>
Date:   Mon Aug 22 23:35:18 2016 +0200

    gnu: libtsm: Add missing licenses.
    
    * gnu/packages/terminals.scm (libtsm)[license]: Add lgpl2.1+, isc and bsd-2.
---
 gnu/packages/terminals.scm |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 252ae8b..5b43f43 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -187,7 +187,12 @@ text-based approach to terminal recording.")
 terminal emulators.  It tries to support all common standards while keeping
 compatibility to existing emulators like xterm, gnome-terminal, konsole, etc.")
     (home-page "https://www.freedesktop.org/wiki/Software/libtsm";)
-    (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.
+    (license (list license:expat license:lgpl2.1+ license:isc license:bsd-2))))
 
 (define-public kmscon
   (package



reply via email to

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