diff options
author | Zac Medico <zmedico@gentoo.org> | 2019-09-18 18:30:36 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2019-09-18 18:31:08 -0700 |
commit | 94ed176ed2259b338d6bf86c24b12b94461b3653 (patch) | |
tree | 9cd41b47d35803e55501e57a857146d4dfc7620d /app-emulation/docker-machine-kvm | |
parent | app-emulation/flannel: LICENSE: account for vendored software (diff) | |
download | gentoo-94ed176ed2259b338d6bf86c24b12b94461b3653.tar.gz gentoo-94ed176ed2259b338d6bf86c24b12b94461b3653.tar.bz2 gentoo-94ed176ed2259b338d6bf86c24b12b94461b3653.zip |
app-emulation/docker-machine-kvm: 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-machine-kvm')
-rw-r--r-- | app-emulation/docker-machine-kvm/docker-machine-kvm-0.10.0.ebuild | 4 |
1 files changed, 2 insertions, 2 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 b9a0908fcb3c..9fe51b9af89d 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 @@ -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 @@ -15,7 +15,7 @@ KEYWORDS="~amd64" DESCRIPTION="KVM driver for docker-machine" HOMEPAGE="https://github.com/dhiltgen/docker-machine-kvm" -LICENSE="Apache-2.0" +LICENSE="Apache-2.0 BSD CC-BY-SA-4.0 MIT ZLIB" SLOT="0" IUSE="" COMMON_DEPEND="app-emulation/libvirt:=[qemu,virt-network]" |