From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1129312-garchives=archives.gentoo.org@lists.gentoo.org>
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 <garchives@archives.gentoo.org>; 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 <gentoo-commits@lists.gentoo.org>; 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 <gentoo-commits@lists.gentoo.org>; 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 <gentoo-commits@lists.gentoo.org>; Tue, 10 Dec 2019 05:47:23 +0000 (UTC)
From: "Zac Medico" <zmedico@gentoo.org>
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" <zmedico@gentoo.org>
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: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
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 <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 10 05:40:45 2019 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> 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 <zmedico <AT> 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=""