diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2020-04-05 14:29:41 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2020-04-05 14:29:41 -0700 |
commit | d9821b8f012d3b4f0c6500e4a25276d8adb77e92 (patch) | |
tree | e3962a6199db80ed796b6c1af4617bc0df51b6e3 /dev-db/influxdb | |
parent | app-misc/rtlamr: fix LICENSE (diff) | |
download | gentoo-d9821b8f012d3b4f0c6500e4a25276d8adb77e92.tar.gz gentoo-d9821b8f012d3b4f0c6500e4a25276d8adb77e92.tar.bz2 gentoo-d9821b8f012d3b4f0c6500e4a25276d8adb77e92.zip |
dev-db/influxdb: fix LICENSE
Copy LICENSE written by Konstantin Podshumok <kpp.live+signed@gmail.com>, in pending PR #12586
Thanks-To: Konstantin Podshumok <kpp.live+signed@gmail.com>
Closes: https://bugs.gentoo.org/695232
Reference: https://github.com/gentoo/gentoo/pull/12586
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'dev-db/influxdb')
-rw-r--r-- | dev-db/influxdb/influxdb-1.5.1.ebuild | 2 | ||||
-rw-r--r-- | dev-db/influxdb/influxdb-1.6.3.ebuild | 2 | ||||
-rw-r--r-- | dev-db/influxdb/influxdb-1.6.4.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/influxdb/influxdb-1.5.1.ebuild b/dev-db/influxdb/influxdb-1.5.1.ebuild index c9076ff600e5..a7a75050d8ac 100644 --- a/dev-db/influxdb/influxdb-1.5.1.ebuild +++ b/dev-db/influxdb/influxdb-1.5.1.ebuild @@ -58,7 +58,7 @@ HOMEPAGE="https://www.influxdata.com" SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz ${EGO_VENDOR_URI}" -LICENSE="MIT" +LICENSE="MIT BSD Apache-2.0 EPL-1.0 MPL-2.0 MIT-with-advertising BSD-2 ISC" SLOT="0" KEYWORDS="~amd64" IUSE="" diff --git a/dev-db/influxdb/influxdb-1.6.3.ebuild b/dev-db/influxdb/influxdb-1.6.3.ebuild index c9076ff600e5..a7a75050d8ac 100644 --- a/dev-db/influxdb/influxdb-1.6.3.ebuild +++ b/dev-db/influxdb/influxdb-1.6.3.ebuild @@ -58,7 +58,7 @@ HOMEPAGE="https://www.influxdata.com" SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz ${EGO_VENDOR_URI}" -LICENSE="MIT" +LICENSE="MIT BSD Apache-2.0 EPL-1.0 MPL-2.0 MIT-with-advertising BSD-2 ISC" SLOT="0" KEYWORDS="~amd64" IUSE="" diff --git a/dev-db/influxdb/influxdb-1.6.4.ebuild b/dev-db/influxdb/influxdb-1.6.4.ebuild index 3ccd9f860ee4..aebd7bfb197c 100644 --- a/dev-db/influxdb/influxdb-1.6.4.ebuild +++ b/dev-db/influxdb/influxdb-1.6.4.ebuild @@ -63,7 +63,7 @@ HOMEPAGE="https://www.influxdata.com" SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz ${EGO_VENDOR_URI}" -LICENSE="MIT" +LICENSE="MIT BSD Apache-2.0 EPL-1.0 MPL-2.0 MIT-with-advertising BSD-2 ISC" SLOT="0" KEYWORDS="~amd64" IUSE="" |