[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/09: gnu: vpnc: Add bsd-2 license.
From: |
guix-commits |
Subject: |
09/09: gnu: vpnc: Add bsd-2 license. |
Date: |
Mon, 4 Jul 2022 06:30:05 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 31e4eaf52c9cdba31aab49fefe29eab46b214949
Author: Jean-Pierre De Jesus DIAZ <me@jeandudey.tech>
AuthorDate: Wed Jun 29 12:57:02 2022 +0200
gnu: vpnc: Add bsd-2 license.
* gnu/packages/vpn.scm (vpnc)[license]: Add bsd-2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/vpn.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index bab205c3e6..23141e56a3 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -549,7 +549,7 @@ It supports IPSec (ESP) with Mode Configuration and Xauth.
It supports only
shared-secret IPSec authentication with Xauth, AES (256, 192, 128), 3DES,
1DES, MD5, SHA1, DH1/2/5 and IP tunneling. It runs entirely in userspace.
Only \"Universal TUN/TAP device driver support\" is needed in the kernel.")
- (license license:gpl2+) ; some file are bsd-2, see COPYING
+ (license (list license:gpl2+ license:bsd-2))
(home-page "https://www.unix-ag.uni-kl.de/~massar/vpnc/")))
(define-public vpnc-scripts
- branch master updated (7cddd130df -> 31e4eaf52c), guix-commits, 2022/07/04
- 03/09: gnu: z3: Prefer CMake to build the package., guix-commits, 2022/07/04
- 05/09: gnu: Add fmt-for-solidity., guix-commits, 2022/07/04
- 06/09: gnu: solidity: Update to 0.8.15., guix-commits, 2022/07/04
- 01/09: gnu: z3: Use G-expressions., guix-commits, 2022/07/04
- 02/09: gnu: z3: Update to 4.8.17., guix-commits, 2022/07/04
- 07/09: gnu: Add giza, guix-commits, 2022/07/04
- 04/09: gnu: solidity: Use G-expressions., guix-commits, 2022/07/04
- 08/09: gnu: vpnc: Fix cross-compilation., guix-commits, 2022/07/04
- 09/09: gnu: vpnc: Add bsd-2 license.,
guix-commits <=