From d94babd41579d19d9cbbb2cca2285e0f3c8c1e77 Mon Sep 17 00:00:00 2001 Message-Id: In-Reply-To: <3d3cb006c249a303c59300f8760e7f7b103b1037.1656501265.git.me@jeandudey.tech> References: <3d3cb006c249a303c59300f8760e7f7b103b1037.1656501265.git.me@jeandudey.tech> From: Jean-Pierre De Jesus DIAZ Date: Wed, 29 Jun 2022 12:57:02 +0200 Subject: [PATCH 2/2] gnu: vpnc: Add bsd-2 license. * gnu/packages/vpn.scm (vpnc)[license]: Add bsd-2. --- 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 807e741bc0..259d21cb01 100644 --- a/gnu/packages/vpn.scm +++ b/gnu/packages/vpn.scm @@ -547,7 +547,7 @@ (define-public vpnc 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 -- 2.36.1