diff options
author | Tomas Mozes <hydrapolic@gmail.com> | 2017-05-11 11:16:30 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-19 12:51:35 +0200 |
commit | ac58fa2e85aa1e2a200916ee4882fc8ea128f562 (patch) | |
tree | b7837461fee8dc02061f53459df6dab4fb8bc56b /app-misc/elasticsearch/elasticsearch-5.1.2.ebuild | |
parent | app-misc/abduco: drop old (diff) | |
download | gentoo-ac58fa2e85aa1e2a200916ee4882fc8ea128f562.tar.gz gentoo-ac58fa2e85aa1e2a200916ee4882fc8ea128f562.tar.bz2 gentoo-ac58fa2e85aa1e2a200916ee4882fc8ea128f562.zip |
app-misc/elasticsearch: include license for bundled libs
Closes: https://github.com/gentoo/gentoo/pull/4603
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-misc/elasticsearch/elasticsearch-5.1.2.ebuild')
-rw-r--r-- | app-misc/elasticsearch/elasticsearch-5.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/elasticsearch/elasticsearch-5.1.2.ebuild b/app-misc/elasticsearch/elasticsearch-5.1.2.ebuild index 1d57516b9fa8..279ff77b886f 100644 --- a/app-misc/elasticsearch/elasticsearch-5.1.2.ebuild +++ b/app-misc/elasticsearch/elasticsearch-5.1.2.ebuild @@ -8,7 +8,7 @@ inherit eutils systemd user DESCRIPTION="Open Source, Distributed, RESTful, Search Engine" HOMEPAGE="https://www.elastic.co/products/elasticsearch" SRC_URI="https://artifacts.elastic.co/downloads/${PN}/${P}.tar.gz" -LICENSE="Apache-2.0" +LICENSE="Apache-2.0 BSD-2 LGPL-3 MIT public-domain" SLOT="0" KEYWORDS="~amd64" |