summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2020-07-18 13:36:59 +0200
committerMarek Szuba <marecki@gentoo.org>2020-07-18 13:55:54 +0200
commitf39d204778c8766a8788ef3e85aa60db4ed2b317 (patch)
treedb5683ee8b0913fa2c8eb624e06de04209189003 /net-proxy/obfs4proxy
parentnet-analyzer/zabbix: x86 stable (bug #733050) (diff)
downloadgentoo-f39d204778c8766a8788ef3e85aa60db4ed2b317.tar.gz
gentoo-f39d204778c8766a8788ef3e85aa60db4ed2b317.tar.bz2
gentoo-f39d204778c8766a8788ef3e85aa60db4ed2b317.zip
net-proxy/obfs4proxy: clarify the licence
No official statement on this from upstream for almost 10 months now - but since out of the two possibilities (BSD-2 and GPL-3+) only one is actually legal, it is quite clear which one we should stand by. Closes: https://bugs.gentoo.org/695296 Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'net-proxy/obfs4proxy')
-rw-r--r--net-proxy/obfs4proxy/obfs4proxy-0.0.11-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-proxy/obfs4proxy/obfs4proxy-0.0.11-r1.ebuild b/net-proxy/obfs4proxy/obfs4proxy-0.0.11-r1.ebuild
index d53da0a313c4..4ef397fb9ec7 100644
--- a/net-proxy/obfs4proxy/obfs4proxy-0.0.11-r1.ebuild
+++ b/net-proxy/obfs4proxy/obfs4proxy-0.0.11-r1.ebuild
@@ -39,13 +39,13 @@ go-module_set_globals
SRC_URI="https://gitlab.com/yawning/obfs4/-/archive/${P}/obfs4-${P}.tar.gz -> ${P}.tar.gz
${EGO_SUM_SRC_URI}"
-LICENSE="BSD BSD-2 CC0-1.0 BZIP2 GPL-3+ MIT public-domain"
+LICENSE="BSD CC0-1.0 BZIP2 GPL-3+ MIT public-domain"
SLOT="0"
KEYWORDS="amd64 arm x86"
S="${WORKDIR}/obfs4-${P}"
-DOCS=( README.md ChangeLog doc/obfs4-spec.txt )
+DOCS=( README.md ChangeLog LICENSE-GPL3.txt doc/obfs4-spec.txt )
src_compile() {
go build -o ${PN}/${PN} ./${PN} || die