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 58DB1138334 for ; Tue, 3 Dec 2019 09:48:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F712E0824; Tue, 3 Dec 2019 09:48:45 +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 21D92E0824 for ; Tue, 3 Dec 2019 09:48:45 +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 BE55034D719 for ; Tue, 3 Dec 2019 09:48:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6DDC8B9 for ; Tue, 3 Dec 2019 09:48:41 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1575366445.8fc7fdcc8e1ffe958988cf2067c565b89ada38d6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/cadvisor/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/cadvisor/cadvisor-0.34.0.ebuild X-VCS-Directories: app-emulation/cadvisor/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8fc7fdcc8e1ffe958988cf2067c565b89ada38d6 X-VCS-Branch: master Date: Tue, 3 Dec 2019 09:48:41 +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: ad82c8d6-67c5-4836-9a78-3c2e6fa9e154 X-Archives-Hash: 012eef1f58f06008e8a560819b699a7f commit: 8fc7fdcc8e1ffe958988cf2067c565b89ada38d6 Author: Holger Hoffstätte applied-asynchrony com> AuthorDate: Mon Dec 2 22:26:51 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Dec 3 09:47:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fc7fdcc app-emulation/cadvisor: add licenses for transitive go dependencies Bug: https://bugs.gentoo.org/695212 Signed-off-by: Holger Hoffstätte applied-asynchrony.com> Signed-off-by: Michał Górny gentoo.org> app-emulation/cadvisor/cadvisor-0.34.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/cadvisor/cadvisor-0.34.0.ebuild b/app-emulation/cadvisor/cadvisor-0.34.0.ebuild index 26280e2293a..60ea53e3723 100644 --- a/app-emulation/cadvisor/cadvisor-0.34.0.ebuild +++ b/app-emulation/cadvisor/cadvisor-0.34.0.ebuild @@ -12,7 +12,7 @@ KEYWORDS="~amd64" DESCRIPTION="Analyzes resource usage and performance characteristics of running containers" HOMEPAGE="https://github.com/google/cadvisor" -LICENSE="Apache-2.0" +LICENSE="Apache-2.0 BSD BSD-2 ISC MIT" SLOT="0" IUSE=""