From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7A6CA138334 for ; Thu, 19 Sep 2019 01:48:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1CDCE08F9; Thu, 19 Sep 2019 01:48:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9CD8E08F9 for ; Thu, 19 Sep 2019 01:48:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B6CF334B383 for ; Thu, 19 Sep 2019 01:48:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F6BC7F5 for ; Thu, 19 Sep 2019 01:48:06 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1568857662.ee1d33b9a56864782f4d0184c0cc0c8a034da4e8.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-machine/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/docker-machine/docker-machine-0.13.0.ebuild X-VCS-Directories: app-emulation/docker-machine/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: ee1d33b9a56864782f4d0184c0cc0c8a034da4e8 X-VCS-Branch: master Date: Thu, 19 Sep 2019 01:48:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f9a8b892-1c6d-4c5d-9a85-3f817b667c1c X-Archives-Hash: 974ff1edac0935f29f05bf419ef41c43 commit: ee1d33b9a56864782f4d0184c0cc0c8a034da4e8 Author: Zac Medico gentoo org> AuthorDate: Thu Sep 19 01:40:40 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Sep 19 01:47:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee1d33b9 app-emulation/docker-machine: LICENSE: account for vendored software Reported-by: Michał Górny gentoo.org> Bug: https://bugs.gentoo.org/694890 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico gentoo.org> app-emulation/docker-machine/docker-machine-0.13.0.ebuild | 4 ++-- 1 file 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 1697e3defa6..974d8a443e7 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"