commit: 392b6de38b4b39ec553987f878f2300c25707d32 Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com> AuthorDate: Fri May 12 04:58:02 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri May 19 10:51:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=392b6de3
www-apps/kibana-bin: add license for bundled libs Closes: https://github.com/gentoo/gentoo/pull/4602 www-apps/kibana-bin/kibana-bin-5.2.2.ebuild | 3 ++- www-apps/kibana-bin/kibana-bin-5.3.2.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/www-apps/kibana-bin/kibana-bin-5.2.2.ebuild b/www-apps/kibana-bin/kibana-bin-5.2.2.ebuild index 42cdc24f529..1fd6bda66bd 100644 --- a/www-apps/kibana-bin/kibana-bin-5.2.2.ebuild +++ b/www-apps/kibana-bin/kibana-bin-5.2.2.ebuild @@ -13,7 +13,8 @@ HOMEPAGE="https://www.elastic.co/products/kibana" SRC_URI="amd64? ( https://artifacts.elastic.co/downloads/${MY_PN}/${MY_P}-linux-x86_64.tar.gz ) x86? ( https://artifacts.elastic.co/downloads/${MY_PN}/${MY_P}-linux-x86.tar.gz )" -LICENSE="Apache-2.0" +# source: LICENSE.txt and NOTICE.txt +LICENSE="Apache-2.0 Artistic-2 BSD BSD-2 CC-BY-3.0 CC-BY-4.0 icu ISC MIT MPL-2.0 OFL-1.1 openssl public-domain Unlicense WTFPL-2 ZLIB" SLOT="0" KEYWORDS="~amd64 ~x86" diff --git a/www-apps/kibana-bin/kibana-bin-5.3.2.ebuild b/www-apps/kibana-bin/kibana-bin-5.3.2.ebuild index 24fff7fe327..450e1544869 100644 --- a/www-apps/kibana-bin/kibana-bin-5.3.2.ebuild +++ b/www-apps/kibana-bin/kibana-bin-5.3.2.ebuild @@ -13,7 +13,8 @@ HOMEPAGE="https://www.elastic.co/products/kibana" SRC_URI="amd64? ( https://artifacts.elastic.co/downloads/${MY_PN}/${MY_P}-linux-x86_64.tar.gz ) x86? ( https://artifacts.elastic.co/downloads/${MY_PN}/${MY_P}-linux-x86.tar.gz )" -LICENSE="Apache-2.0" +# source: LICENSE.txt and NOTICE.txt +LICENSE="Apache-2.0 Artistic-2 BSD BSD-2 CC-BY-3.0 CC-BY-4.0 icu ISC MIT MPL-2.0 OFL-1.1 openssl public-domain Unlicense WTFPL-2 ZLIB" SLOT="0" KEYWORDS="~amd64 ~x86"
