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 AB781138334 for ; Tue, 10 Dec 2019 05:47:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7705E0953; Tue, 10 Dec 2019 05:47:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CEFB8E0953 for ; Tue, 10 Dec 2019 05:47:26 +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 3648134D61C for ; Tue, 10 Dec 2019 05:47:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D933895 for ; Tue, 10 Dec 2019 05:47:23 +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: <1575956833.052ec30b0c8650c55fab6e02be97dc3b2cde8bef.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/docker_auth/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/docker_auth/docker_auth-1.3.1.ebuild sys-auth/docker_auth/docker_auth-1.4.0.ebuild X-VCS-Directories: sys-auth/docker_auth/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 052ec30b0c8650c55fab6e02be97dc3b2cde8bef X-VCS-Branch: master Date: Tue, 10 Dec 2019 05:47:23 +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: e8975ca4-2ac1-4f97-a869-8c8097ee7cb4 X-Archives-Hash: 79a72cb269abc80b8eef1d97f7455dbe commit: 052ec30b0c8650c55fab6e02be97dc3b2cde8bef Author: Zac Medico gentoo org> AuthorDate: Tue Dec 10 05:40:45 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Dec 10 05:47:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=052ec30b sys-auth/docker_auth: LICENSE: account for vendored software Bug: https://bugs.gentoo.org/695298 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Zac Medico gentoo.org> sys-auth/docker_auth/docker_auth-1.3.1.ebuild | 4 ++-- sys-auth/docker_auth/docker_auth-1.4.0.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-auth/docker_auth/docker_auth-1.3.1.ebuild b/sys-auth/docker_auth/docker_auth-1.3.1.ebuild index 9fe0af56b04..45b321b02a5 100644 --- a/sys-auth/docker_auth/docker_auth-1.3.1.ebuild +++ b/sys-auth/docker_auth/docker_auth-1.3.1.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 @@ -44,7 +44,7 @@ KEYWORDS="~amd64" DESCRIPTION="Docker Registry 2 authentication server" HOMEPAGE="https://github.com/cesanta/docker_auth" -LICENSE="Apache-2.0" +LICENSE="Apache-2.0 BSD BSD-2 LGPL-3 MIT ZLIB" SLOT="0" IUSE="" diff --git a/sys-auth/docker_auth/docker_auth-1.4.0.ebuild b/sys-auth/docker_auth/docker_auth-1.4.0.ebuild index 9c6effc2e32..a4d41f0d02b 100644 --- a/sys-auth/docker_auth/docker_auth-1.4.0.ebuild +++ b/sys-auth/docker_auth/docker_auth-1.4.0.ebuild @@ -44,7 +44,7 @@ KEYWORDS="~amd64" DESCRIPTION="Docker Registry 2 authentication server" HOMEPAGE="https://github.com/cesanta/docker_auth" -LICENSE="Apache-2.0" +LICENSE="Apache-2.0 BSD BSD-2 LGPL-3 MIT ZLIB" SLOT="0" IUSE=""