gnu: libcap: Add bsd-3 license.
* gnu/packages/linux.scm (libcap)[license]: Add bsd-3. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
9c69b322ea
commit
e8c25e389d
1 changed files with 1 additions and 1 deletions
|
@ -3229,7 +3229,7 @@ (define-public libcap
|
||||||
Linux-based operating systems.")
|
Linux-based operating systems.")
|
||||||
|
|
||||||
;; License is BSD-3 or GPLv2, at the user's choice.
|
;; License is BSD-3 or GPLv2, at the user's choice.
|
||||||
(license license:gpl2)))
|
(license (list license:bsd-3 license:gpl2))))
|
||||||
|
|
||||||
(define-public bridge-utils
|
(define-public bridge-utils
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue