From: Zac Medico Date: Tue, 17 Sep 2019 23:05:30 +0000 (-0700) Subject: app-admin/serf: LICENSE: account for vendored software X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=420ffec1e799fb6d76a4780d22d853ad6ac988a7;p=gentoo.git app-admin/serf: LICENSE: account for vendored software Reported-by: Michał Górny Closes: https://bugs.gentoo.org/694716 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico --- diff --git a/app-admin/serf/serf-0.8.1-r1.ebuild b/app-admin/serf/serf-0.8.1-r1.ebuild index 963e9bcc99ef..ecfede899054 100644 --- a/app-admin/serf/serf-0.8.1-r1.ebuild +++ b/app-admin/serf/serf-0.8.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,7 +18,7 @@ SRC_URI="https://github.com/hashicorp/serf/archive/v${PV}.tar.gz -> ${P}.tar.gz ${EGO_VENDOR_URI}" SLOT="0" -LICENSE="MPL-2.0" +LICENSE="MPL-2.0 Apache-2.0 BSD MIT" IUSE="" RESTRICT="test"