diff options
author | Tomas Mozes <hydrapolic@gmail.com> | 2017-05-12 04:58:02 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-19 12:51:39 +0200 |
commit | 392b6de38b4b39ec553987f878f2300c25707d32 (patch) | |
tree | 9bb830fcd979368a4df4bb9531695d79ed11f7cd /www-apps/kibana-bin | |
parent | app-misc/elasticsearch: include license for bundled libs (diff) | |
download | gentoo-392b6de38b4b39ec553987f878f2300c25707d32.tar.gz gentoo-392b6de38b4b39ec553987f878f2300c25707d32.tar.bz2 gentoo-392b6de38b4b39ec553987f878f2300c25707d32.zip |
www-apps/kibana-bin: add license for bundled libs
Closes: https://github.com/gentoo/gentoo/pull/4602
Diffstat (limited to 'www-apps/kibana-bin')
-rw-r--r-- | www-apps/kibana-bin/kibana-bin-5.2.2.ebuild | 3 | ||||
-rw-r--r-- | 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 42cdc24f529c..1fd6bda66bd9 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 24fff7fe327f..450e15448692 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" |