commit: f39d204778c8766a8788ef3e85aa60db4ed2b317 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Sat Jul 18 11:36:59 2020 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Sat Jul 18 11:55:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f39d2047
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 <AT> gentoo.org> net-proxy/obfs4proxy/obfs4proxy-0.0.11-r1.ebuild | 4 ++-- 1 file 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 d53da0a313c..4ef397fb9ec 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
