diff options
author | Craig Andrews <candrews@gentoo.org> | 2019-09-18 11:03:23 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2019-09-18 11:04:29 -0400 |
commit | bb505578b04cb17148bf43ede64594c5b1a53853 (patch) | |
tree | d6435b20e7a0fc386cf4ceb81c990fa136b5b0ff /net-libs/quiche | |
parent | net-dialup/cutecom: fix homepage (diff) | |
download | gentoo-bb505578b04cb17148bf43ede64594c5b1a53853.tar.gz gentoo-bb505578b04cb17148bf43ede64594c5b1a53853.tar.bz2 gentoo-bb505578b04cb17148bf43ede64594c5b1a53853.zip |
net-libs/quiche: Include licenses for all bundled crates
Closes: https://bugs.gentoo.org/694498
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'net-libs/quiche')
-rw-r--r-- | net-libs/quiche/quiche-0.1.0_alpha4_p20190912.ebuild | 10 | ||||
-rw-r--r-- | net-libs/quiche/quiche-9999.ebuild | 10 |
2 files changed, 18 insertions, 2 deletions
diff --git a/net-libs/quiche/quiche-0.1.0_alpha4_p20190912.ebuild b/net-libs/quiche/quiche-0.1.0_alpha4_p20190912.ebuild index 0bced63bd9e5..d72cf7b21125 100644 --- a/net-libs/quiche/quiche-0.1.0_alpha4_p20190912.ebuild +++ b/net-libs/quiche/quiche-0.1.0_alpha4_p20190912.ebuild @@ -140,7 +140,15 @@ else KEYWORDS="~amd64" fi -LICENSE="BSD-2" +LICENSE="|| ( Apache-2.0 Boost-1.0 ) + || ( Apache-2.0 MIT ) + || ( Apache-2.0-with-LLVM-exceptions Apache-2.0 MIT ) + BSD-2 + BSD + ISC + MIT + || ( Unlicense MIT ) + openssl" SLOT="0/0" IUSE="" DOCS=( CODEOWNERS COPYING README.md ) diff --git a/net-libs/quiche/quiche-9999.ebuild b/net-libs/quiche/quiche-9999.ebuild index c4c00329dee9..0c71fee6d049 100644 --- a/net-libs/quiche/quiche-9999.ebuild +++ b/net-libs/quiche/quiche-9999.ebuild @@ -137,7 +137,15 @@ else S="${WORKDIR}/${P//_/-}" fi -LICENSE="BSD-2" +LICENSE="|| ( Apache-2.0 Boost-1.0 ) + || ( Apache-2.0 MIT ) + || ( Apache-2.0-with-LLVM-exceptions Apache-2.0 MIT ) + BSD-2 + BSD + ISC + MIT + || ( Unlicense MIT ) + openssl" SLOT="0/0" IUSE="" DOCS=( CODEOWNERS COPYING README.md ) |