diff options
author | Zac Medico <zmedico@gentoo.org> | 2019-12-09 21:40:45 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2019-12-09 21:47:13 -0800 |
commit | 052ec30b0c8650c55fab6e02be97dc3b2cde8bef (patch) | |
tree | d1bf29173caa074ddd82f354e626631dc239e680 /sys-auth/docker_auth | |
parent | dev-ruby/faker: add 2.8.1 (diff) | |
download | gentoo-052ec30b0c8650c55fab6e02be97dc3b2cde8bef.tar.gz gentoo-052ec30b0c8650c55fab6e02be97dc3b2cde8bef.tar.bz2 gentoo-052ec30b0c8650c55fab6e02be97dc3b2cde8bef.zip |
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@gentoo.org>
Diffstat (limited to 'sys-auth/docker_auth')
-rw-r--r-- | sys-auth/docker_auth/docker_auth-1.3.1.ebuild | 4 | ||||
-rw-r--r-- | 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 9fe0af56b043..45b321b02a58 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 9c6effc2e327..a4d41f0d02b3 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="" |