diff options
author | Zac Medico <zmedico@gentoo.org> | 2019-09-18 18:40:40 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2019-09-18 18:47:42 -0700 |
commit | ee1d33b9a56864782f4d0184c0cc0c8a034da4e8 (patch) | |
tree | 317c27c2ec8ef2e52b95c20077e2c989b5954e21 /app-emulation | |
parent | app-emulation/docker-machine: Remove old version 0.12.2 (diff) | |
download | gentoo-ee1d33b9a56864782f4d0184c0cc0c8a034da4e8.tar.gz gentoo-ee1d33b9a56864782f4d0184c0cc0c8a034da4e8.tar.bz2 gentoo-ee1d33b9a56864782f4d0184c0cc0c8a034da4e8.zip |
app-emulation/docker-machine: 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')
-rw-r--r-- | app-emulation/docker-machine/docker-machine-0.13.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/docker-machine/docker-machine-0.13.0.ebuild b/app-emulation/docker-machine/docker-machine-0.13.0.ebuild index 1697e3defa68..974d8a443e7f 100644 --- a/app-emulation/docker-machine/docker-machine-0.13.0.ebuild +++ b/app-emulation/docker-machine/docker-machine-0.13.0.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 @@ -17,7 +17,7 @@ inherit golang-build DESCRIPTION="Machine management for a container-centric world" HOMEPAGE="https://docs.docker.com/machine/" -LICENSE="Apache-2.0" +LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0 ZLIB" SLOT="0" IUSE="hardened" RESTRICT="test" |