diff mbox series

[bug#61950,2/3] gnu: libcap: Add bsd-3 license.

Message ID 20230304042230.937-2-antero@mailbox.org
State New
Headers show
Series [bug#61950,1/3] gnu: libsndfile: Correct license. | expand

Commit Message

Antero Mejr March 4, 2023, 4:22 a.m. UTC
* gnu/packages/linux.scm (libcap)[license]: Add bsd-3.
---
 gnu/packages/linux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Leo Famulari March 6, 2023, 4:49 p.m. UTC | #1
On Sat, Mar 04, 2023 at 04:22:29AM +0000, Antero Mejr via Guix-patches via wrote:
> * gnu/packages/linux.scm (libcap)[license]: Add bsd-3.

Double-checked and pushed as e8c25e389dc90b5dc941ba039ccf1e25cacbc6ab

Thanks!
diff mbox series

Patch

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 3ca2a79666..9f5a2fd84f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3201,7 +3201,7 @@  (define-public libcap
 Linux-based operating systems.")
 
     ;; 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
   (package