diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-08-12 11:39:18 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-08-12 11:42:52 +0200 |
commit | ef2312eff61e856c740cdcc13be1b4a5470e443e (patch) | |
tree | 7743e20590bbac77aa79682e5ae03b00e808bcfd /net-vpn/vpncloud | |
parent | dev-vcs/hg-evolve: enable py3.12 (diff) | |
download | gentoo-ef2312eff61e856c740cdcc13be1b4a5470e443e.tar.gz gentoo-ef2312eff61e856c740cdcc13be1b4a5470e443e.tar.bz2 gentoo-ef2312eff61e856c740cdcc13be1b4a5470e443e.zip |
net-vpn/vpncloud: update LICENSE
Closes: https://bugs.gentoo.org/912073
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'net-vpn/vpncloud')
-rw-r--r-- | net-vpn/vpncloud/vpncloud-2.3.0.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-vpn/vpncloud/vpncloud-2.3.0.ebuild b/net-vpn/vpncloud/vpncloud-2.3.0.ebuild index 6419ba5719fb..cd37dd4074a6 100644 --- a/net-vpn/vpncloud/vpncloud-2.3.0.ebuild +++ b/net-vpn/vpncloud/vpncloud-2.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2017-2022 Gentoo Authors +# Copyright 2017-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Auto-Generated by cargo-ebuild 0.3.1 @@ -159,9 +159,7 @@ HOMEPAGE="https://vpncloud.ddswd.de/" SRC_URI="https://github.com/dswd/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz $(cargo_crate_uris ${CRATES})" RESTRICT="mirror" -# License set may be more restrictive as OR is not respected -# use cargo-license for a more accurate license picture -LICENSE="Apache-2.0 Apache-2.0 BSL-1.1 GPL-3 ISC MIT MPL-2.0 Unlicense ZLIB" +LICENSE="GPL-3+ ISC MIT MPL-2.0 openssl || ( Apache-2.0 Boost-1.0 ) || ( Apache-2.0 MIT ) || ( Apache-2.0 MIT ZLIB ) || ( MIT Unlicense )" SLOT="0" KEYWORDS="~amd64" IUSE="man" |