Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-machine/
Date: Thu, 19 Sep 2019 01:48:11
Message-Id: 1568857662.ee1d33b9a56864782f4d0184c0cc0c8a034da4e8.zmedico@gentoo
1 commit: ee1d33b9a56864782f4d0184c0cc0c8a034da4e8
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 19 01:40:40 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 19 01:47:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee1d33b9
7
8 app-emulation/docker-machine: LICENSE: account for vendored software
9
10 Reported-by: Michał Górny <mgorny <AT> gentoo.org>
11 Bug: https://bugs.gentoo.org/694890
12 Package-Manager: Portage-2.3.76, Repoman-2.3.17
13 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
14
15 app-emulation/docker-machine/docker-machine-0.13.0.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/app-emulation/docker-machine/docker-machine-0.13.0.ebuild b/app-emulation/docker-machine/docker-machine-0.13.0.ebuild
19 index 1697e3defa6..974d8a443e7 100644
20 --- a/app-emulation/docker-machine/docker-machine-0.13.0.ebuild
21 +++ b/app-emulation/docker-machine/docker-machine-0.13.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -17,7 +17,7 @@ inherit golang-build
29
30 DESCRIPTION="Machine management for a container-centric world"
31 HOMEPAGE="https://docs.docker.com/machine/"
32 -LICENSE="Apache-2.0"
33 +LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0 ZLIB"
34 SLOT="0"
35 IUSE="hardened"
36 RESTRICT="test"