diff options
author | Zac Medico <zmedico@gentoo.org> | 2019-09-18 19:02:57 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2019-09-18 19:03:13 -0700 |
commit | d925e93db8e6fe2c22c39ab28225863f2b6a8b61 (patch) | |
tree | 55e99c131da9781a01242c7433e8a5a2b40a6d7c /app-emulation/docker-swarm | |
parent | app-emulation/docker-swarm: Remove old version 1.2.0 (diff) | |
download | gentoo-d925e93db8e6fe2c22c39ab28225863f2b6a8b61.tar.gz gentoo-d925e93db8e6fe2c22c39ab28225863f2b6a8b61.tar.bz2 gentoo-d925e93db8e6fe2c22c39ab28225863f2b6a8b61.zip |
app-emulation/docker-swarm: LICENSE: account for vendored software
Reported-by: Michał Górny <mgorny@gentoo.org>
Bug: https://bugs.gentoo.org/694890
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-emulation/docker-swarm')
-rw-r--r-- | app-emulation/docker-swarm/docker-swarm-1.2.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/docker-swarm/docker-swarm-1.2.5.ebuild b/app-emulation/docker-swarm/docker-swarm-1.2.5.ebuild index 10d18218802d..95e2cbea5ca8 100644 --- a/app-emulation/docker-swarm/docker-swarm-1.2.5.ebuild +++ b/app-emulation/docker-swarm/docker-swarm-1.2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="https://${EGO_PN%/*}/archive/${PV}.tar.gz -> ${P}.tar.gz https://github.com/Sirupsen/logrus/archive/v0.11.0.tar.gz -> logrus-0.11.0.tar.gz" DESCRIPTION="A Docker-native clustering system" HOMEPAGE="https://docs.docker.com/swarm" -LICENSE="Apache-2.0 CC-BY-SA-4.0" +LICENSE="Apache-2.0 CC-BY-SA-4.0 BSD BSD-2 ISC MIT MPL-2.0 WTFPL-2" SLOT="0" IUSE="" RESTRICT="test" |