guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: libcap: Add bsd-3 license.


From: guix-commits
Subject: 02/02: gnu: libcap: Add bsd-3 license.
Date: Mon, 6 Mar 2023 11:48:43 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit e8c25e389dc90b5dc941ba039ccf1e25cacbc6ab
Author: Antero Mejr <antero@mailbox.org>
AuthorDate: Sat Mar 4 04:22:29 2023 +0000

    gnu: libcap: Add bsd-3 license.
    
    * gnu/packages/linux.scm (libcap)[license]: Add bsd-3.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/linux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index a53583cc51..747e414e6d 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3229,7 +3229,7 @@ configuration (iptunnel, ipmaddr).")
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]