From 8878df5b42371054db818e63c990bb0a64744471 Mon Sep 17 00:00:00 2001 From: Seunghyun Lee Date: Mon, 24 May 2021 14:39:34 -0700 Subject: [PATCH] Update LICENSE & NOTICE (#6944) The major code change in the UI(#5684) removed all the bundled javascript/css files. This change removed bunch of copied js/css files but the pr did not correctly address the license. This PR is the effort for cleaning up licenses. 1. Cleaned up LICENSE, LICENSE-binary 2. Cleaned up licenses/, licenses-binary/ 3. Cleaned up NOTICE-binary --- LICENSE | 73 ----------- LICENSE-binary | 109 ++++++----------- NOTICE-binary | 115 ++++++++++-------- licenses-binary/LICENSE-angular.txt | 21 ---- licenses-binary/LICENSE-aopalliance.txt | 2 - .../LICENSE-azure.txt | 12 +- ...xt => LICENSE-codehaus-animal-sniffer.txt} | 4 +- licenses-binary/LICENSE-codemirror.txt | 21 ---- licenses-binary/LICENSE-cpl-1.0.txt | 88 -------------- licenses-binary/LICENSE-edl-1.0.txt | 13 ++ licenses-binary/LICENSE-esotericsoftware.txt | 11 -- licenses-binary/LICENSE-foundation.txt | 22 ---- ...fusesource.txt => LICENSE-google-auth.txt} | 5 +- ...otobuf.txt => LICENSE-google-protobuf.txt} | 0 licenses-binary/LICENSE-jcabi.txt | 2 +- licenses-binary/LICENSE-jcraft.txt | 32 ----- licenses-binary/LICENSE-jline.txt | 32 ----- licenses-binary/LICENSE-jquery-datatables.txt | 12 -- .../LICENSE-jquery-requestAnimationFrame.txt | 22 ---- licenses-binary/LICENSE-jquery-sizzle.txt | 36 ------ licenses-binary/LICENSE-jquery.txt | 20 --- licenses-binary/LICENSE-js-beautify.txt | 9 -- licenses-binary/LICENSE-mimepull.txt | 28 ----- licenses-binary/LICENSE-normalize.txt | 21 ---- licenses-binary/LICENSE-paranamer.txt | 28 ----- licenses-binary/LICENSE-py4j.txt | 26 ---- .../LICENSE-reactive-streams.txt | 8 +- licenses-binary/LICENSE-reflections.txt | 13 ++ ...CENSE-scala.txt => LICENSE-scala-lang.txt} | 0 .../LICENSE-stax2.txt | 4 +- licenses-binary/LICENSE-underscore.txt | 23 ---- licenses-binary/LICENSE-xmlenc.txt | 27 ---- licenses-binary/LICENSE-zstd-jni.txt | 26 ++++ licenses/LICENSE-angular.txt | 21 ---- licenses/LICENSE-codemirror.txt | 21 ---- licenses/LICENSE-foundation.txt | 22 ---- .../LICENSE-jquery-requestAnimationFrame.txt | 22 ---- licenses/LICENSE-jquery-sizzle.txt | 36 ------ licenses/LICENSE-jquery.txt | 20 --- licenses/LICENSE-normalize.txt | 21 ---- licenses/LICENSE-underscore.txt | 23 ---- 41 files changed, 175 insertions(+), 876 deletions(-) delete mode 100644 licenses-binary/LICENSE-angular.txt delete mode 100644 licenses-binary/LICENSE-aopalliance.txt rename licenses/LICENSE-handlebars.txt => licenses-binary/LICENSE-azure.txt (87%) rename licenses-binary/{LICENSE-handlebars.txt => LICENSE-codehaus-animal-sniffer.txt} (95%) delete mode 100644 licenses-binary/LICENSE-codemirror.txt delete mode 100644 licenses-binary/LICENSE-cpl-1.0.txt create mode 100644 licenses-binary/LICENSE-edl-1.0.txt delete mode 100644 licenses-binary/LICENSE-esotericsoftware.txt delete mode 100644 licenses-binary/LICENSE-foundation.txt rename licenses-binary/{LICENSE-fusesource.txt => LICENSE-google-auth.txt} (91%) rename licenses-binary/{LICENSE-protobuf.txt => LICENSE-google-protobuf.txt} (100%) delete mode 100644 licenses-binary/LICENSE-jcraft.txt delete mode 100644 licenses-binary/LICENSE-jline.txt delete mode 100644 licenses-binary/LICENSE-jquery-datatables.txt delete mode 100644 licenses-binary/LICENSE-jquery-requestAnimationFrame.txt delete mode 100644 licenses-binary/LICENSE-jquery-sizzle.txt delete mode 100644 licenses-binary/LICENSE-jquery.txt delete mode 100644 licenses-binary/LICENSE-js-beautify.txt delete mode 100644 licenses-binary/LICENSE-mimepull.txt delete mode 100644 licenses-binary/LICENSE-normalize.txt delete mode 100644 licenses-binary/LICENSE-paranamer.txt delete mode 100644 licenses-binary/LICENSE-py4j.txt rename licenses/LICENSE-js-beautify.txt => licenses-binary/LICENSE-reactive-streams.txt (75%) create mode 100644 licenses-binary/LICENSE-reflections.txt rename licenses-binary/{LICENSE-scala.txt => LICENSE-scala-lang.txt} (100%) rename licenses/LICENSE-jquery-datatables.txt => licenses-binary/LICENSE-stax2.txt (83%) delete mode 100644 licenses-binary/LICENSE-underscore.txt delete mode 100644 licenses-binary/LICENSE-xmlenc.txt create mode 100644 licenses-binary/LICENSE-zstd-jni.txt delete mode 100644 licenses/LICENSE-angular.txt delete mode 100644 licenses/LICENSE-codemirror.txt delete mode 100644 licenses/LICENSE-foundation.txt delete mode 100644 licenses/LICENSE-jquery-requestAnimationFrame.txt delete mode 100644 licenses/LICENSE-jquery-sizzle.txt delete mode 100644 licenses/LICENSE-jquery.txt delete mode 100644 licenses/LICENSE-normalize.txt delete mode 100644 licenses/LICENSE-underscore.txt diff --git a/LICENSE b/LICENSE index 3337952b9cd..261eeb9e9f8 100644 --- a/LICENSE +++ b/LICENSE @@ -199,76 +199,3 @@ 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. - ------------------------------------------------------------------------------------- -This product bundles various third-party components under other open source licenses. -This section summarizes those components and their licenses. See "licenses/" for text -of these licenses. - - -MIT License ------------ -@fortawesome/free-solid-svg-icons (https://github.com/FortAwesome/Font-Awesome) -@fortawesome/fontawesome-svg-core (https://github.com/FortAwesome/Font-Awesome) -@fortawesome/react-fontawesome (https://github.com/FortAwesome/react-fontawesome) -@material-ui/core (https://github.com/mui-org/material-ui) -@material-ui/icons (https://github.com/mui-org/material-ui) -@material-ui/lab (https://github.com/mui-org/material-ui) -@types/react (https://github.com/DefinitelyTyped/DefinitelyTyped) -@types/react-dom (https://github.com/DefinitelyTyped/DefinitelyTyped) -@types/react-router-dom (https://github.com/DefinitelyTyped/DefinitelyTyped) -@typescript-eslint/eslint-plugin (https://github.com/typescript-eslint/typescript-eslint) -axios (https://github.com/axios/axios) -clean-webpack-plugin (https://github.com/johnagan/clean-webpack-plugin) -codemirror (https://github.com/codemirror/CodeMirror) -cross-fetch (https://github.com/lquixada/cross-fetch) -css-loader (https://github.com/webpack-contrib/css-loader) -eslint (https://github.com/eslint/eslint) -eslint-config-airbnb (https://github.com/airbnb/javascript) -eslint-config-airbnb-typescript (https://github.com/iamturns/eslint-config-airbnb-typescript) -eslint-config-prettier (https://github.com/prettier/eslint-config-prettier) -eslint-config-react-app (https://github.com/facebook/create-react-app) -eslint-loader (https://github.com/webpack-contrib/eslint-loader) -eslint-plugin-import (https://github.com/benmosher/eslint-plugin-import) -eslint-plugin-jsx-a11y (https://github.com/evcohen/eslint-plugin-jsx-a11y) -eslint-plugin-prettier (https://github.com/prettier/eslint-plugin-prettier) -eslint-plugin-react (https://github.com/yannickcr/eslint-plugin-react) -eslint-plugin-react-hooks (https://github.com/facebook/react) -export-from-json (https://github.com/zheeeng/export-from-json) -file-loader (https://github.com/webpack-contrib/file-loader) -html-loader (https://github.com/webpack-contrib/html-loader) -html-webpack-plugin (https://github.com/jantimon/html-webpack-plugin) -lodash (https://github.com/lodash/lodash) -npm-run-all (https://github.com/mysticatea/npm-run-all) -prettier (https://github.com/prettier/prettier) -prettier-eslint (https://github.com/prettier/prettier-eslint) -prettier-eslint-cli (https://github.com/prettier/prettier-eslint-cli) -prop-types (https://github.com/facebook/prop-types) -react (https://github.com/facebook/react) -react-codemirror2 (https://github.com/scniro/react-codemirror2) -react-dom (https://github.com/facebook/react) -react-router-dom (https://github.com/ReactTraining/react-router) -source-map-loader (https://github.com/webpack-contrib/source-map-loader) -style-loader (https://github.com/webpack-contrib/style-loader) -ts-loader (https://github.com/TypeStrong/ts-loader) -url-loader (https://github.com/webpack-contrib/url-loader) -webpack (https://github.com/webpack/webpack) -webpack-cli (https://github.com/webpack/webpack-cli) -webpack-dev-server (https://github.com/webpack/webpack-dev-server) - -BSD 3-Clause ------------- -eslint-plugin-flowtype (https://github.com/gajus/eslint-plugin-flowtype) - -BSD 2-Clause ------------- -@typescript-eslint/parser (https://github.com/typescript-eslint/typescript-eslint) - -Apache-2.0 ------------- -typescript (https://github.com/Microsoft/TypeScript) - -ISC ------------- -eslint-import-resolver-typescript (https://github.com/alexgorbatchev/eslint-import-resolver-typescript) - diff --git a/LICENSE-binary b/LICENSE-binary index d3936f2a23d..4bd57bd2c12 100644 --- a/LICENSE-binary +++ b/LICENSE-binary @@ -216,39 +216,30 @@ com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.10.0 com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.10.0 com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.10.0 com.fasterxml.woodstox:woodstox-core:6.0.1 -com.fasterxml:aalto-xml:1.0.0 -com.github.stephenc.jcip:jcip-annotations:1.0-1 com.google.android:annotations:4.1.1.4 +com.google.api-client:google-api-client:1.30.4 com.google.api.grpc:proto-google-common-protos:1.17.0 com.google.api.grpc:proto-google-iam-v1:0.13.0 com.google.api:api-common:1.8.1 -com.google.api:gax:1.49.1 com.google.api:gax-httpjson:0.66.1 -com.google.api-client:google-api-client:1.30.4 +com.google.api:gax:1.49.1 com.google.apis:google-api-services-storage:v1-rev20190910-1.30.3 -com.google.auth:google-auth-library-credentials:0.18.0 -com.google.auth:google-auth-library-oauth2-http:0.18.0 com.google.auto.value:auto-value-annotations:1.6.6 -com.google.cloud:google-cloud-core:1.91.3 com.google.cloud:google-cloud-core-http:1.91.3 +com.google.cloud:google-cloud-core:1.91.3 com.google.cloud:google-cloud-nio:0.120.0-alpha com.google.cloud:google-cloud-storage:1.102.0 com.google.code.findbugs:jsr305:3.0.0 com.google.code.gson:gson:2.2.4 com.google.errorprone:error_prone_annotations:2.3.4 -com.google.guava:guava:20.0 +com.google.guava:guava:20 com.google.http-client:google-http-client-appengine:1.32.1 com.google.http-client:google-http-client-jackson2:1.32.1 com.google.http-client:google-http-client:1.32.1 com.google.j2objc:j2objc-annotations:1.3 com.google.oauth-client:google-oauth-client:1.30.3 -com.google.protobuf:protobuf-java-util:3.10.0 com.jayway.jsonpath:json-path:2.4.0 com.lmax:disruptor:3.3.4 -com.nimbusds:content-type:2.0 -com.nimbusds:lang-tag:1.4.4 -com.nimbusds:nimbus-jose-jwt:8.8 -com.nimbusds:oauth2-oidc-sdk:7.1.1 com.ning:async-http-client:1.9.21 com.tdunning:t-digest:3.2 com.typesafe.netty:netty-reactive-streams-http:2.0.4 @@ -260,12 +251,13 @@ com.zaxxer:HikariCP-java7:2.4.13 commons-cli:commons-cli:1.2 commons-codec:commons-codec:1.6 commons-collections:commons-collections:3.2.1 -commons-configuration:commons-configuration:1.10 +commons-configuration:commons-configuration:1.1 commons-httpclient:commons-httpclient:3.1 commons-io:commons-io:2.4 commons-lang:commons-lang:2.6 commons-logging:commons-logging:1.2 -io.airlift:aircompressor:0.10 +commons-pool:commons-pool:1.6 +io.airlift:aircompressor:0.1 io.confluent:common-config:5.3.1 io.confluent:common-utils:5.3.1 io.confluent:kafka-avro-serializer:5.3.1 @@ -309,20 +301,18 @@ javax.inject:javax.inject:1 javax.validation:validation-api:2.0.1.Final joda-time:joda-time:2.10.5 me.lemire.integercompression:JavaFastPFOR:0.0.13 -net.java.dev.jna:jna-platform:5.6.0 -net.java.dev.jna:jna:5.5.0 net.minidev:accessors-smart:1.2 net.minidev:json-smart:2.3 -org.apache.avro:avro:1.7.6 +org.apache.avro:avro:1.9.2 org.apache.calcite.avatica:avatica-core:1.13.0 org.apache.calcite:calcite-babel:1.19.0 org.apache.calcite:calcite-core:1.19.0 org.apache.calcite:calcite-linq4j:1.19.0 -org.apache.commons:commons-compress:1.20 -org.apache.commons:commons-csv:1.0 +org.apache.commons:commons-compress:1.2 +org.apache.commons:commons-csv:1 org.apache.commons:commons-lang3:3.5 -org.apache.commons:commons-math:2.1 org.apache.commons:commons-math3:3.2 +org.apache.commons:commons-math:2.1 org.apache.datasketches:datasketches-java:1.2.0-incubating org.apache.datasketches:datasketches-memory:1.2.0-incubating org.apache.helix:helix-core:0.9.8 @@ -344,35 +334,25 @@ org.apache.lucene:lucene-queryparser:8.2.0 org.apache.lucene:lucene-sandbox:8.2.0 org.apache.orc:orc-core:1.5.9 org.apache.orc:orc-shims:1.5.9 -org.apache.parquet:parquet-avro:1.8.0 -org.apache.parquet:parquet-column:1.8.0 -org.apache.parquet:parquet-common:1.8.0 -org.apache.parquet:parquet-encoding:1.8.0 -org.apache.parquet:parquet-format:2.3.0-incubating -org.apache.parquet:parquet-hadoop:1.8.0 -org.apache.parquet:parquet-jackson:1.8.0 +org.apache.parquet:parquet-avro:1.11.1 +org.apache.parquet:parquet-column:1.11.1 +org.apache.parquet:parquet-common:1.11.1 +org.apache.parquet:parquet-encoding:1.11.1 +org.apache.parquet:parquet-format-structures:1.11.1 +org.apache.parquet:parquet-hadoop:1.11.1 +org.apache.parquet:parquet-jackson:1.11.1 org.apache.thrift:libthrift:0.12.0 -org.apache.yetus:audience-annotations:0.5.0 +org.apache.yetus:audience-annotations:0.11.0 org.apache.zookeeper:zookeeper-jute:3.5.8 org.apache.zookeeper:zookeeper:3.5.8 org.codehaus.groovy:groovy-all:2.4.21 org.codehaus.jackson:jackson-core-asl:1.9.13 org.codehaus.jackson:jackson-mapper-asl:1.9.13 -org.jetbrains:annotations:15.0 org.javassist:javassist:3.19.0-GA -org.linguafranca.pwdb:KeePassJava2-dom:2.1.4 -org.linguafranca.pwdb:KeePassJava2-jaxb:2.1.4 -org.linguafranca.pwdb:KeePassJava2-kdb:2.1.4 -org.linguafranca.pwdb:KeePassJava2-kdbx:2.1.4 -org.linguafranca.pwdb:KeePassJava2-simple:2.1.4 -org.linguafranca.pwdb:KeePassJava2:2.1.4 -org.linguafranca.pwdb:database:2.1.4 org.lz4:lz4-java:1.4.1 org.quartz-scheduler:quartz:2.3.2 org.roaringbitmap:RoaringBitmap:0.9.0 org.roaringbitmap:shims:0.9.0 -org.scala-lang:scala-library:2.11.11 -org.simpleframework:simple-xml:2.7.1 org.webjars:swagger-ui:3.18.2 org.wildfly.openssl:wildfly-openssl:1.0.7.Final org.xerial.larray:larray-buffer:0.4.1 @@ -395,8 +375,6 @@ software.amazon.awssdk:s3:2.13.46 software.amazon.awssdk:sdk-core:2.13.46 software.amazon.awssdk:utils:2.13.46 software.amazon.eventstream:eventstream:1.0.1 -stax:stax-api:1.0.1 -stax:stax:1.2.0 ------------------------------------------------------------------------------------ @@ -410,67 +388,53 @@ MIT License args4j:args4j:2.32 com.azure:azure-core-http-netty:1.7.1 com.azure:azure-core:1.12.0 -com.azure:azure-identity:1.2.2 com.azure:azure-storage-blob:12.10.0 com.azure:azure-storage-common:12.10.0 com.azure:azure-storage-file-datalake:12.4.0 com.azure:azure-storage-internal-avro:12.0.2 com.microsoft.azure:azure-data-lake-store-sdk:2.3.9 -com.microsoft.azure:msal4j-persistence-extension:1.0.0 -com.microsoft.azure:msal4j:1.8.0 net.sf.jopt-simple:jopt-simple:4.6 org.codehaus.mojo:animal-sniffer-annotations:1.18 +org.reactivestreams:reactive-streams:1.0.3 org.slf4j:slf4j-api:1.7.25 -pinot-controller/src/main/resources/*/js/lib/codemirror/* -pinot-controller/src/main/resources/*/js/lib/foundation/* -pinot-controller/src/main/resources/*/js/lib/angular* -pinot-controller/src/main/resources/*/js/lib/underscore* -pinot-controller/src/main/resources/*/js/lib/jquery-2.1.3.min.js -pinot-controller/src/main/resources/*/js/lib/beautify.js -pinot-controller/src/main/resources/*/js/lib/handlebars.js - -pinot-controller/src/main/resources/*/css/lib/codemirror* -pinot-controller/src/main/resources/*/css/lib/foundation* -pinot-controller/src/main/resources/*/css/lib/normalize.css - BSD 2-Clause ------------ +com.github.luben:zstd-jni:1.4.9-5 org.codehaus.woodstox:stax2-api:4.2 -org.reflections:reflections:0.9.11 BSD 3-Clause ------------ +com.google.auth:google-auth-library-credentials:0.18.0 +com.google.auth:google-auth-library-oauth2-http:0.18.0 +com.google.protobuf:protobuf-java-util:3.10.0 com.google.protobuf:protobuf-java:3.12.0 com.jcabi:jcabi-aspects:0.22 com.jcabi:jcabi-log:0.17.1 -com.thoughtworks.paranamer:paranamer:2.8 org.antlr:antlr4-runtime:4.6 org.ow2.asm:asm:5.0.4 +org.scala-lang:scala-library:2.11.11 org.threeten:threeten-extra:1.5.0 org.threeten:threetenbp:1.3.3 -pinot-controller/src/main/resources/*/js/lib/jquery.dataTables.min.js - Common Development and Distribution License (CDDL) 1.0 ------------------------------------------------------ -(see licenses-binary/LICENSE-cddl-1.0.txt) +(see licenses/LICENSE-cddl-1.0.txt) javax.activation:activation:1.1.1 -javax.servlet:javax.servlet-api:3.0.1 Common Development and Distribution License (CDDL) 1.1 ------------------------------------------------------ -(see licenses-binary/LICENSE-cddl-1.1.txt) +(see licenses/LICENSE-cddl-1.1.txt) -com.sun.mail:javax.mail:1.6.1 com.sun.xml.bind:jaxb-core:2.3.0 com.sun.xml.bind:jaxb-impl:2.3.0 javax.annotation:javax.annotation-api:1.3.2 +javax.servlet:javax.servlet-api:3.0.1 javax.ws.rs:javax.ws.rs-api:2.0.1 javax.xml.bind:jaxb-api:2.3.0 org.glassfish.hk2:osgi-resource-locator:1.0.1 @@ -479,22 +443,23 @@ org.glassfish.jersey.containers:jersey-container-servlet-core:2.25.1 Eclipse Public License (EPL) 1.0 -------------------------------- -(see licenses-binary/LICENSE-epl-1.0.txt) +(see licenses/LICENSE-epl-1.0.txt) -org.aspectj:aspectjrt:1.8.4 com.mchange:c3p0:0.9.5.4 com.mchange:mchange-commons-java:0.2.15 +org.aspectj:aspectjrt:1.8.4 +org.locationtech.jts:jts-core:1.16.1 Eclipse Public License (EPL) 2.0 ------------------------------- -(see licenses-binary/LICENSE-epl-2.0.txt) +(see licenses/LICENSE-epl-2.0.txt) jakarta.annotation:jakarta.annotation-api:1.3.4 jakarta.ws.rs:jakarta.ws.rs-api:2.1.5 org.glassfish.grizzly:grizzly-framework:2.4.4 -org.glassfish.grizzly:grizzly-http:2.4.4 org.glassfish.grizzly:grizzly-http-server:2.4.4 +org.glassfish.grizzly:grizzly-http:2.4.4 org.glassfish.hk2.external:aopalliance-repackaged:2.5.0 org.glassfish.hk2.external:jakarta.inject:2.5.0 org.glassfish.hk2:hk2-api:2.5.0 @@ -510,15 +475,17 @@ org.glassfish.jersey.media:jersey-media-jaxb:2.28 org.glassfish.jersey.media:jersey-media-json-jackson:2.28 org.glassfish.jersey.media:jersey-media-multipart:2.28 org.glassfish.tyrus.bundles:tyrus-standalone-client:1.15 -org.locationtech.jts:jts-core:1.16.1 + Eclipse Distribution License (EDL) 1.0 -------------------------------------- +(see licenses/LICENSE-edl-1.0.txt) + jakarta.activation:jakarta.activation-api:1.2.1 jakarta.xml.bind:jakarta.xml.bind-api:2.3.2 org.jvnet.mimepull:mimepull:1.9.11 -Public Domain +WTFPL License ------------- -org.reactivestreams:reactive-streams:1.0.3 +org.reflections:reflections:0.9.11 diff --git a/NOTICE-binary b/NOTICE-binary index 82567b6f957..5bc965afd17 100644 --- a/NOTICE-binary +++ b/NOTICE-binary @@ -4,6 +4,13 @@ Copyright 2018-2021 Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). +-------------------------------------------------------------------------------- + +Apache Log4j Core +Copyright 1999-2012 Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). Apache Commons Configuration Copyright 2001-2013 The Apache Software Foundation @@ -15,7 +22,7 @@ This product includes software developed by The Apache Software Foundation (http://www.apache.org/). -------------------------------------------------------------------------------- -src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java contains +src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java contains test data from http://aspell.sourceforge.net/test/batch0.tab. Copyright (C) 2002 Kevin Atkinson (kevina@gnu.org). Verbatim copying @@ -78,15 +85,7 @@ in some artifacts (usually source distributions); but is always available from the source code management (SCM) system project uses. Apache Avro -Copyright 2009-2014 The Apache Software Foundation - -This product currently only contains code developed by authors -of specific components, as identified by the source code files; -if such notes are missing files have been created by -Tatu Saloranta. - -For additional credits (generally to people who reported problems) -see CREDITS file. +Copyright 2009-2020 The Apache Software Foundation Apache Groovy Copyright 2003-2020 The Apache Software Foundation @@ -154,16 +153,16 @@ are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -2. The origin of this software must not be misrepresented; you must - not claim that you wrote the original software. If you use this - software in a product, an acknowledgment in the product +2. The origin of this software must not be misrepresented; you must + not claim that you wrote the original software. If you use this + software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 3. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. -4. The name of the author may not be used to endorse or promote - products derived from this software without specific prior written +4. The name of the author may not be used to endorse or promote + products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS @@ -183,6 +182,14 @@ Julian Seward, jseward@acm.org Apache Helix :: Core Copyright 2020 The Apache Software Foundation +This product currently only contains code developed by authors +of specific components, as identified by the source code files; +if such notes are missing files have been created by +Tatu Saloranta. + +For additional credits (generally to people who reported problems) +see CREDITS file. + The Netty Project ================= @@ -306,7 +313,7 @@ Apache ZooKeeper - Jute Copyright 2008-2020 The Apache Software Foundation Apache Yetus - Audience Annotations -Copyright 2015-2017 The Apache Software Foundation +Copyright 2015-2019 The Apache Software Foundation Apache Commons Math Copyright 2001-2010 The Apache Software Foundation @@ -566,41 +573,25 @@ To find the details that apply to this artifact see the accompanying LICENSE fil For more information, including possible other licensing options, contact FasterXML.com (http://fasterxml.com). -ORC Core -Copyright 2013-2020 The Apache Software Foundation - -ORC Shims -Copyright 2013-2020 The Apache Software Foundation - -Hive Storage API -Copyright 2019 The Apache Software Foundation - -Apache Parquet Avro -Copyright 2015 The Apache Software Foundation - -Apache Parquet Column -Copyright 2015 The Apache Software Foundation +Apache Commons CSV +Copyright 2005-2014 The Apache Software Foundation -Apache Parquet Common -Copyright 2015 The Apache Software Foundation +src/main/resources/contract.txt +This file was downloaded from http://www.ferc.gov/docs-filing/eqr/soft-tools/sample-csv/contract.txt and contains neither copyright notice nor license. -Apache Parquet Encodings -Copyright 2015 The Apache Software Foundation +src/main/resources/transaction.txt +This file was downloaded from http://www.ferc.gov/docs-filing/eqr/soft-tools/sample-csv/transaction.txt and contains neither copyright notice nor license. -Apache Parquet Hadoop -Copyright 2015 The Apache Software Foundation - -Apache Parquet Jackson -Copyright 2015 The Apache Software Foundation - -Apache Parquet Format (Incubating) -Copyright 2015 The Apache Software Foundation - -Apache Log4j Core -Copyright 1999-2012 Apache Software Foundation - -ResolverUtil.java -Copyright 2005-2006 Tim Fennell +src/test/resources/CSVFileParser/bom.csv +src/test/resources/CSVFileParser/test.csv +src/test/resources/CSVFileParser/test_default.txt +src/test/resources/CSVFileParser/test_default_comment.txt +src/test/resources/CSVFileParser/test_rfc4180.txt +src/test/resources/CSVFileParser/test_rfc4180_trim.txt +src/test/resources/CSVFileParser/testCSV85.csv +src/test/resources/CSVFileParser/testCSV85_default.txt +src/test/resources/CSVFileParser/testCSV85_ignoreEmpty.txt +These files are used as test data and test result specifications. Apache Commons Math Copyright 2001-2013 The Apache Software Foundation @@ -673,3 +664,31 @@ The creation of the package "o.a.c.m.analysis.integration.gauss" was inspired by an original code donated by Sébastien Brisard. =============================================================================== +ORC Core +Copyright 2013-2020 The Apache Software Foundation + +ORC Shims +Copyright 2013-2020 The Apache Software Foundation + +Hive Storage API +Copyright 2019 The Apache Software Foundation + +Apache Parquet MR (Incubating) +Copyright 2014-2015 The Apache Software Foundation + +-------------------------------------------------------------------------------- + +This product includes code from Apache Avro, which includes the following in +its NOTICE file: + + Apache Avro + Copyright 2010-2015 The Apache Software Foundation + + This product includes software developed at + The Apache Software Foundation (http://www.apache.org/). + +Apache Commons Pool +Copyright 2001-2012 The Apache Software Foundation + +ResolverUtil.java +Copyright 2005-2006 Tim Fennell diff --git a/licenses-binary/LICENSE-angular.txt b/licenses-binary/LICENSE-angular.txt deleted file mode 100644 index 7a7392fe6bc..00000000000 --- a/licenses-binary/LICENSE-angular.txt +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License - -Copyright (c) 2010-2018 Google, Inc. http://angularjs.org - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/licenses-binary/LICENSE-aopalliance.txt b/licenses-binary/LICENSE-aopalliance.txt deleted file mode 100644 index 2c5d1be183e..00000000000 --- a/licenses-binary/LICENSE-aopalliance.txt +++ /dev/null @@ -1,2 +0,0 @@ -LICENCE: all the source code provided by AOP Alliance is Public Domain. - diff --git a/licenses/LICENSE-handlebars.txt b/licenses-binary/LICENSE-azure.txt similarity index 87% rename from licenses/LICENSE-handlebars.txt rename to licenses-binary/LICENSE-azure.txt index b802d14e713..3423e9584d1 100644 --- a/licenses/LICENSE-handlebars.txt +++ b/licenses-binary/LICENSE-azure.txt @@ -1,4 +1,6 @@ -Copyright (C) 2011-2017 by Yehuda Katz +The MIT License (MIT) + +Copyright (c) 2015 Microsoft Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -7,13 +9,13 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/licenses-binary/LICENSE-handlebars.txt b/licenses-binary/LICENSE-codehaus-animal-sniffer.txt similarity index 95% rename from licenses-binary/LICENSE-handlebars.txt rename to licenses-binary/LICENSE-codehaus-animal-sniffer.txt index b802d14e713..370fb559bbb 100644 --- a/licenses-binary/LICENSE-handlebars.txt +++ b/licenses-binary/LICENSE-codehaus-animal-sniffer.txt @@ -1,4 +1,6 @@ -Copyright (C) 2011-2017 by Yehuda Katz +The MIT License + +Copyright (c) 2009 codehaus.org. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/licenses-binary/LICENSE-codemirror.txt b/licenses-binary/LICENSE-codemirror.txt deleted file mode 100644 index ff7db4b99f5..00000000000 --- a/licenses-binary/LICENSE-codemirror.txt +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (C) 2017 by Marijn Haverbeke and others - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/licenses-binary/LICENSE-cpl-1.0.txt b/licenses-binary/LICENSE-cpl-1.0.txt deleted file mode 100644 index a59d43fa54e..00000000000 --- a/licenses-binary/LICENSE-cpl-1.0.txt +++ /dev/null @@ -1,88 +0,0 @@ -Common Public License - v 1.0 - - -THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. - - -1. DEFINITIONS - -"Contribution" means: - -a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and -b) in the case of each subsequent Contributor: -i) changes to the Program, and -ii) additions to the Program; -where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program. - -"Contributor" means any person or entity that distributes the Program. - - -"Licensed Patents " mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program. - - -"Program" means the Contributions distributed in accordance with this Agreement. - - -"Recipient" means anyone who receives the Program under this Agreement, including all Contributors. - - -2. GRANT OF RIGHTS - -a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form. -b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder. -c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program. -d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement. -3. REQUIREMENTS - -A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that: - -a) it complies with the terms and conditions of this Agreement; and -b) its license agreement: -i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose; -ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits; -iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and -iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange. -When the Program is made available in source code form: - -a) it must be made available under this Agreement; and -b) a copy of this Agreement must be included with each copy of the Program. - -Contributors may not remove or alter any copyright notices contained within the Program. - - -Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution. - - -4. COMMERCIAL DISTRIBUTION - -Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense. - - -For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages. - - -5. NO WARRANTY - -EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations. - - -6. DISCLAIMER OF LIABILITY - -EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - - -7. GENERAL - -If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable. - - -If Recipient institutes patent litigation against a Contributor with respect to a patent applicable to software (including a cross-claim or counterclaim in a lawsuit), then any patent licenses granted by that Contributor to such Recipient under this Agreement shall terminate as of the date such litigation is filed. In addition, if Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed. - - -All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive. - - -Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. IBM is the initial Agreement Steward. IBM may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved. - - -This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. \ No newline at end of file diff --git a/licenses-binary/LICENSE-edl-1.0.txt b/licenses-binary/LICENSE-edl-1.0.txt new file mode 100644 index 00000000000..8e44780c856 --- /dev/null +++ b/licenses-binary/LICENSE-edl-1.0.txt @@ -0,0 +1,13 @@ +Eclipse Distribution License - v 1.0 + +Copyright (c) 2007, Eclipse Foundation, Inc. and its licensors. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + * Neither the name of the Eclipse Foundation, Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/licenses-binary/LICENSE-esotericsoftware.txt b/licenses-binary/LICENSE-esotericsoftware.txt deleted file mode 100644 index 4f93f537511..00000000000 --- a/licenses-binary/LICENSE-esotericsoftware.txt +++ /dev/null @@ -1,11 +0,0 @@ -Copyright (c) 2008, Nathan Sweet -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Esoteric Software nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - diff --git a/licenses-binary/LICENSE-foundation.txt b/licenses-binary/LICENSE-foundation.txt deleted file mode 100644 index e83849407b4..00000000000 --- a/licenses-binary/LICENSE-foundation.txt +++ /dev/null @@ -1,22 +0,0 @@ -Copyright (c) 2011-2019 ZURB, Inc. - -MIT License - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/licenses-binary/LICENSE-fusesource.txt b/licenses-binary/LICENSE-google-auth.txt similarity index 91% rename from licenses-binary/LICENSE-fusesource.txt rename to licenses-binary/LICENSE-google-auth.txt index 8edd375909b..12edf23c671 100644 --- a/licenses-binary/LICENSE-fusesource.txt +++ b/licenses-binary/LICENSE-google-auth.txt @@ -1,4 +1,4 @@ -Copyright (c) 2011 FuseSource Corp. All rights reserved. +Copyright 2014, Google Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are @@ -10,7 +10,8 @@ notice, this list of conditions and the following disclaimer. copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of FuseSource Corp. nor the names of its + + * Neither the name of Google Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/licenses-binary/LICENSE-protobuf.txt b/licenses-binary/LICENSE-google-protobuf.txt similarity index 100% rename from licenses-binary/LICENSE-protobuf.txt rename to licenses-binary/LICENSE-google-protobuf.txt diff --git a/licenses-binary/LICENSE-jcabi.txt b/licenses-binary/LICENSE-jcabi.txt index f229508d12f..7a30e7ecdd5 100644 --- a/licenses-binary/LICENSE-jcabi.txt +++ b/licenses-binary/LICENSE-jcabi.txt @@ -1,4 +1,4 @@ -Copyright (c) 2012-2015, jcabi.com +Copyright (c) 2012-2017, jcabi.com All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/licenses-binary/LICENSE-jcraft.txt b/licenses-binary/LICENSE-jcraft.txt deleted file mode 100644 index 5be61566ba1..00000000000 --- a/licenses-binary/LICENSE-jcraft.txt +++ /dev/null @@ -1,32 +0,0 @@ -Text copied verbatim from http://www.jcraft.com/jsch/LICENSE.txt - -JSch 0.0.* was released under the GNU LGPL license. Later, we have switched -over to a BSD-style license. - ------------------------------------------------------------------------------- -Copyright (c) 2002-2015 Atsuhiko Yamanaka, JCraft,Inc. -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - - 1. Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the distribution. - - 3. The names of the authors may not be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, -INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT, -INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, -OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, -EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/licenses-binary/LICENSE-jline.txt b/licenses-binary/LICENSE-jline.txt deleted file mode 100644 index 246f54f7365..00000000000 --- a/licenses-binary/LICENSE-jline.txt +++ /dev/null @@ -1,32 +0,0 @@ -Copyright (c) 2002-2006, Marc Prud'hommeaux -All rights reserved. - -Redistribution and use in source and binary forms, with or -without modification, are permitted provided that the following -conditions are met: - -Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - -Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with -the distribution. - -Neither the name of JLine nor the names of its contributors -may be used to endorse or promote products derived from this -software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY -AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, -OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED -AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING -IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/licenses-binary/LICENSE-jquery-datatables.txt b/licenses-binary/LICENSE-jquery-datatables.txt deleted file mode 100644 index f51e340a0b8..00000000000 --- a/licenses-binary/LICENSE-jquery-datatables.txt +++ /dev/null @@ -1,12 +0,0 @@ -Copyright (c) 2008-2012, Allan Jardine All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - -3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - diff --git a/licenses-binary/LICENSE-jquery-requestAnimationFrame.txt b/licenses-binary/LICENSE-jquery-requestAnimationFrame.txt deleted file mode 100644 index 14b9b6ecce8..00000000000 --- a/licenses-binary/LICENSE-jquery-requestAnimationFrame.txt +++ /dev/null @@ -1,22 +0,0 @@ -Copyright (c) 2012 Corey Frang - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. diff --git a/licenses-binary/LICENSE-jquery-sizzle.txt b/licenses-binary/LICENSE-jquery-sizzle.txt deleted file mode 100644 index 88fcd178b2d..00000000000 --- a/licenses-binary/LICENSE-jquery-sizzle.txt +++ /dev/null @@ -1,36 +0,0 @@ -Copyright JS Foundation and other contributors, https://js.foundation/ - -This software consists of voluntary contributions made by many -individuals. For exact contribution history, see the revision history -available at https://github.com/jquery/sizzle - -The following license applies to all parts of this software except as -documented below: - -==== - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -==== - -All files located in the node_modules and external directories are -externally maintained libraries used by this software which have their -own licenses; we recommend you read them, as their terms may differ from -the terms above. diff --git a/licenses-binary/LICENSE-jquery.txt b/licenses-binary/LICENSE-jquery.txt deleted file mode 100644 index e3dbacb999c..00000000000 --- a/licenses-binary/LICENSE-jquery.txt +++ /dev/null @@ -1,20 +0,0 @@ -Copyright JS Foundation and other contributors, https://js.foundation/ - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/licenses-binary/LICENSE-js-beautify.txt b/licenses-binary/LICENSE-js-beautify.txt deleted file mode 100644 index 153d126beb4..00000000000 --- a/licenses-binary/LICENSE-js-beautify.txt +++ /dev/null @@ -1,9 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2007-2018 Einar Lielmanis, Liam Newman, and contributors. - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/licenses-binary/LICENSE-mimepull.txt b/licenses-binary/LICENSE-mimepull.txt deleted file mode 100644 index 0dea72127c3..00000000000 --- a/licenses-binary/LICENSE-mimepull.txt +++ /dev/null @@ -1,28 +0,0 @@ -Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - - - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - - Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - - Neither the name of the Eclipse Foundation, Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS -IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR -CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/licenses-binary/LICENSE-normalize.txt b/licenses-binary/LICENSE-normalize.txt deleted file mode 100644 index f36351ee556..00000000000 --- a/licenses-binary/LICENSE-normalize.txt +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright © Nicolas Gallagher and Jonathan Neal - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do -so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file diff --git a/licenses-binary/LICENSE-paranamer.txt b/licenses-binary/LICENSE-paranamer.txt deleted file mode 100644 index b362d44b1ac..00000000000 --- a/licenses-binary/LICENSE-paranamer.txt +++ /dev/null @@ -1,28 +0,0 @@ -[ ParaNamer used to be 'Pubic Domain', but since it includes a small piece of ASM it is now the same license as that: BSD ] - - Copyright (c) 2007 Paul Hammant - All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - 3. Neither the name of the copyright holders nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" - AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE - LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR - CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF - SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN - CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF - THE POSSIBILITY OF SUCH DAMAGE. diff --git a/licenses-binary/LICENSE-py4j.txt b/licenses-binary/LICENSE-py4j.txt deleted file mode 100644 index 0f45e3e464c..00000000000 --- a/licenses-binary/LICENSE-py4j.txt +++ /dev/null @@ -1,26 +0,0 @@ -Copyright (c) 2009-2018, Barthelemy Dagenais and individual contributors. All -rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -- Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -- Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -- The name of the author may not be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/licenses/LICENSE-js-beautify.txt b/licenses-binary/LICENSE-reactive-streams.txt similarity index 75% rename from licenses/LICENSE-js-beautify.txt rename to licenses-binary/LICENSE-reactive-streams.txt index 153d126beb4..1e141c13ddb 100644 --- a/licenses/LICENSE-js-beautify.txt +++ b/licenses-binary/LICENSE-reactive-streams.txt @@ -1,9 +1,7 @@ -The MIT License (MIT) +MIT No Attribution -Copyright (c) 2007-2018 Einar Lielmanis, Liam Newman, and contributors. +Copyright 2014 Reactive Streams -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/licenses-binary/LICENSE-reflections.txt b/licenses-binary/LICENSE-reflections.txt new file mode 100644 index 00000000000..5c93f456546 --- /dev/null +++ b/licenses-binary/LICENSE-reflections.txt @@ -0,0 +1,13 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2004 Sam Hocevar + + Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. diff --git a/licenses-binary/LICENSE-scala.txt b/licenses-binary/LICENSE-scala-lang.txt similarity index 100% rename from licenses-binary/LICENSE-scala.txt rename to licenses-binary/LICENSE-scala-lang.txt diff --git a/licenses/LICENSE-jquery-datatables.txt b/licenses-binary/LICENSE-stax2.txt similarity index 83% rename from licenses/LICENSE-jquery-datatables.txt rename to licenses-binary/LICENSE-stax2.txt index f51e340a0b8..435c46e27b2 100644 --- a/licenses/LICENSE-jquery-datatables.txt +++ b/licenses-binary/LICENSE-stax2.txt @@ -1,4 +1,4 @@ -Copyright (c) 2008-2012, Allan Jardine All rights reserved. +Copyright (c) 2008 FasterXML LLC info@fasterxml.com Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -6,7 +6,5 @@ Redistribution and use in source and binary forms, with or without modification, 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/licenses-binary/LICENSE-underscore.txt b/licenses-binary/LICENSE-underscore.txt deleted file mode 100644 index dd25d80417a..00000000000 --- a/licenses-binary/LICENSE-underscore.txt +++ /dev/null @@ -1,23 +0,0 @@ -Copyright (c) 2009-2018 Jeremy Ashkenas, DocumentCloud and Investigative -Reporters & Editors - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. diff --git a/licenses-binary/LICENSE-xmlenc.txt b/licenses-binary/LICENSE-xmlenc.txt deleted file mode 100644 index 3a70c9bfcda..00000000000 --- a/licenses-binary/LICENSE-xmlenc.txt +++ /dev/null @@ -1,27 +0,0 @@ -Copyright 2003-2005, Ernst de Haan -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -1. Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -3. Neither the name of the copyright holder nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/licenses-binary/LICENSE-zstd-jni.txt b/licenses-binary/LICENSE-zstd-jni.txt new file mode 100644 index 00000000000..66abb8ae782 --- /dev/null +++ b/licenses-binary/LICENSE-zstd-jni.txt @@ -0,0 +1,26 @@ +Zstd-jni: JNI bindings to Zstd Library + +Copyright (c) 2015-present, Luben Karavelov/ All rights reserved. + +BSD License + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, this + list of conditions and the following disclaimer in the documentation and/or + other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/licenses/LICENSE-angular.txt b/licenses/LICENSE-angular.txt deleted file mode 100644 index 7a7392fe6bc..00000000000 --- a/licenses/LICENSE-angular.txt +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License - -Copyright (c) 2010-2018 Google, Inc. http://angularjs.org - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/licenses/LICENSE-codemirror.txt b/licenses/LICENSE-codemirror.txt deleted file mode 100644 index ff7db4b99f5..00000000000 --- a/licenses/LICENSE-codemirror.txt +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (C) 2017 by Marijn Haverbeke and others - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/licenses/LICENSE-foundation.txt b/licenses/LICENSE-foundation.txt deleted file mode 100644 index e83849407b4..00000000000 --- a/licenses/LICENSE-foundation.txt +++ /dev/null @@ -1,22 +0,0 @@ -Copyright (c) 2011-2019 ZURB, Inc. - -MIT License - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/licenses/LICENSE-jquery-requestAnimationFrame.txt b/licenses/LICENSE-jquery-requestAnimationFrame.txt deleted file mode 100644 index 14b9b6ecce8..00000000000 --- a/licenses/LICENSE-jquery-requestAnimationFrame.txt +++ /dev/null @@ -1,22 +0,0 @@ -Copyright (c) 2012 Corey Frang - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. diff --git a/licenses/LICENSE-jquery-sizzle.txt b/licenses/LICENSE-jquery-sizzle.txt deleted file mode 100644 index 88fcd178b2d..00000000000 --- a/licenses/LICENSE-jquery-sizzle.txt +++ /dev/null @@ -1,36 +0,0 @@ -Copyright JS Foundation and other contributors, https://js.foundation/ - -This software consists of voluntary contributions made by many -individuals. For exact contribution history, see the revision history -available at https://github.com/jquery/sizzle - -The following license applies to all parts of this software except as -documented below: - -==== - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -==== - -All files located in the node_modules and external directories are -externally maintained libraries used by this software which have their -own licenses; we recommend you read them, as their terms may differ from -the terms above. diff --git a/licenses/LICENSE-jquery.txt b/licenses/LICENSE-jquery.txt deleted file mode 100644 index e3dbacb999c..00000000000 --- a/licenses/LICENSE-jquery.txt +++ /dev/null @@ -1,20 +0,0 @@ -Copyright JS Foundation and other contributors, https://js.foundation/ - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/licenses/LICENSE-normalize.txt b/licenses/LICENSE-normalize.txt deleted file mode 100644 index f36351ee556..00000000000 --- a/licenses/LICENSE-normalize.txt +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright © Nicolas Gallagher and Jonathan Neal - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do -so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file diff --git a/licenses/LICENSE-underscore.txt b/licenses/LICENSE-underscore.txt deleted file mode 100644 index dd25d80417a..00000000000 --- a/licenses/LICENSE-underscore.txt +++ /dev/null @@ -1,23 +0,0 @@ -Copyright (c) 2009-2018 Jeremy Ashkenas, DocumentCloud and Investigative -Reporters & Editors - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE.