2019-07-08 15:24:51 -04:00
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
name : conjunctive normal form conversion code, a variance aggregator algorithm, and Bloom filter adapted from Apache Hive
version :
license_category : source
module : java-core
license_name : Apache License version 2.0
source_paths :
- processing/src/main/java/org/apache/druid/segment/filter/Filters.java
- extensions-core/stats/src/main/java/io/druid/query/aggregation/variance/VarianceAggregatorCollector.java
- extensions-core/druid-bloom-filter/src/main/java/org/apache/druid/query/filter/BloomKFilter.java
---
name : variable length long deserialization code adapted from Apache Lucene
license_category : source
module : java-core
license_name : Apache License version 2.0
source_paths :
- processing/src/main/java/org/apache/druid/segment/data/VSizeLongSerde.java
---
name : SQL query planning code adapted from Apache Calcite
license_category : source
module : java-core
license_name : Apache License version 2.0
source_paths :
- sql/src/main/java/org/apache/druid/sql/calcite/
---
name : Kerberos authentication code adapted from Apache Hadoop
license_category : source
module : java-core
license_name : Apache License version 2.0
source_paths :
- extensions-core/druid-kerberos/src/main/java/org/apache/druid/security/kerberos/
---
name : a modified version of the java-alphanum library
license_category : source
module : java-core
license_name : Apache License version 2.0
copyright : Andrew Duffy (https://github.com/amjjd/java-alphanum)
source_paths :
- processing/src/main/java/org/apache/druid/query/ordering/StringComparators.java
---
name : a modified version of the Metamarkets java-util library
license_category : source
module : java-core
license_name : Apache License version 2.0
copyright : Metamarkets Group Inc. (https://github.com/metamx/java-util)
source_paths :
- java-util/
---
name : a modified version of the Metamarkets bytebuffer-collections library
license_category : source
module : java-core
license_name : Apache License version 2.0
copyright : Metamarkets Group Inc. (https://github.com/metamx/bytebuffer-collections)
source_paths :
- processing/src/main/java/org/apache/druid/collections/
---
name : a modified version of the Metamarkets extendedset library
license_category : source
module : java-core
license_name : Apache License version 2.0
copyright : Metamarkets Group Inc. (https://github.com/metamx/extendedset)
source_paths :
- extendedset/
---
name : a modified version of the CONCISE (COmpressed 'N' Composable Integer SEt) library
license_category : source
module : java-core
license_name : Apache License version 2.0
copyright : Alessandro Colantonio (https://sourceforge.net/projects/concise/)
source_paths :
- extendedset/src/main/java/org/apache/druid/extendedset/intset/
---
name : modified portions of the Guava library
license_category : source
license_name : Apache License version 2.0
module : java-core
copyright : The Guava Authors (https://github.com/google/guava)
source_paths :
- Closer class : core/src/main/java/org/apache/druid/java/util/common/io/Closer.java
- Splitter.splitToList() method : core/src/main/java/org/apache/druid/java/util/common/parsers/DelimitedParser.java
- DirectExecutorService class : core/src/main/java/org/apache/druid/java/util/common/concurrent/DirectExecutorService.java
---
name : modified versions of the Dockerfile and related configuration files
license_category : source
module : java-core
license_name : Apache License version 2.0
copyright : SequenceIQ's Hadoop Docker image, copyright SequenceIQ, Inc. (https://github.com/sequenceiq/hadoop-docker/)
source_paths :
- examples/quickstart/tutorial/hadoop/docker/
---
name : fixed bins histogram percentile computation code adapted from Netflix Spectator
license_category : source
module : java-core
license_name : Apache License version 2.0
copyright : Netflix, Inc. (https://github.com/Netflix/spectator)
source_paths :
- extensions-core/histogram/src/main/java/org/apache/druid/query/aggregation/histogram/FixedBucketsHistogram.java
---
name : AWS SDK for Java
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 1.11 .199
libraries :
- com.amazonaws : aws-java-sdk-core
- com.amazonaws : aws-java-sdk-ec2
- com.amazonaws : aws-java-sdk-kms
- com.amazonaws : aws-java-sdk-s3
- com.amazonaws : jmespath-java
---
name : Esri Geometry API for Java
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 2.0 .0
libraries :
- com.esri.geometry : esri-geometry-api
---
name : ClassMate
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 1.0 .0
libraries :
- com.fasterxml : classmate
---
name : Jackson
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 2.6 .7
libraries :
- com.fasterxml.jackson.core : jackson-annotations
- com.fasterxml.jackson.core : jackson-core
- com.fasterxml.jackson.core : jackson-databind
- com.fasterxml.jackson.dataformat : jackson-dataformat-cbor
- com.fasterxml.jackson.dataformat : jackson-dataformat-smile
- com.fasterxml.jackson.datatype : jackson-datatype-guava
- com.fasterxml.jackson.datatype : jackson-datatype-joda
- com.fasterxml.jackson.jaxrs : jackson-jaxrs-base
- com.fasterxml.jackson.jaxrs : jackson-jaxrs-json-provider
- com.fasterxml.jackson.jaxrs : jackson-jaxrs-smile-provider
- com.fasterxml.jackson.module : jackson-module-jaxb-annotations
---
name : Caffeine
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 2.5 .5
libraries :
- com.github.ben-manes.caffeine : caffeine
---
name : Error Prone Annotations
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 2.3 .2
libraries :
- com.google.errorprone : error_prone_annotations
---
name : Guava
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 16.0 .1
libraries :
- com.google.guava : guava
---
name : Guice
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 4.1 .0
libraries :
- com.google.inject : guice
- com.google.inject.extensions : guice-multibindings
- com.google.inject.extensions : guice-servlet
---
name : JsonPath
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 2.3 .0
libraries :
- com.jayway.jsonpath : json-path
---
name : LMAX Disruptor
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 3.3 .6
libraries :
- com.lmax : disruptor
---
name : LZF Compressor
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 1.0 .4
libraries :
- com.ning : compress-lzf
---
name : OpenCSV
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 4.2
libraries :
- com.opencsv : opencsv
---
name : OkHttp
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 1.0 .2
libraries :
- com.squareup.okhttp : okhttp
---
name : Netty Reactive Streams
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 2.0 .0
libraries :
- com.typesafe.netty : netty-reactive-streams
---
name : Apache Commons BeanUtils
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 1.9 .3
libraries :
- commons-beanutils : commons-beanutils
---
name : Apache Commons CLI
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 1.3 .1
libraries :
- commons-cli : commons-cli
---
name : Apache Commons Codec
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 1.12
libraries :
- commons-codec : commons-codec
---
name : Apache Commons Collections
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 3.2 .2
libraries :
- commons-collections : commons-collections
---
name : Apache Commons IO
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 2.5
libraries :
- commons-io : commons-io
---
name : Apache Commons Lang
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 2.6
libraries :
- commons-lang : commons-lang
---
name : Apache Commons Logging
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 1.1 .1
libraries :
- commons-logging : commons-logging
---
2019-08-01 14:45:04 -04:00
name : Apache Commons Net
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 3.6
libraries :
- commons-net : commons-net
---
2019-07-08 15:24:51 -04:00
name : Apache Commons Pool
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 1.6
libraries :
- commons-pool : commons-pool
---
name : Apache Commons Collections
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 4.1
libraries :
- org.apache.commons : commons-collections4
---
name : Apache Commons Compress
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 1.18
libraries :
- org.apache.commons : commons-compress
---
name : Apache Commons DBCP
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 2.0 .1
libraries :
- org.apache.commons : commons-dbcp2
---
name : Apache Commons Lang
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 3.7
libraries :
- org.apache.commons : commons-lang3
---
name : Apache Commons Math
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 3.6 .1
libraries :
- org.apache.commons : commons-math3
---
name : Apache Commons Pool
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 2.2
libraries :
- org.apache.commons : commons-pool2
---
name : Apache Commons Text
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 1.3
libraries :
- org.apache.commons : commons-text
---
name : Airline
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 0.7
libraries :
- io.airlift : airline
---
name : DropWizard Metrics Core
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 4.0 .0
libraries :
- io.dropwizard.metrics : metrics-core
---
name : Netty
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 3.10 .6 .Final
libraries :
- io.netty : netty
---
name : Netty
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 4.1 .30 .Final
libraries :
- io.netty : netty-all
---
name : Netty
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 4.1 .29 .Final
libraries :
2019-07-29 14:42:16 -04:00
- io.netty : netty-buffer
- io.netty : netty-codec
2019-07-08 15:24:51 -04:00
- io.netty : netty-codec-dns
2019-07-29 14:42:16 -04:00
- io.netty : netty-codec-http
2019-07-08 15:24:51 -04:00
- io.netty : netty-codec-socks
2019-07-29 14:42:16 -04:00
- io.netty : netty-common
- io.netty : netty-handler
2019-07-08 15:24:51 -04:00
- io.netty : netty-handler-proxy
- io.netty : netty-resolver
- io.netty : netty-resolver-dns
2019-07-29 14:42:16 -04:00
- io.netty : netty-transport
2019-07-08 15:24:51 -04:00
- io.netty : netty-transport-native-epoll
- io.netty : netty-transport-native-unix-common
---
name : fastutil
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 8.1 .0
libraries :
- it.unimi.dsi : fastutil
---
name : Javax Inject
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 1
libraries :
- javax.inject : javax.inject
---
name : Bean Validation API
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 1.1 .0 .Final
libraries :
- javax.validation : validation-api
---
name : Joda-Time
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 2.10 .2
libraries :
- joda-time : joda-time
---
name : Aggregate Designer Algorithm
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 6.0
libraries :
- net.hydromatic : aggdesigner-algorithm
---
name : Java Native Access (JNA)
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 4.5 .1
libraries :
- net.java.dev.jna : jna
---
name : ASM Based Accessors Helper Used By JSON Smart
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 1.2
libraries :
- net.minidev : accessors-smart
---
name : JSON Small and Fast Parser
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 2.3
libraries :
- net.minidev : json-smart
---
name : Spymemcached
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 2.12 .3
libraries :
- net.spy : spymemcached
---
name : jackson-jq
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 0.0 .7
libraries :
- net.thisptr : jackson-jq
---
name : Apache Calcite
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 1.17 .0
libraries :
- org.apache.calcite : calcite-core
- org.apache.calcite : calcite-linq4j
---
name : Apache Calcite Avatica
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 1.12 .0
libraries :
- org.apache.calcite.avatica : avatica-core
- org.apache.calcite.avatica : avatica-metrics
- org.apache.calcite.avatica : avatica-server
---
name : Apache Curator
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 4.1 .0
libraries :
- org.apache.curator : curator-client
- org.apache.curator : curator-framework
- org.apache.curator : curator-recipes
- org.apache.curator : curator-x-discovery
---
name : Apache Derby
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 10.11 .1 .1
libraries :
- org.apache.derby : derby
- org.apache.derby : derbyclient
- org.apache.derby : derbynet
---
name : Apache HttpClient
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 4.5 .3
libraries :
- org.apache.httpcomponents : httpclient
---
name : Apache HttpCore
license_category : binary
module : java-core
license_name : Apache License version 2.0
2019-08-09 12:53:20 -04:00
version : 4.4 .11
2019-07-08 15:24:51 -04:00
libraries :
- org.apache.httpcomponents : httpcore
---
name : Apache Log4j
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 2.5
libraries :
- org.apache.logging.log4j : log4j-1.2-api
- org.apache.logging.log4j : log4j-api
- org.apache.logging.log4j : log4j-core
- org.apache.logging.log4j : log4j-jul
- org.apache.logging.log4j : log4j-slf4j-impl
---
name : Apache Maven
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 3.1 .1
libraries :
- org.apache.maven : maven-aether-provider
- org.apache.maven : maven-model
- org.apache.maven : maven-model-builder
- org.apache.maven : maven-repository-metadata
- org.apache.maven : maven-settings
- org.apache.maven : maven-settings-builder
---
name : Apache Maven Artifact
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 3.6 .0
libraries :
- org.apache.maven : maven-artifact
---
name : Apache Maven Wagon API
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 2.4
libraries :
- org.apache.maven.wagon : wagon-provider-api
---
name : Apache Yetus Audience Annotations Component
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 0.5 .0
libraries :
- org.apache.yetus : audience-annotations
---
name : Apache Zookeeper
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 3.4 .11
libraries :
- org.apache.zookeeper : zookeeper
---
name : AsyncHttpClient asynchttpclient
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 2.5 .3
libraries :
- org.asynchttpclient : async-http-client
- org.asynchttpclient : async-http-client-netty-utils
---
name : components from Jackson
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 1.9 .13
libraries :
- org.codehaus.jackson : jackson-core-asl
- org.codehaus.jackson : jackson-mapper-asl
---
name : Plexus Interpolation API
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 1.19
libraries :
- org.codehaus.plexus : plexus-interpolation
---
name : Plexus Common Utilities
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 3.0 .15
libraries :
- org.codehaus.plexus : plexus-utils
---
name : Jetty
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 9.4 .10 .v20180503
libraries :
- org.eclipse.jetty : jetty-client
- org.eclipse.jetty : jetty-continuation
- org.eclipse.jetty : jetty-http
- org.eclipse.jetty : jetty-io
- org.eclipse.jetty : jetty-proxy
- org.eclipse.jetty : jetty-security
- org.eclipse.jetty : jetty-server
- org.eclipse.jetty : jetty-servlet
- org.eclipse.jetty : jetty-servlets
- org.eclipse.jetty : jetty-util
---
name : JVM Attach API
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 1.5
libraries :
- org.gridkit.lab : jvm-attach-api
---
name : Hibernate Validator Engine
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 5.1 .3 .Final
libraries :
- org.hibernate : hibernate-validator
---
name : SIGAR
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 1.6 .5 .132
libraries :
- org.hyperic : sigar
---
name : JBoss Logging 3
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 3.1 .3 .GA
libraries :
- org.jboss.logging : jboss-logging
---
name : JDBI
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 2.63 .1
libraries :
- org.jdbi : jdbi
---
name : LZ4 Java
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 1.6 .0
libraries :
- org.lz4 : lz4-java
---
name : MapDB
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 1.0 .8
libraries :
- org.mapdb : mapdb
---
name : Objenesis
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 2.6
libraries :
- org.objenesis : objenesis
---
name : RoaringBitmap
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 0.8 .6
libraries :
- org.roaringbitmap : RoaringBitmap
- org.roaringbitmap : shims
---
name : Config Magic
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 0.9
libraries :
- org.skife.config : config-magic
---
name : Ion Java
license_category : binary
module : java-core
license_name : Apache License version 2.0
version : 1.0 .2
libraries :
- software.amazon.ion : ion-java
---
name : Apache Hadoop
license_category : binary
module : hadoop-client
license_name : Apache License version 2.0
version : 2.8 .3
libraries :
- org.apache.hadoop : hadoop-annotations
- org.apache.hadoop : hadoop-auth
- org.apache.hadoop : hadoop-client
- org.apache.hadoop : hadoop-common
- org.apache.hadoop : hadoop-hdfs-client
- org.apache.hadoop : hadoop-mapreduce-client-app
- org.apache.hadoop : hadoop-mapreduce-client-common
- org.apache.hadoop : hadoop-mapreduce-client-core
- org.apache.hadoop : hadoop-mapreduce-client-jobclient
- org.apache.hadoop : hadoop-mapreduce-client-shuffle
- org.apache.hadoop : hadoop-yarn-api
- org.apache.hadoop : hadoop-yarn-client
- org.apache.hadoop : hadoop-yarn-common
- org.apache.hadoop : hadoop-yarn-server-common
---
name : Gson
license_category : binary
module : hadoop-client
license_name : Apache License version 2.0
version : 2.2 .4
libraries :
- com.google.code.gson : gson
---
name : Guava
license_category : binary
module : hadoop-client
license_name : Apache License version 2.0
version : 11.0 .2
libraries :
- com.google.guava : guava
---
name : Nimbus JOSE+JWT
license_category : binary
module : hadoop-client
license_name : Apache License version 2.0
version : 3.9
libraries :
- com.nimbusds : nimbus-jose-jwt
---
name : OkHttp
license_category : binary
module : hadoop-client
license_name : Apache License version 2.0
version : 2.4 .0
libraries :
- com.squareup.okhttp : okhttp
---
name : Okio
license_category : binary
module : hadoop-client
license_name : Apache License version 2.0
version : 1.4 .0
libraries :
- com.squareup.okio : okio
---
name : Apache Commons BeanUtils
license_category : binary
module : hadoop-client
license_name : Apache License version 2.0
version : 1.7 .0
libraries :
- commons-beanutils : commons-beanutils
---
name : Apache Commons BeanUtils
license_category : binary
module : hadoop-client
license_name : Apache License version 2.0
version : 1.8 .0
libraries :
- commons-beanutils : commons-beanutils-core
---
name : Apache Commons Codec
license_category : binary
module : hadoop-client
license_name : Apache License version 2.0
version : 1.4
libraries :
- commons-codec : commons-codec
---
name : Apache Commons Configuration
license_category : binary
module : hadoop-client
license_name : Apache License version 2.0
version : 1.6
libraries :
- commons-configuration : commons-configuration
---
name : Apache Commons Digester
license_category : binary
module : hadoop-client
license_name : Apache License version 2.0
version : 1.8
libraries :
- commons-digester : commons-digester
---
name : Apache Commons IO
license_category : binary
module : hadoop-client
license_name : Apache License version 2.0
version : 2.4
libraries :
- commons-io : commons-io
---
name : Apache Commons Logging
license_category : binary
module : hadoop-client
license_name : Apache License version 2.0
version : 1.1 .3
libraries :
- commons-logging : commons-logging
---
name : Apache Commons Net
license_category : binary
module : hadoop-client
license_name : Apache License version 2.0
version : 3.1
libraries :
- commons-net : commons-net
---
name : Apache Commons Compress
license_category : binary
module : hadoop-client
license_name : Apache License version 2.0
version : 1.4 .1
libraries :
- org.apache.commons : commons-compress
---
name : Apache Commons Math
license_category : binary
module : hadoop-client
license_name : Apache License version 2.0
version : 3.1 .1
libraries :
- org.apache.commons : commons-math3
---
name : Netty
license_category : binary
module : hadoop-client
license_name : Apache License version 2.0
version : 3.6 .2 .Final
libraries :
- io.netty : netty
---
name : Apache Log4j
license_category : binary
module : hadoop-client
license_name : Apache License version 2.0
version : 1.2 .17
libraries :
- log4j : log4j
---
name : JSON Small and Fast Parser
license_category : binary
module : hadoop-client
license_name : Apache License version 2.0
version : 1.1 .1
libraries :
- net.minidev : json-smart
---
name : Apache Avro
license_category : binary
module : hadoop-client
license_name : Apache License version 2.0
version : 1.7 .4
libraries :
- org.apache.avro : avro
---
name : Apache Directory
license_category : binary
module : hadoop-client
license_name : Apache License version 2.0
version : 1.0 .0 -M20
libraries :
- org.apache.directory.api : api-asn1-api
- org.apache.directory.api : api-util
---
name : Apache Directory Server
license_category : binary
module : hadoop-client
license_name : Apache License version 2.0
version : 2.0 .0 -M15
libraries :
- org.apache.directory.server : apacheds-i18n
- org.apache.directory.server : apacheds-kerberos-codec
---
name : Apache HTrace
license_category : binary
module : hadoop-client
license_name : Apache License version 2.0
version : 4.0 .1 -incubating
libraries :
- org.apache.htrace : htrace-core4
---
name : Apache HttpClient
license_category : binary
module : hadoop-client
license_name : Apache License version 2.0
version : 4.5 .2
libraries :
- org.apache.httpcomponents : httpclient
---
name : Apache Zookeeper
license_category : binary
module : hadoop-client
license_name : Apache License version 2.0
version : 3.4 .6
libraries :
- org.apache.zookeeper : zookeeper
---
name : components from Jackson
license_category : binary
module : hadoop-client
license_name : Apache License version 2.0
version : 1.9 .13
libraries :
- org.codehaus.jackson : jackson-jaxrs
- org.codehaus.jackson : jackson-xc
---
name : Jetty
license_category : binary
module : hadoop-client
license_name : Apache License version 2.0
version : 6.1 .26
libraries :
- org.mortbay.jetty : jetty-sslengine
- org.mortbay.jetty : jetty-util
---
name : snappy-java
license_category : binary
module : hadoop-client
license_name : Apache License version 2.0
version : 1.0 .4 .1
libraries :
- org.xerial.snappy : snappy-java
---
name : Kafka Schema Registry Client
version : 3.0 .1
license_category : binary
module : extensions/druid-avro-extensions
license_name : Apache License version 2.0
libraries :
- io.confluent : kafka-schema-registry-client
---
name : Apache Velocity Engine
version : 2.0
license_category : binary
module : extensions/druid-avro-extensions
license_name : Apache License version 2.0
libraries :
- org.apache.velocity : velocity-engine-core
---
name : Apache Avro
license_category : binary
module : extensions/druid-avro-extensions
license_name : Apache License version 2.0
version : 1.9 .0
libraries :
- org.apache.avro : avro
- org.apache.avro : avro-mapred
- org.apache.avro : avro-ipc
- org.apache.avro : avro-ipc-jetty
---
name : Javax Annotation API
license_category : binary
module : extensions/druid-avro-extensions
license_name : CDDL 1.1
version : 1.3 .2
copyright : Oracle and/or its affiliates
license_file_path : licenses/bin/javax.annotation-api.CDDL11
libraries :
- javax.annotation : javax.annotation-api
---
name : Schema Repository
license_category : binary
module : extensions/druid-avro-extensions
license_name : Apache License version 2.0
version : 0.1 .3
libraries :
- org.schemarepo : schema-repo-api
- org.schemarepo : schema-repo-avro
- org.schemarepo : schema-repo-client
- org.schemarepo : schema-repo-common
---
name : Gson
license_category : binary
module : extensions/druid-avro-extensions
license_name : Apache License version 2.0
version : 2.3 .1
libraries :
- com.google.code.gson : gson
---
name : Apache Velocity
license_category : binary
module : extensions/druid-avro-extensions
license_name : Apache License version 2.0
version : 1.7
libraries :
- org.apache.velocity : velocity
---
name : Jetty
license_category : binary
module : extensions/druid-avro-extensions
license_name : Apache License version 2.0
version : 6.1 .26
libraries :
- org.mortbay.jetty : jetty
---
name : Jetty
license_category : binary
module : extensions/druid-avro-extensions
license_name : Apache License version 2.0
version : 2.5 -20081211
libraries :
- org.mortbay.jetty : servlet-api
---
name : Objenesis
license_category : binary
module : extensions/druid-avro-extensions
license_name : Apache License version 2.0
version : 2.4
libraries :
- org.objenesis : objenesis
---
name : snappy-java
license_category : binary
module : extensions/druid-avro-extensions
license_name : Apache License version 2.0
version : 1.1 .1 .3
libraries :
- org.xerial.snappy : snappy-java
---
name : Apache Hive
license_category : binary
module : extensions/druid-bloom-filter
license_name : Apache License version 2.0
version : 2.7 .0
libraries :
- org.apache.hive : hive-storage-api
---
name : DataSketches
license_category : binary
module : extensions/druid-datasketches
license_name : Apache License version 2.0
version : 0.13 .4
libraries :
- com.yahoo.datasketches : sketches-core
---
name : DataSketches
license_category : binary
module : extensions/druid-datasketches
license_name : Apache License version 2.0
version : 0.12 .2
libraries :
- com.yahoo.datasketches : memory
---
name : Apache Kafka
version : 2.1 .0
license_category : binary
module : extensions/druid-kafka-indexing-service
license_name : Apache License version 2.0
libraries :
- org.apache.kafka : kafka-clients
---
name : snappy-java
license_category : binary
module : extensions/druid-kafka-indexing-service
license_name : Apache License version 2.0
version : 1.1 .2 .6
libraries :
- org.xerial.snappy : snappy-java
---
name : XML Builder
license_category : binary
module : extensions/druid-kerberos
license_name : Apache License version 2.0
version : 0.4
libraries :
- com.jamesmurty.utils : java-xmlbuilder
---
name : Jettison
license_category : binary
module : extensions/druid-kerberos
license_name : Apache License version 2.0
version : 1.1
libraries :
- org.codehaus.jettison : jettison
---
name : Jets3t
license_category : binary
module : extensions/druid-kerberos
license_name : Apache License version 2.0
version : 0.9 .0
libraries :
- net.java.dev.jets3t : jets3t
---
name : Jackson
license_category : binary
module : extensions/druid-kerberos
license_name : Apache License version 2.0
version : 1.9 .2
libraries :
- org.codehaus.jackson : jackson-jaxrs
- org.codehaus.jackson : jackson-xc
---
name : Objenesis
license_category : binary
module : extensions/druid-kerberos
license_name : Apache License version 2.0
version : 3.0 .1
libraries :
- org.objenesis : objenesis
---
name : xmlenc
license_category : binary
module : extensions/druid-kerberos
license_name : BSD-3-Clause License
version : 0.52
copyright : Ernst de Haan
license_file_path : licenses/bin/xmlenc.BSD3
libraries :
- xmlenc : xmlenc
---
name : Jersey JSON
license_category : binary
module : extensions/druid-kerberos
license_name : CDDL 1.1
version : 1.19 .3
copyright : Oracle and/or its affiliates.
license_file_path : licenses/bin/jersey-json.CDDL11
libraries :
- com.sun.jersey : jersey-json
---
name : Old JAXB Runtime
license_category : binary
module : extensions/druid-kerberos
license_name : CDDL 1.1
version : 2.2 .3 -1
copyright : Oracle and/or its affiliates.
license_file_path : licenses/bin/old-jaxb.CDDL11
libraries :
- com.sun.xml.bind : jaxb-impl
---
name : AWS SDK for Java
license_category : binary
module : extensions/druid-kinesis-indexing-service
license_name : Apache License version 2.0
version : 1.11 .199
libraries :
- com.amazonaws : aws-java-sdk-kinesis
- com.amazonaws : aws-java-sdk-sts
---
name : Apache Parquet
license_category : binary
module : extensions/druid-parquet-extensions
license_name : Apache License version 2.0
version : 1.10 .1
libraries :
- org.apache.parquet : parquet-avro
- org.apache.parquet : parquet-column
- org.apache.parquet : parquet-common
- org.apache.parquet : parquet-encoding
- org.apache.parquet : parquet-hadoop
- org.apache.parquet : parquet-jackson
---
name : Apache Parquet Format
license_category : binary
module : extensions/druid-parquet-extensions
license_name : Apache License version 2.0
version : 2.4 .0
libraries :
- org.apache.parquet : parquet-format
---
name : snappy-java
license_category : binary
module : extensions/druid-parquet-extensions
license_name : Apache License version 2.0
version : 1.1 .7 .2
libraries :
- org.xerial.snappy : snappy-java
---
name : Protocol Buffers Dynamic Schema
license_category : binary
module : extensions/protobuf-extensions
license_name : Apache License version 2.0
version : 0.9 .3
libraries :
- com.github.os72 : protobuf-dynamic
---
name : Gson
license_category : binary
module : extensions/protobuf-extensions
license_name : Apache License version 2.0
version : 2.7
libraries :
- com.google.code.gson : gson
---
name : Checker Qual
license_category : binary
module : java-core
license_name : MIT License
version : 2.5 .7
copyright : the Checker Framework developers
license_file_path : licenses/bin/checker-qual.MIT
libraries :
- org.checkerframework : checker-qual
---
name : JCodings
license_category : binary
module : java-core
license_name : MIT License
version : 1.0 .13
copyright : JRuby Team
license_file_path : licenses/bin/jcodings.MIT
libraries :
- org.jruby.jcodings : jcodings
---
name : Joni
license_category : binary
module : java-core
license_name : MIT License
version : 2.1 .11
copyright : JRuby Team
license_file_path : licenses/bin/joni.MIT
libraries :
- org.jruby.joni : joni
---
name : JCL 1.2 Implemented Over SLF4J
license_category : binary
module : java-core
license_name : MIT License
version : 1.7 .12
copyright : QOS.ch
license_file_path : licenses/bin/jcl-over-slf4j.MIT
libraries :
- org.slf4j : jcl-over-slf4j
---
name : SLF4J API
license_category : binary
module : java-core
license_name : MIT License
version : 1.7 .25
copyright : QOS.ch
license_file_path : licenses/bin/slf4j.MIT
libraries :
- org.slf4j : slf4j-api
---
name : SLF4J API
version : 1.7 .10
license_category : binary
module : hadoop-client
license_name : MIT License
copyright : QOS.ch
license_file_path : licenses/bin/slf4j.MIT
libraries :
- org.slf4j : slf4j-api
- org.slf4j : slf4j-log4j12
---
2019-07-16 12:22:12 -04:00
name : JNI binding for Zstd
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : java-core
license_name : BSD-2-Clause License
version : 1.3 .3 -1
copyright : Luben Karavelov
license_file_path : licenses/bin/zstd-jni.BSD2
libraries :
- com.github.luben : zstd-jni
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : Zstandard
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : java-core
license_name : BSD-3-Clause License
version : 1.3 .3
copyright : Facebook, Inc.
license_file_path : licenses/bin/zstandard.BSD3
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : FindBugs JSR305
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : java-core
license_name : BSD-3-Clause License
version : 2.0 .1
copyright : FindBugs
license_file_path : licenses/bin/jsr305.BSD3
libraries :
- com.google.code.findbugs : jsr305
skip_dependency_report_check : true
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : Protocol Buffers
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : java-core
license_name : BSD-3-Clause License
version : 3.1 .0
copyright : Google, Inc.
license_file_path :
- licenses/bin/protobuf-java.BSD3
- licenses/bin/protobuf-java-redhat.BSD3
- licenses/bin/protobuf-java-bloomberg.BSD3
libraries :
- com.google.protobuf : protobuf-java
additional_license_statement : except src/google/protobuf/stubs/atomicops_internals_generic_gcc.h and src/google/protobuf/stubs/atomicops_internals_power.h files which are copyrighted by Red Hat Inc and Bloomberg Finance LP, respectively, and available under a BSD-3-Clause
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : JLine
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : java-core
license_name : BSD-3-Clause License
version : 0.9 .94
copyright : Marc Prud'hommeaux
license_file_path : licenses/bin/jline.BSD3
libraries :
- jline : jline
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : ANTLR 4 Runtime
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : java-core
license_name : BSD-3-Clause License
version : 4.5 .1
copyright : The ANTLR Project
license_file_path : licenses/bin/antlr4-runtime.BSD3
libraries :
- org.antlr : antlr4-runtime
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : Janino and Commons Compiler
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : java-core
license_name : BSD-3-Clause License
version : 2.7 .6
copyright : Arno Unkrig and TIBCO Software Inc.
license_file_path : licenses/bin/janino.BSD3
libraries :
- org.codehaus.janino : janino
- org.codehaus.janino : commons-compiler
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : ASM
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : java-core
license_name : BSD-3-Clause License
version : 7.1
copyright : INRIA, France Telecom
license_file_path : licenses/bin/asm.BSD3
libraries :
- org.ow2.asm : asm
- org.ow2.asm : asm-commons
- org.ow2.asm : asm-tree
- org.ow2.asm : asm-analysis
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : FindBugs JSR305
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : hadoop-client
license_name : BSD-3-Clause License
version : 3.0 .0
copyright : FindBugs
license_file_path : licenses/bin/jsr305.BSD3
libraries :
- com.google.code.findbugs : jsr305
skip_dependency_report_check : true
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : Protocol Buffers
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : hadoop-client
license_name : BSD-3-Clause License
version : 2.5 .0
copyright : Google, Inc.
license_file_path : licenses/bin/protobuf-java.BSD3
libraries :
- com.google.protobuf : protobuf-java
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : Paranamer
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : hadoop-client
license_name : BSD-3-Clause License
version : 2.3
copyright : Paul Hammant & ThoughtWorks Inc
license_file_path : licenses/bin/paranamer.BSD3
libraries :
- com.thoughtworks.paranamer : paranamer
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : LevelDB JNI
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : hadoop-client
license_name : BSD-3-Clause License
version : 1.8
copyright : FuseSource Corp.
license_file_path : licenses/bin/leveldb-jni.BSD3
libraries :
- org.fusesource.leveldbjni : leveldbjni-all
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : Paranamer
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : extensions/druid-avro-extensions
license_name : BSD-3-Clause License
version : 2.7
copyright : Paul Hammant & ThoughtWorks Inc
license_file_path : licenses/bin/paranamer.BSD3
libraries :
- com.thoughtworks.paranamer : paranamer
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : JSch - Java Secure Channel
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : extensions/druid-kerberos
license_name : BSD-3-Clause License
version : 0.1 .54
copyright : Atsuhiko Yamanaka, JCraft,Inc.
license_file_path : licenses/bin/jsch.BSD3
libraries :
- com.jcraft : jsch
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : StringTemplate
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : extensions/druid-lookups-cached-single
license_name : BSD-3-Clause License
version : 3.2
copyright : Terrence Parr
license_file_path : licenses/bin/antlr-stringtemplate.BSD3
libraries :
- org.antlr : stringtemplate
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : ANTLR
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : extensions/druid-lookups-cached-single
license_name : BSD-3-Clause License
version : 2.7 .7
copyright : The ANTLR Project
license_file_path : licenses/bin/antlr.BSD3
libraries :
- antlr : antlr
---
2019-07-08 15:24:51 -04:00
2019-07-16 12:22:12 -04:00
name : PostgreSQL JDBC Driver
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : extensions/postgresql-metadata-storage
license_name : BSD-3-Clause License
version : 9.4 .1208 .jre7
copyright : PostgreSQL Global Development Group
license_file_path : licenses/bin/postgresql.BSD3
libraries :
- org.postgresql : postgresql
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : Protocol Buffers
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : extensions/druid-protobuf-extensions
license_name : BSD-3-Clause License
version : 3.2 .0
copyright : Google, Inc.
license_file_path : licenses/bin/protobuf-java.BSD3
libraries :
- com.google.protobuf : protobuf-java
- com.google.protobuf : protobuf-java-util
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : ICU4J
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : java-core
license_name : ICU License
version : 54.1 .1
copyright : International Business Machines Corporation and others
license_file_path : licenses/bin/icu4j.ICU
libraries :
- com.ibm.icu : icu4j
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : JavaBeans Activation Framework
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : java-core
license_name : CDDL 1.1
version : 1.2 .0
copyright : Oracle and/or its affiliates.
license_file_path : licenses/bin/javax.activation.CDDL11
libraries :
- com.sun.activation : javax.activation
---
name : Jersey
license_category : binary
module : java-core
license_name : CDDL 1.1
version : 1.19 .3
copyright : Oracle and/or its affiliates.
license_file_path : licenses/bin/jersey.CDDL11
libraries :
- com.sun.jersey : jersey-core
- com.sun.jersey : jersey-server
- com.sun.jersey : jersey-servlet
- com.sun.jersey : contribs
- com.sun.jersey.contribs : jersey-guice
---
name : Expression Language 3.0 API
license_category : binary
module : java-core
license_name : CDDL 1.1
version : 3.0 .0
copyright : Oracle and/or its affiliates.
license_file_path : licenses/bin/javax.CDDL11
libraries :
- javax.el : javax.el-api
---
name : Java Servlet API
license_category : binary
module : java-core
license_name : CDDL 1.1
version : 3.1 .0
copyright : Oracle and/or its affiliates.
license_file_path : licenses/bin/javax.CDDL11
libraries :
- javax.servlet : javax.servlet-api
---
name : JSR311 API
license_category : binary
module : java-core
license_name : CDDL 1.1
2019-07-08 15:24:51 -04:00
version : 1.1 .1
2019-07-16 12:22:12 -04:00
copyright : Oracle and/or its affiliates.
license_file_path : licenses/bin/jsr311-api.CDDL11
libraries :
- javax.ws.rs : jsr311-api
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : Expression Language 3.0
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : java-core
license_name : CDDL 1.1
version : 3.0 .0
copyright : Oracle and/or its affiliates.
license_file_path : licenses/bin/javax.CDDL11
libraries :
- org.glassfish : javax.el
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : Jersey
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : hadoop-client
license_name : CDDL 1.1
version : 1.9
copyright : Oracle and/or its affiliates.
license_file_path : licenses/bin/jersey.CDDL11
libraries :
- com.sun.jersey : jersey-client
- com.sun.jersey : jersey-core
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : JavaBeans Activation Framework
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : hadoop-client
license_name : CDDL 1.1
version : 1.1
copyright : Oracle and/or its affiliates.
license_file_path : licenses/bin/javaxCDDL11
libraries :
- javax.activation : activation
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : Java Servlet API
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : hadoop-client
license_name : CDDL 1.1
version : 2.5
copyright : Oracle and/or its affiliates.
license_file_path : licenses/bin/javax.CDDL11
libraries :
- javax.servlet : javax.servlet-api
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : JAXB
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : hadoop-client
license_name : CDDL 1.1
version : 2.2 .2
copyright : Oracle and/or its affiliates.
license_file_path : licenses/bin/javax.CDDL11
libraries :
- javax.xml.bind : jaxb-api
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : JAXB
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : java-core
license_name : CDDL 1.1
version : 2.3 .1
copyright : Oracle and/or its affiliates.
license_file_path : licenses/bin/javax.CDDL11
libraries :
- javax.xml.bind : jaxb-api
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : stax-api
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : hadoop-client
license_name : CDDL 1.1
version : 1.0 -2
copyright : Oracle and/or its affiliates.
license_file_path : licenses/bin/javax.CDDL11
libraries :
- javax.xml.stream : stax-api
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : jsp-api
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : hadoop-client
license_name : CDDL 1.1
version : 2.1
copyright : Oracle and/or its affiliates.
license_file_path : licenses/bin/javax.CDDL11
libraries :
- javax.servlet.jsp : jsp-api
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : Jersey
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : extensions/druid-avro-extensions
license_name : CDDL 1.1
2019-07-29 14:42:16 -04:00
version : 1.15
2019-07-16 12:22:12 -04:00
copyright : Oracle and/or its affiliates.
license_file_path : licenses/bin/jersey.CDDL11
libraries :
- com.sun.jersey : jersey-client
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : OkHttp Aether Connector
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : java-core
license_name : Eclipse Public License 1.0
version : 0.0 .9
copyright : to original author or authors
license_file_path : licenses/bin/aether-connector-okhttp.EPL1
libraries :
- io.tesla.aether : aether-connector-okhttp
---
name : Tesla Aether
license_category : binary
module : java-core
license_name : Eclipse Public License 1.0
version : 0.0 .5
copyright : to original author or authors
license_file_path : licenses/bin/tesla-aether.EPL1
libraries :
- io.tesla.aether : tesla-aether
---
name : Eclipse Aether libraries
license_category : binary
module : java-core
license_name : Eclipse Public License 1.0
version : 0.9 .0 .M2
copyright : Sonatype, Inc.
license_file_path : licenses/bin/aether-core.EPL1
libraries :
- org.eclipse.aether : aether-api
- org.eclipse.aether : aether-connector-file
- org.eclipse.aether : aether-impl
- org.eclipse.aether : aether-spi
- org.eclipse.aether : aether-util
---
name : Rhino
license_category : binary
module : java-core
license_name : Mozilla Public License Version 2.0
2019-08-09 16:10:54 -04:00
version : 1.7 .11
2019-07-16 12:22:12 -04:00
copyright : Mozilla and individual contributors.
license_file_path : licenses/bin/rhino.MPL2
libraries :
- org.mozilla : rhino
---
name : \"Java Concurrency In Practice\" Book Annotations
license_category : binary
module : hadoop-client
license_name : Creative Commons Attribution 2.5
version : 1.0
copyright : Brian Goetz and Tim Peierls
license_file_path : licenses/bin/creative-commons-2.5.LICENSE
libraries :
- net.jcip : jcip-annotations
---
name : Reactive Streams
license_category : binary
module : java-core
license_name : Creative Commons CC0
2019-07-08 15:24:51 -04:00
version : 1.0 .2
2019-07-16 12:22:12 -04:00
license_file_path : licenses/bin/reactive-streams.CC0
libraries :
- org.reactivestreams : reactive-streams
---
name : a smear function adapted from MurmurHash3
license_category : source
module : java-core
license_name : Public Domain
copyright : Austin Appleby who has placed MurmurHash3 in the public domain (https://github.com/aappleby/smhasher/blob/master/src/MurmurHash3.cpp)
source_paths :
- processing/src/main/java/org/apache/druid/query/groupby/epinephelinae/Groupers.java
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : AOP Alliance
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : java-core
license_name : Public Domain
version : 1.0
libraries :
- aopalliance : aopalliance
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : XZ
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : java-core
license_name : Public Domain
version : 1.8
libraries :
- org.tukaani : xz
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : XZ
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : hadoop-client
license_name : Public Domain
version : 1.0
libraries :
- org.tukaani : xz
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : Apache ORC libraries
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : extensions/druid-orc-extensions
license_name : Apache License version 2.0
version : 1.5 .5
libraries :
- org.apache.orc : orc-mapreduce
- org.apache.orc : orc-core
- org.apache.orc : orc-shims
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : aircompressor
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : extensions/druid-orc-extensions
license_name : Apache License version 2.0
version : "0.10"
libraries :
- io.airlift : aircompressor
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : Hive storage API
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : extensions/druid-orc-extensions
license_name : Apache License version 2.0
version : 2.6 .0
libraries :
- org.apache.hive : hive-storage-api
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : Google Cloud Storage JSON API
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : extensions/druid-google-extensions
license_name : Apache License version 2.0
version : v1-rev79-1.22.0
libraries :
- com.google.apis : google-api-services-storage
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "Jackson Module: Guice"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : java-core
license_name : Apache License version 2.0
version : 2.6 .7
libraries :
- com.fasterxml.jackson.module : jackson-module-guice
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : Google APIs Client Library For Java
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : java-core
license_name : Apache License version 2.0
version : 1.22 .0
libraries :
- com.google.api-client : google-api-client
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : Google HTTP Client Library For Java
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : java-core
license_name : Apache License version 2.0
version : 1.22 .0
libraries :
- com.google.http-client : google-http-client
- com.google.http-client : google-http-client-jackson2
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : Google OAuth Client Library For Java
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : java-core
license_name : Apache License version 2.0
version : 1.22 .0
libraries :
- com.google.oauth-client : google-oauth-client
---
name : JavaBeans Activation Framework API
license_category : binary
module : java-core
license_name : CDDL 1.1
version : 1.2 .0
copyright : Oracle and/or its affiliates
license_file_path : licenses/bin/javax.activation-api.CDDL11
libraries :
- javax.activation : javax.activation-api
---
name : Apache Kafka
license_category : binary
module : extensions/kafka-extraction-namespace
license_name : Apache License version 2.0
version : 0.8 .2 .1
libraries :
- org.apache.kafka : kafka_2.10
- org.apache.kafka : kafka-clients
---
name : ZooKeeper Client
license_category : binary
module : extensions/kafka-extraction-namespace
license_name : Apache License version 2.0
version : 0.3
libraries :
- com.101tec : zkclient
---
name : Metrics Core Library
license_category : binary
module : extensions/kafka-extraction-namespace
license_name : Apache License version 2.0
version : 2.2 .0
libraries :
- com.yammer.metrics : metrics-core
---
name : JOpt Simple
license_category : binary
module : extensions/kafka-extraction-namespace
2019-07-08 15:24:51 -04:00
license_name : MIT License
2019-07-16 12:22:12 -04:00
copyright : Paul R. Holser, Jr.
version : 3.2
license_file_path : licenses/bin/jopt-simple.MIT
libraries :
- net.sf.jopt-simple : jopt-simple
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : Scala Library
license_category : binary
module : extensions/kafka-extraction-namespace
license_name : BSD-3-Clause License
copyright : EPFL, Lightbend Inc.
version : 2.10 .4
license_file_path : licenses/bin/scala-lang.BSD3
libraries :
- org.scala-lang : scala-library
---
# Web console modules start
name : "@babel/polyfill"
2019-07-08 15:24:51 -04:00
license_category : binary
module : web-console
license_name : MIT License
2019-07-16 12:22:12 -04:00
copyright : Sebastian McKenzie
version : 7.4 .4
license_file_path : licenses/bin/@babel-polyfill.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "@babel/runtime"
2019-07-08 15:24:51 -04:00
license_category : binary
module : web-console
license_name : MIT License
2019-07-16 12:22:12 -04:00
copyright : Sebastian McKenzie
version : 7.5 .4
license_file_path : licenses/bin/@babel-runtime.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "@blueprintjs/core"
2019-07-08 15:24:51 -04:00
license_category : binary
module : web-console
2019-07-16 12:22:12 -04:00
license_name : Apache License version 2.0
copyright : Palantir Technologies
2019-07-30 20:54:39 -04:00
version : 3.18 .0
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "@blueprintjs/icons"
2019-07-08 15:24:51 -04:00
license_category : binary
module : web-console
2019-07-16 12:22:12 -04:00
license_name : Apache License version 2.0
copyright : Palantir Technologies
2019-07-30 20:54:39 -04:00
version : 3.10 .0
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "@types/dom4"
2019-07-08 15:24:51 -04:00
license_category : binary
module : web-console
license_name : MIT License
2019-07-16 12:22:12 -04:00
copyright : Microsoft Corporation.
version : 2.0 .1
license_file_path : licenses/bin/@types-dom4.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "asap"
2019-07-08 15:24:51 -04:00
license_category : binary
module : web-console
license_name : MIT License
2019-07-16 12:22:12 -04:00
copyright : Contributors
version : 2.0 .6
license_file_path : licenses/bin/asap.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "axios"
2019-07-08 15:24:51 -04:00
license_category : binary
module : web-console
license_name : MIT License
2019-07-16 12:22:12 -04:00
copyright : Matt Zabriskie
version : 0.19 .0
license_file_path : licenses/bin/axios.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "brace"
2019-07-08 15:24:51 -04:00
license_category : binary
module : web-console
license_name : MIT License
2019-07-16 12:22:12 -04:00
copyright : Thorsten Lorenz
version : 0.11 .1
license_file_path : licenses/bin/brace.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "classnames"
2019-07-08 15:24:51 -04:00
license_category : binary
module : web-console
license_name : MIT License
2019-07-16 12:22:12 -04:00
copyright : Jed Watson
version : 2.2 .6
license_file_path : licenses/bin/classnames.MIT
2019-07-08 15:24:51 -04:00
---
2019-08-05 21:54:39 -04:00
name : "commander"
license_category : binary
module : web-console
license_name : MIT License
copyright : TJ Holowaychuk
version : 2.20 .0
license_file_path : licenses/bin/commander.MIT
---
2019-07-16 12:22:12 -04:00
name : "copy-to-clipboard"
2019-07-08 15:24:51 -04:00
license_category : binary
module : web-console
license_name : MIT License
2019-07-16 12:22:12 -04:00
copyright : sudodoki
version : 3.2 .0
license_file_path : licenses/bin/copy-to-clipboard.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "core-js"
2019-07-08 15:24:51 -04:00
license_category : binary
module : web-console
license_name : MIT License
2019-07-16 12:22:12 -04:00
copyright : Denis Pushkarev
version : 1.2 .7
license_file_path : licenses/bin/core-js.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "core-js"
2019-07-08 15:24:51 -04:00
license_category : binary
module : web-console
license_name : MIT License
2019-07-16 12:22:12 -04:00
copyright : Denis Pushkarev
version : 2.6 .9
license_file_path : licenses/bin/core-js.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "core-js"
2019-07-08 15:24:51 -04:00
license_category : binary
module : web-console
license_name : MIT License
2019-07-16 12:22:12 -04:00
copyright : Denis Pushkarev
version : 3.1 .4
license_file_path : licenses/bin/core-js.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "create-react-context"
2019-07-08 15:24:51 -04:00
license_category : binary
module : web-console
license_name : MIT License
2019-07-16 12:22:12 -04:00
copyright : James Kyle
version : 0.2 .2
license_file_path : licenses/bin/create-react-context.MIT
2019-07-08 15:24:51 -04:00
---
2019-08-05 21:54:39 -04:00
name : "d3-array"
license_category : binary
module : web-console
license_name : BSD-3-Clause License
copyright : Mike Bostock
version : 1.2 .4
license_file_path : licenses/bin/d3-array.BSD3
---
2019-07-16 12:22:12 -04:00
name : "d3-array"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : BSD-3-Clause License
copyright : Mike Bostock
version : 2.2 .0
license_file_path : licenses/bin/d3-array.BSD3
2019-07-08 15:24:51 -04:00
---
2019-08-05 21:54:39 -04:00
name : "d3-axis"
license_category : binary
module : web-console
license_name : BSD-3-Clause License
copyright : Mike Bostock
version : 1.0 .12
license_file_path : licenses/bin/d3-axis.BSD3
---
name : "d3-brush"
license_category : binary
module : web-console
license_name : BSD-3-Clause License
copyright : Mike Bostock
version : 1.0 .6
license_file_path : licenses/bin/d3-brush.BSD3
---
name : "d3-chord"
license_category : binary
module : web-console
license_name : BSD-3-Clause License
copyright : Mike Bostock
version : 1.0 .6
license_file_path : licenses/bin/d3-chord.BSD3
---
name : "d3-collection"
license_category : binary
module : web-console
license_name : BSD-3-Clause License
copyright : Mike Bostock
version : 1.0 .7
license_file_path : licenses/bin/d3-collection.BSD3
---
name : "d3-color"
license_category : binary
module : web-console
license_name : BSD-3-Clause License
copyright : Mike Bostock
version : 1.2 .8
license_file_path : licenses/bin/d3-color.BSD3
---
name : "d3-contour"
license_category : binary
module : web-console
license_name : BSD-3-Clause License
copyright : Mike Bostock
version : 1.3 .2
license_file_path : licenses/bin/d3-contour.BSD3
---
name : "d3-dispatch"
license_category : binary
module : web-console
license_name : BSD-3-Clause License
copyright : Mike Bostock
version : 1.0 .5
license_file_path : licenses/bin/d3-dispatch.BSD3
---
name : "d3-drag"
license_category : binary
module : web-console
license_name : BSD-3-Clause License
copyright : Mike Bostock
version : 1.2 .3
license_file_path : licenses/bin/d3-drag.BSD3
---
name : "d3-dsv"
license_category : binary
module : web-console
license_name : BSD-3-Clause License
copyright : Mike Bostock
version : 1.1 .1
license_file_path : licenses/bin/d3-dsv.BSD3
---
name : "d3-ease"
license_category : binary
module : web-console
license_name : BSD-3-Clause License
copyright : Mike Bostock
version : 1.0 .5
license_file_path : licenses/bin/d3-ease.BSD3
---
name : "d3-fetch"
license_category : binary
module : web-console
license_name : BSD-3-Clause License
copyright : Mike Bostock
version : 1.1 .2
license_file_path : licenses/bin/d3-fetch.BSD3
---
name : "d3-force"
license_category : binary
module : web-console
license_name : BSD-3-Clause License
copyright : Mike Bostock
version : 1.2 .1
license_file_path : licenses/bin/d3-force.BSD3
---
name : "d3-format"
license_category : binary
module : web-console
license_name : BSD-3-Clause License
copyright : Mike Bostock
version : 1.3 .2
license_file_path : licenses/bin/d3-format.BSD3
---
name : "d3-geo"
license_category : binary
module : web-console
license_name : BSD-3-Clause License
copyright : Mike Bostock
version : 1.11 .6
license_file_path : licenses/bin/d3-geo.BSD3
---
name : "d3-hierarchy"
license_category : binary
module : web-console
license_name : BSD-3-Clause License
copyright : Mike Bostock
version : 1.1 .8
license_file_path : licenses/bin/d3-hierarchy.BSD3
---
name : "d3-interpolate"
license_category : binary
module : web-console
license_name : BSD-3-Clause License
copyright : Mike Bostock
version : 1.3 .2
license_file_path : licenses/bin/d3-interpolate.BSD3
---
name : "d3-path"
license_category : binary
module : web-console
license_name : BSD-3-Clause License
copyright : Mike Bostock
version : 1.0 .7
license_file_path : licenses/bin/d3-path.BSD3
---
name : "d3-polygon"
license_category : binary
module : web-console
license_name : BSD-3-Clause License
copyright : Mike Bostock
version : 1.0 .5
license_file_path : licenses/bin/d3-polygon.BSD3
---
name : "d3-quadtree"
license_category : binary
module : web-console
license_name : BSD-3-Clause License
copyright : Mike Bostock
version : 1.0 .6
license_file_path : licenses/bin/d3-quadtree.BSD3
---
name : "d3-random"
license_category : binary
module : web-console
license_name : BSD-3-Clause License
copyright : Mike Bostock
version : 1.1 .2
license_file_path : licenses/bin/d3-random.BSD3
---
name : "d3-scale-chromatic"
license_category : binary
module : web-console
license_name : BSD-3-Clause License
copyright : Mike Bostock
version : 1.3 .3
license_file_path : licenses/bin/d3-scale-chromatic.BSD3
---
name : "d3-scale"
license_category : binary
module : web-console
license_name : BSD-3-Clause License
copyright : Mike Bostock
version : 2.2 .2
license_file_path : licenses/bin/d3-scale.BSD3
---
name : "d3-selection"
license_category : binary
module : web-console
license_name : BSD-3-Clause License
copyright : Mike Bostock
version : 1.4 .0
license_file_path : licenses/bin/d3-selection.BSD3
---
name : "d3-shape"
license_category : binary
module : web-console
license_name : BSD-3-Clause License
copyright : Mike Bostock
version : 1.3 .5
license_file_path : licenses/bin/d3-shape.BSD3
---
name : "d3-time-format"
license_category : binary
module : web-console
license_name : BSD-3-Clause License
copyright : Mike Bostock
version : 2.1 .3
license_file_path : licenses/bin/d3-time-format.BSD3
---
name : "d3-time"
license_category : binary
module : web-console
license_name : BSD-3-Clause License
copyright : Mike Bostock
version : 1.0 .11
license_file_path : licenses/bin/d3-time.BSD3
---
name : "d3-timer"
license_category : binary
module : web-console
license_name : BSD-3-Clause License
copyright : Mike Bostock
version : 1.0 .9
license_file_path : licenses/bin/d3-timer.BSD3
---
name : "d3-transition"
license_category : binary
module : web-console
license_name : BSD-3-Clause License
copyright : Mike Bostock
version : 1.2 .0
license_file_path : licenses/bin/d3-transition.BSD3
---
name : "d3-voronoi"
license_category : binary
module : web-console
license_name : BSD-3-Clause License
copyright : Mike Bostock
version : 1.1 .4
license_file_path : licenses/bin/d3-voronoi.BSD3
---
name : "d3-zoom"
license_category : binary
module : web-console
license_name : BSD-3-Clause License
copyright : Mike Bostock
version : 1.7 .3
license_file_path : licenses/bin/d3-zoom.BSD3
---
name : "d3"
license_category : binary
module : web-console
license_name : BSD-3-Clause License
copyright : Mike Bostock
version : 5.9 .7
license_file_path : licenses/bin/d3.BSD3
---
2019-07-16 12:22:12 -04:00
name : "debug"
license_category : binary
2019-07-08 15:24:51 -04:00
module : web-console
2019-07-16 12:22:12 -04:00
license_name : MIT License
copyright : TJ Holowaychuk
version : 3.1 .0
license_file_path : licenses/bin/debug.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "diff-match-patch"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : Apache License version 2.0
copyright : Google
version : 1.0 .4
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "dom-helpers"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : Jason Quense
version : 3.4 .0
license_file_path : licenses/bin/dom-helpers.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "dom4"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : Andrea Giammarchi
version : 2.1 .5
license_file_path : licenses/bin/dom4.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "druid-console"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : Apache License version 2.0
copyright : Tarek Rached
version : 0.0 .2
2019-07-08 15:24:51 -04:00
---
2019-08-05 21:54:39 -04:00
name : "druid-query-toolkit"
license_category : binary
module : web-console
license_name : Apache License version 2.0
copyright : Imply Data
version : 0.3 .8
---
2019-07-16 12:22:12 -04:00
name : "encoding"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : Andris Reinman
version : 0.1 .12
license_file_path : licenses/bin/encoding.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "fbjs"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : Facebook, Inc.
version : 0.8 .17
license_file_path : licenses/bin/fbjs.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "file-saver"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : Eli Grey
version : 2.0 .2
license_file_path : licenses/bin/file-saver.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "follow-redirects"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : Ruben Verborgh
version : 1.5 .10
license_file_path : licenses/bin/follow-redirects.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "gud"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : Jamie Kyle
version : 1.0 .0
license_file_path : licenses/bin/gud.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "has-own-prop"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : Sindre Sorhus
version : 2.0 .0
license_file_path : licenses/bin/has-own-prop.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "history"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : Michael Jackson
version : 4.9 .0
license_file_path : licenses/bin/history.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "hjson"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : Christian Zangl
version : 3.1 .2
license_file_path : licenses/bin/hjson.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "hoist-non-react-statics"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
2019-07-08 15:24:51 -04:00
license_name : BSD-3-Clause License
2019-07-16 12:22:12 -04:00
copyright : Michael Ridgway
version : 3.3 .0
license_file_path : licenses/bin/hoist-non-react-statics.BSD3
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "iconv-lite"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : Alexander Shtuchkin
version : 0.4 .24
license_file_path : licenses/bin/iconv-lite.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "is-buffer"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : Feross Aboukhadijeh
version : 2.0 .3
license_file_path : licenses/bin/is-buffer.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "is-stream"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : Sindre Sorhus
version : 1.1 .0
license_file_path : licenses/bin/is-stream.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "isarray"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : Julian Gruber
version : 0.0 .1
license_file_path : licenses/bin/isarray.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "isomorphic-fetch"
2019-07-08 15:24:51 -04:00
license_category : binary
module : web-console
2019-07-16 12:22:12 -04:00
license_name : MIT License
copyright : Matt Andrews
version : 2.2 .1
license_file_path : licenses/bin/isomorphic-fetch.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "js-tokens"
2019-07-08 15:24:51 -04:00
license_category : binary
module : web-console
2019-07-16 12:22:12 -04:00
license_name : MIT License
copyright : Simon Lydell
version : 4.0 .0
license_file_path : licenses/bin/js-tokens.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "lodash.debounce"
2019-07-08 15:24:51 -04:00
license_category : binary
module : web-console
2019-07-16 12:22:12 -04:00
license_name : MIT License
copyright : John-David Dalton
version : 4.0 .8
license_file_path : licenses/bin/lodash.debounce.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-27 04:46:37 -04:00
name : "lodash.escape"
license_category : binary
module : web-console
license_name : MIT License
copyright : John-David Dalton
version : 4.0 .1
license_file_path : licenses/bin/lodash.escape.MIT
---
2019-07-16 12:22:12 -04:00
name : "lodash.get"
2019-07-08 15:24:51 -04:00
license_category : binary
module : web-console
2019-07-16 12:22:12 -04:00
license_name : MIT License
copyright : John-David Dalton
version : 4.4 .2
license_file_path : licenses/bin/lodash.get.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "lodash.isequal"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : John-David Dalton
version : 4.5 .0
license_file_path : licenses/bin/lodash.isequal.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "loose-envify"
2019-07-08 15:24:51 -04:00
license_category : binary
module : web-console
2019-07-16 12:22:12 -04:00
license_name : MIT License
copyright : Andres Suarez
version : 1.4 .0
license_file_path : licenses/bin/loose-envify.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "memoize-one"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : Alex Reardon
version : 5.0 .5
license_file_path : licenses/bin/memoize-one.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "mini-create-react-context"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : StringEpsilon
version : 0.3 .2
license_file_path : licenses/bin/mini-create-react-context.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "ms"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : Zeit, Inc.
version : 2.0 .0
license_file_path : licenses/bin/ms.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "node-fetch"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : David Frank
version : 1.7 .3
license_file_path : licenses/bin/node-fetch.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "normalize.css"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : Nicolas Gallagher and Jonathan Neal
version : 8.0 .1
license_file_path : licenses/bin/normalize.css.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "numeral"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : Adam Draper
version : 2.0 .6
license_file_path : licenses/bin/numeral.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "object-assign"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : Sindre Sorhus
version : 4.1 .1
license_file_path : licenses/bin/object-assign.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "path-to-regexp"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : Blake Embrey (hello@blakeembrey.com)
version : 1.7 .0
license_file_path : licenses/bin/path-to-regexp.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "popper.js"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : Federico Zivolo
version : 1.15 .0
license_file_path : licenses/bin/popper.js.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "promise"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : ForbesLindesay
version : 7.3 .1
license_file_path : licenses/bin/promise.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "prop-types"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : Facebook, Inc.
version : 15.7 .2
license_file_path : licenses/bin/prop-types.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "react-ace"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : James Hrisho
version : 7.0 .2
license_file_path : licenses/bin/react-ace.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "react-dom"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : Facebook, Inc. and its affiliates.
version : 16.8 .6
license_file_path : licenses/bin/react-dom.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "react-is"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : Facebook, Inc. and its affiliates.
version : 16.8 .6
license_file_path : licenses/bin/react-is.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "react-lifecycles-compat"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : Facebook, Inc.
version : 3.0 .4
license_file_path : licenses/bin/react-lifecycles-compat.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "react-popper"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : Travis Arnold
version : 1.3 .3
license_file_path : licenses/bin/react-popper.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "react-router-dom"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : React Training
version : 5.0 .1
license_file_path : licenses/bin/react-router-dom.MIT
---
name : "react-router"
license_category : binary
module : web-console
license_name : MIT License
copyright : React Training
version : 5.0 .1
license_file_path : licenses/bin/react-router.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "react-splitter-layout"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : Yang Liu
version : 4.0 .0
license_file_path : licenses/bin/react-splitter-layout.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "react-table"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : Tanner Linsley
version : 6.10 .0
license_file_path : licenses/bin/react-table.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "react-transition-group"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : BSD-3-Clause License
copyright : React Community
version : 2.9 .0
license_file_path : licenses/bin/react-transition-group.BSD3
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "react"
license_category : binary
module : web-console
license_name : MIT License
copyright : Facebook, Inc. and its affiliates.
version : 16.8 .6
license_file_path : licenses/bin/react.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "regenerator-runtime"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : Ben Newman
2019-07-30 20:54:39 -04:00
version : 0.13 .3
2019-07-16 12:22:12 -04:00
license_file_path : licenses/bin/regenerator-runtime.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "resize-observer-polyfill"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : Denis Rul
version : 1.5 .1
license_file_path : licenses/bin/resize-observer-polyfill.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "resolve-pathname"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : Michael Jackson
version : 2.2 .0
license_file_path : licenses/bin/resolve-pathname.MIT
2019-07-08 15:24:51 -04:00
---
2019-08-05 21:54:39 -04:00
name : "rw"
license_category : binary
module : web-console
license_name : BSD-3-Clause License
copyright : Mike Bostock
version : 1.3 .3
license_file_path : licenses/bin/rw.BSD3
---
2019-07-16 12:22:12 -04:00
name : "safer-buffer"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : Nikita Skovoroda
version : 2.1 .2
license_file_path : licenses/bin/safer-buffer.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "scheduler"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : Facebook, Inc. and its affiliates.
version : 0.13 .6
license_file_path : licenses/bin/scheduler.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "setimmediate"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : YuzuJS
version : 1.0 .5
license_file_path : licenses/bin/setimmediate.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "tiny-invariant"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : Alex Reardon
version : 1.0 .5
license_file_path : licenses/bin/tiny-invariant.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "tiny-warning"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : Alex Reardon
version : 1.0 .3
license_file_path : licenses/bin/tiny-warning.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "toggle-selection"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : sudodoki
version : 1.0 .6
license_file_path : licenses/bin/toggle-selection.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "tslib"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
2019-07-08 15:24:51 -04:00
license_name : Apache License version 2.0
2019-07-16 12:22:12 -04:00
copyright : Microsoft Corp.
version : 1.10 .0
2019-07-08 15:24:51 -04:00
---
2019-07-30 20:54:39 -04:00
name : "tslib"
license_category : binary
module : web-console
license_name : Apache License version 2.0
copyright : Microsoft Corp.
version : 1.9 .3
---
2019-07-16 12:22:12 -04:00
name : "typed-styles"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : lttb
version : 0.0 .7
license_file_path : licenses/bin/typed-styles.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "ua-parser-js"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : Faisal Salman
version : 0.7 .20
license_file_path : licenses/bin/ua-parser-js.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "value-equal"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : Michael Jackson
version : 0.4 .0
license_file_path : licenses/bin/value-equal.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "warning"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : Berkeley Martinez
version : 4.0 .3
license_file_path : licenses/bin/warning.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : "whatwg-fetch"
2019-07-08 15:24:51 -04:00
license_category : binary
2019-07-16 12:22:12 -04:00
module : web-console
license_name : MIT License
copyright : GitHub, Inc.
version : 3.0 .0
license_file_path : licenses/bin/whatwg-fetch.MIT
# Web console modules end
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
# Legacy console modules start
name : jQuery
license_category : source
module : web-console
2019-07-08 15:24:51 -04:00
license_name : MIT License
2019-07-16 12:22:12 -04:00
version : 1.11 .0
copyright : jQuery Foundation, Inc.
license_file_path : licenses/src/jquery.MIT
2019-07-08 15:24:51 -04:00
---
2019-07-16 12:22:12 -04:00
name : jQuery UI
license_category : source
module : web-console
license_name : MIT License
version : 1.9 .2
copyright : jQuery Foundation and other contributors
license_file_path : licenses/src/jquery-ui.MIT
---
name : demo_table.css and jquery.dataTables.js from DataTables
license_category : source
module : web-console
2019-07-08 15:24:51 -04:00
license_name : BSD-3-Clause License
2019-07-16 12:22:12 -04:00
version : 1.8 .2
copyright : Allan Jardine.
license_file_path : licenses/src/datatables.BSD3
---
name : sizzle.js by way of jQuery
license_category : source
module : web-console
license_name : MIT License
version : 1.11 .0
copyright : jQuery Foundation and other contributors
license_file_path : licenses/src/sizzle.MIT
---
name : underscore
license_category : source
module : web-console
license_name : MIT License
version : 1.2 .2
copyright : Jeremy Ashkenas, DocumentCloud
license_file_path : licenses/src/underscore.MIT
# Legacy console modules end