diff options
author | Jean-Pierre De Jesus DIAZ <me@jeandudey.tech> | 2022-06-29 12:57:02 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-07-04 12:29:05 +0200 |
commit | 31e4eaf52c9cdba31aab49fefe29eab46b214949 (patch) | |
tree | 24ffd8b6fde62e6c6ff78cc83b8858de587a7ff8 | |
parent | bb88505ee8a95e84e23341e24412ad52f44b3375 (diff) | |
download | guix-31e4eaf52c9cdba31aab49fefe29eab46b214949.tar.gz |
gnu: vpnc: Add bsd-2 license.
* gnu/packages/vpn.scm (vpnc)[license]: Add bsd-2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/packages/vpn.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |