mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ smooth contours with constant curvature at the spline joins.")
|
||||||
"LibUniNamesList holds www.unicode.org Nameslist.txt data which can be
|
"LibUniNamesList holds www.unicode.org Nameslist.txt data which can be
|
||||||
useful for programs that need Unicode \"Names\", \"Annotations\", and block
|
useful for programs that need Unicode \"Names\", \"Annotations\", and block
|
||||||
definitions.")
|
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")))
|
(home-page "https://github.com/fontforge/libuninameslist")))
|
||||||
|
|
||||||
(define-public fontforge
|
(define-public fontforge
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue