Skip to content
Snippets Groups Projects
Commit 6596ac39 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: libgc: Explicitly mark license as 'x11-style'.

* gnu/packages/bdw-gc.scm (libgc)[license]: Use 'x11-style'.
parent 463d6dac
No related branches found
No related tags found
No related merge requests found
...@@ -59,6 +59,5 @@ (define-public libgc ...@@ -59,6 +59,5 @@ (define-public libgc
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)))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment