gnu: libtsm: Add missing licenses.

* gnu/packages/terminals.scm (libtsm)[license]: Add lgpl2.1+, isc and bsd-2.
This commit is contained in:
David Craven 2016-08-22 23:35:18 +02:00
parent 520af15742
commit d7af202b81
No known key found for this signature in database
GPG Key ID: C5E051C79C0BECDB
1 changed files with 6 additions and 1 deletions

View File

@ -187,7 +187,12 @@ text-based approach to terminal recording.")
terminal emulators. It tries to support all common standards while keeping terminal emulators. It tries to support all common standards while keeping
compatibility to existing emulators like xterm, gnome-terminal, konsole, etc.") compatibility to existing emulators like xterm, gnome-terminal, konsole, etc.")
(home-page "https://www.freedesktop.org/wiki/Software/libtsm") (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 (define-public kmscon
(package (package