mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: libuninameslist: Correct license.
* gnu/packages/fontutils.scm (libuninameslist)[license]: Remove GPL2. Add BSD-3 and X11-STYLE.
This commit is contained in:
parent
74ba3a6830
commit
b19c92ef7e
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue