diff options
| author | David Craven <david@craven.ch> | 2016-08-22 23:37:58 +0200 |
|---|---|---|
| committer | David Craven <david@craven.ch> | 2016-08-28 14:48:29 +0200 |
| commit | 3eb2fca61274eb2ede550146c03c1ee86aa2a4c0 (patch) | |
| tree | be6bf3ac42b349468ab20d878c2a998d999d3a29 /gnu | |
| parent | d7af202b81788499b864e407745049eebbd25416 (diff) | |
gnu: kmscon: Add missing licenses.
* gnu/packages/terminals.scm (kmscon)[license]: Add lgpl2.1+, bsd-2 and gpl2+.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/terminals.scm | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index 5b43f43efd1..7837723e395 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.") | |||
| 222 | mode setting (KMS). It is an attempt to replace the in-kernel VT implementation | 222 | mode setting (KMS). It is an attempt to replace the in-kernel VT implementation |
| 223 | with a userspace console. See kmscon(1) man-page for usage information.") | 223 | with a userspace console. See kmscon(1) man-page for usage information.") |
| 224 | (home-page "https://www.freedesktop.org/wiki/Software/kmscon") | 224 | (home-page "https://www.freedesktop.org/wiki/Software/kmscon") |
| 225 | (license (list license:expat license:public-domain)))) | 225 | ;; Hash table implementation is lgpl2.1+ licensed. |
| 226 | ;; The wcwidth implementation in external/wcwidth.{h,c} uses a license | ||
| 227 | ;; derived from ISC. | ||
| 228 | ;; UCS-4 to UTF-8 encoding is copied from "terminology" which is released | ||
| 229 | ;; under the bsd 2 license. | ||
| 230 | ;; Unifont-Font is from http://unifoundry.com/unifont.html and licensed | ||
| 231 | ;; under the terms of the GNU GPL. | ||
| 232 | (license (list license:expat license:lgpl2.1+ license:bsd-2 license:gpl2+)))) | ||
