mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 20:12:11 +02:00
gnu: libgc: Explicitly mark license as 'x11-style'.
* gnu/packages/bdw-gc.scm (libgc)[license]: Use 'x11-style'.
This commit is contained in:
@@ -59,6 +59,5 @@ Alternatively, the garbage collector may be used as a leak detector for
|
|||||||
C or C++ programs, though that is not its primary goal.")
|
C or C++ programs, though that is not its primary goal.")
|
||||||
(home-page "http://www.hpl.hp.com/personal/Hans_Boehm/gc/")
|
(home-page "http://www.hpl.hp.com/personal/Hans_Boehm/gc/")
|
||||||
|
|
||||||
;; permissive X11-style license:
|
(license
|
||||||
;; http://www.hpl.hp.com/personal/Hans_Boehm/gc/license.txt
|
(x11-style "http://www.hpl.hp.com/personal/Hans_Boehm/gc/license.txt"))))
|
||||||
(license x11)))
|
|
||||||
|
|||||||
Reference in New Issue
Block a user