gnu: libuninameslist: Correct license.

* gnu/packages/fontutils.scm (libuninameslist)[license]: Remove GPL2.  Add
BSD-3 and X11-STYLE.
This commit is contained in:
Marius Bakke 2018-07-03 03:37:39 +02:00
parent 74ba3a6830
commit b19c92ef7e
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -495,7 +495,12 @@ (define-public libuninameslist
"LibUniNamesList holds www.unicode.org Nameslist.txt data which can be
useful for programs that need Unicode \"Names\", \"Annotations\", and block
definitions.")
(license license:gpl2)
;; COPYING specifies GPL2, but according to LICENSE it only covers the
;; configure script. The actual code is BSD-3, and the Unicode data
;; is governed by an X11-style license only found on the web.
(license (list license:bsd-3
(license:x11-style
"https://www.unicode.org/copyright.html#License")))
(home-page "https://github.com/fontforge/libuninameslist")))
(define-public fontforge