diff options
author | Zac Medico <zmedico@gentoo.org> | 2019-09-18 18:45:50 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2019-09-18 18:47:42 -0700 |
commit | 9d84458da3461791005ad6e40a44c99e82f3175a (patch) | |
tree | 128884e3c954c3c95130fda6704cd0233e1b558a /app-emulation | |
parent | app-emulation/docker-machine-kvm: LICENSE: account for vendored software (diff) | |
download | gentoo-9d84458da3461791005ad6e40a44c99e82f3175a.tar.gz gentoo-9d84458da3461791005ad6e40a44c99e82f3175a.tar.bz2 gentoo-9d84458da3461791005ad6e40a44c99e82f3175a.zip |
app-emulation/docker-machine-kvm: LICENSE: Add MPL-2.0 for vendored govcloudair
See: https://github.com/vmware/govcloudair/blob/master/LICENSE
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-kvm/docker-machine-kvm-0.10.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/docker-machine-kvm/docker-machine-kvm-0.10.0.ebuild b/app-emulation/docker-machine-kvm/docker-machine-kvm-0.10.0.ebuild index 9fe51b9af89d..509420dad7c1 100644 --- a/app-emulation/docker-machine-kvm/docker-machine-kvm-0.10.0.ebuild +++ b/app-emulation/docker-machine-kvm/docker-machine-kvm-0.10.0.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~amd64" DESCRIPTION="KVM driver for docker-machine" HOMEPAGE="https://github.com/dhiltgen/docker-machine-kvm" -LICENSE="Apache-2.0 BSD CC-BY-SA-4.0 MIT ZLIB" +LICENSE="Apache-2.0 BSD CC-BY-SA-4.0 MIT MPL-2.0 ZLIB" SLOT="0" IUSE="" COMMON_DEPEND="app-emulation/libvirt:=[qemu,virt-network]" |