diff options
Diffstat (limited to 'app-emulation/docker-machine/docker-machine-0.13.0.ebuild')
-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" |