123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522 |
- Apache License
- Version 2.0, January 2004
- http://www.apache.org/licenses/
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
- 1. Definitions.
- "License" shall mean the terms and conditions for use, reproduction,
- and distribution as defined by Sections 1 through 9 of this document.
- "Licensor" shall mean the copyright owner or entity authorized by
- the copyright owner that is granting the License.
- "Legal Entity" shall mean the union of the acting entity and all
- other entities that control, are controlled by, or are under common
- control with that entity. For the purposes of this definition,
- "control" means (i) the power, direct or indirect, to cause the
- direction or management of such entity, whether by contract or
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
- outstanding shares, or (iii) beneficial ownership of such entity.
- "You" (or "Your") shall mean an individual or Legal Entity
- exercising permissions granted by this License.
- "Source" form shall mean the preferred form for making modifications,
- including but not limited to software source code, documentation
- source, and configuration files.
- "Object" form shall mean any form resulting from mechanical
- transformation or translation of a Source form, including but
- not limited to compiled object code, generated documentation,
- and conversions to other media types.
- "Work" shall mean the work of authorship, whether in Source or
- Object form, made available under the License, as indicated by a
- copyright notice that is included in or attached to the work
- (an example is provided in the Appendix below).
- "Derivative Works" shall mean any work, whether in Source or Object
- form, that is based on (or derived from) the Work and for which the
- editorial revisions, annotations, elaborations, or other modifications
- represent, as a whole, an original work of authorship. For the purposes
- of this License, Derivative Works shall not include works that remain
- separable from, or merely link (or bind by name) to the interfaces of,
- the Work and Derivative Works thereof.
- "Contribution" shall mean any work of authorship, including
- the original version of the Work and any modifications or additions
- to that Work or Derivative Works thereof, that is intentionally
- submitted to Licensor for inclusion in the Work by the copyright owner
- or by an individual or Legal Entity authorized to submit on behalf of
- the copyright owner. For the purposes of this definition, "submitted"
- means any form of electronic, verbal, or written communication sent
- to the Licensor or its representatives, including but not limited to
- communication on electronic mailing lists, source code control systems,
- and issue tracking systems that are managed by, or on behalf of, the
- Licensor for the purpose of discussing and improving the Work, but
- excluding communication that is conspicuously marked or otherwise
- designated in writing by the copyright owner as "Not a Contribution."
- "Contributor" shall mean Licensor and any individual or Legal Entity
- on behalf of whom a Contribution has been received by Licensor and
- subsequently incorporated within the Work.
- 2. Grant of Copyright License. Subject to the terms and conditions of
- this License, each Contributor hereby grants to You a perpetual,
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
- copyright license to reproduce, prepare Derivative Works of,
- publicly display, publicly perform, sublicense, and distribute the
- Work and such Derivative Works in Source or Object form.
- 3. Grant of Patent License. Subject to the terms and conditions of
- this License, each Contributor hereby grants to You a perpetual,
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
- (except as stated in this section) patent license to make, have made,
- use, offer to sell, sell, import, and otherwise transfer the Work,
- where such license applies only to those patent claims licensable
- by such Contributor that are necessarily infringed by their
- Contribution(s) alone or by combination of their Contribution(s)
- with the Work to which such Contribution(s) was submitted. If You
- institute patent litigation against any entity (including a
- cross-claim or counterclaim in a lawsuit) alleging that the Work
- or a Contribution incorporated within the Work constitutes direct
- or contributory patent infringement, then any patent licenses
- granted to You under this License for that Work shall terminate
- as of the date such litigation is filed.
- 4. Redistribution. You may reproduce and distribute copies of the
- Work or Derivative Works thereof in any medium, with or without
- modifications, and in Source or Object form, provided that You
- meet the following conditions:
- (a) You must give any other recipients of the Work or
- Derivative Works a copy of this License; and
- (b) You must cause any modified files to carry prominent notices
- stating that You changed the files; and
- (c) You must retain, in the Source form of any Derivative Works
- that You distribute, all copyright, patent, trademark, and
- attribution notices from the Source form of the Work,
- excluding those notices that do not pertain to any part of
- the Derivative Works; and
- (d) If the Work includes a "NOTICE" text file as part of its
- distribution, then any Derivative Works that You distribute must
- include a readable copy of the attribution notices contained
- within such NOTICE file, excluding those notices that do not
- pertain to any part of the Derivative Works, in at least one
- of the following places: within a NOTICE text file distributed
- as part of the Derivative Works; within the Source form or
- documentation, if provided along with the Derivative Works; or,
- within a display generated by the Derivative Works, if and
- wherever such third-party notices normally appear. The contents
- of the NOTICE file are for informational purposes only and
- do not modify the License. You may add Your own attribution
- notices within Derivative Works that You distribute, alongside
- or as an addendum to the NOTICE text from the Work, provided
- that such additional attribution notices cannot be construed
- as modifying the License.
- You may add Your own copyright statement to Your modifications and
- may provide additional or different license terms and conditions
- for use, reproduction, or distribution of Your modifications, or
- for any such Derivative Works as a whole, provided Your use,
- reproduction, and distribution of the Work otherwise complies with
- the conditions stated in this License.
- 5. Submission of Contributions. Unless You explicitly state otherwise,
- any Contribution intentionally submitted for inclusion in the Work
- by You to the Licensor shall be under the terms and conditions of
- this License, without any additional terms or conditions.
- Notwithstanding the above, nothing herein shall supersede or modify
- the terms of any separate license agreement you may have executed
- with Licensor regarding such Contributions.
- 6. Trademarks. This License does not grant permission to use the trade
- names, trademarks, service marks, or product names of the Licensor,
- except as required for reasonable and customary use in describing the
- origin of the Work and reproducing the content of the NOTICE file.
- 7. Disclaimer of Warranty. Unless required by applicable law or
- agreed to in writing, Licensor provides the Work (and each
- Contributor provides its Contributions) 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. You are solely responsible for determining the
- appropriateness of using or redistributing the Work and assume any
- risks associated with Your exercise of permissions under this License.
- 8. Limitation of Liability. In no event and under no legal theory,
- whether in tort (including negligence), contract, or otherwise,
- unless required by applicable law (such as deliberate and grossly
- negligent acts) or agreed to in writing, shall any Contributor be
- liable to You for damages, including any direct, indirect, special,
- incidental, or consequential damages of any character arising as a
- result of this License or out of the use or inability to use the
- Work (including but not limited to damages for loss of goodwill,
- work stoppage, computer failure or malfunction, or any and all
- other commercial damages or losses), even if such Contributor
- has been advised of the possibility of such damages.
- 9. Accepting Warranty or Additional Liability. While redistributing
- the Work or Derivative Works thereof, You may choose to offer,
- and charge a fee for, acceptance of support, warranty, indemnity,
- or other liability obligations and/or rights consistent with this
- License. However, in accepting such obligations, You may act only
- on Your own behalf and on Your sole responsibility, not on behalf
- of any other Contributor, and only if You agree to indemnify,
- defend, and hold each Contributor harmless for any liability
- incurred by, or claims asserted against, such Contributor by reason
- of your accepting any such warranty or additional liability.
- END OF TERMS AND CONDITIONS
- APPENDIX: How to apply the Apache License to your work.
- To apply the Apache License to your work, attach the following
- boilerplate notice, with the fields enclosed by brackets "[]"
- replaced with your own identifying information. (Don't include
- the brackets!) The text should be enclosed in the appropriate
- comment syntax for the file format. We also recommend that a
- file or class name and description of purpose be included on the
- same "printed page" as the copyright notice for easier
- identification within third-party archives.
- Copyright [yyyy] [name of copyright owner]
- Licensed 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.
- --------------------------------------------------------------------------------
- This project bundles some components that are also licensed under the Apache
- License Version 2.0:
- hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/nvd3-1.8.5.* (css and js files)
- hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/checker/AbstractFuture.java
- hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/checker/TimeoutFuture.java
- com.aliyun:aliyun-java-sdk-core:3.4.0
- com.aliyun:aliyun-java-sdk-ecs:4.2.0
- com.aliyun:aliyun-java-sdk-ram:3.0.0
- com.aliyun:aliyun-java-sdk-sts:3.0.0
- com.aliyun.oss:aliyun-sdk-oss:3.4.1
- com.amazonaws:aws-java-sdk-bundle:1.11.563
- com.cedarsoftware:java-util:1.9.0
- com.cedarsoftware:json-io:2.5.1
- com.fasterxml.jackson.core:jackson-annotations:2.9.9
- com.fasterxml.jackson.core:jackson-core:2.9.9
- com.fasterxml.jackson.core:jackson-databind:2.9.9.2
- com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.9.9
- com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.9.9
- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.9.9
- com.fasterxml.uuid:java-uuid-generator:3.1.4
- com.fasterxml.woodstox:woodstox-core:5.0.3
- com.github.davidmoten:rxjava-extras:0.8.0.17
- com.github.stephenc.jcip:jcip-annotations:1.0-1
- com.google:guice:4.0
- com.google:guice-servlet:4.0
- com.google.api.grpc:proto-google-common-protos:1.0.0
- com.google.code.gson:2.2.4
- com.google.errorprone:error_prone_annotations:2.2.0
- com.google.j2objc:j2objc-annotations:1.1
- com.google.json-simple:json-simple:1.1.1
- com.google.guava:failureaccess:1.0
- com.google.guava:guava:20.0
- com.google.guava:guava:27.0-jre
- com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
- com.microsoft.azure:azure-storage:7.0.0
- com.nimbusds:nimbus-jose-jwt:4.41.1
- com.squareup.okhttp:okhttp:2.7.5
- com.squareup.okio:okio:1.6.0
- com.zaxxer:HikariCP-java7:2.4.12
- commons-beanutils:commons-beanutils:1.9.3
- commons-cli:commons-cli:1.2
- commons-codec:commons-codec:1.11
- commons-collections:commons-collections:3.2.2
- commons-daemon:commons-daemon:1.0.13
- commons-io:commons-io:2.5
- commons-lang:commons-lang:2.6
- commons-logging:commons-logging:1.1.3
- commons-net:commons-net:3.6
- de.ruedigermoeller:fst:2.50
- io.grpc:grpc-context:1.15.1
- io.grpc:grpc-core:1.15.1
- io.grpc:grpc-netty:1.15.1
- io.grpc:grpc-protobuf:1.15.1
- io.grpc:grpc-protobuf-lite:1.15.1
- io.grpc:grpc-stub:1.15.1
- io.netty:netty:3.10.6.Final
- io.netty:netty-all:4.0.52.Final
- io.netty:netty-all:4.1.27.Final
- io.netty:netty-buffer:4.1.27.Final
- io.netty:netty-codec:4.1.27.Final
- io.netty:netty-codec-http:4.1.27.Final
- io.netty:netty-codec-http2:4.1.27.Final
- io.netty:netty-codec-socks:4.1.27.Final
- io.netty:netty-common:4.1.27.Final
- io.netty:netty-handler:4.1.27.Final
- io.netty:netty-handler-proxy:4.1.27.Final
- io.netty:netty-resolver:4.1.27.Final
- io.netty:netty-transport:4.1.27.Final
- io.opencensus:opencensus-api:0.12.3
- io.opencensus:opencensus-contrib-grpc-metrics:0.12.3
- io.reactivex:rxjava:1.3.8
- io.reactivex:rxjava-string:1.1.1
- io.reactivex:rxnetty:0.4.20
- io.swagger:swagger-annotations:1.5.4
- javax.inject:javax.inject:1
- log4j:log4j:1.2.17
- net.java.dev.jna:jna:5.2.0
- net.jpountz.lz4:lz4:1.2.0
- net.minidev:accessors-smart:1.2
- net.minidev:json-smart:2.3
- org.apache.avro:avro:1.7.7
- org.apache.commons:commons-collections4:4.2
- org.apache.commons:commons-compress:1.18
- org.apache.commons:commons-configuration2:2.1.1
- org.apache.commons:commons-csv:1.0
- org.apache.commons:commons-digester:1.8.1
- org.apache.commons:commons-lang3:3.7
- org.apache.commons:commons-math3:3.1.1
- org.apache.commons:commons-text:1.4
- org.apache.commons:commons-validator:1.6
- org.apache.curator:curator-client:2.13.0
- org.apache.curator:curator-framework:2.13.0
- org.apache.curator:curator-recipes:2.13.0
- org.apache.geronimo.specs:geronimo-jcache_1.0_spec:1.0-alpha-1
- org.apache.hbase:hbase-annotations:1.4.8
- org.apache.hbase:hbase-client:1.4.8
- org.apache.hbase:hbase-common:1.4.8
- org.apache.hbase:hbase-protocol:1.4.8
- org.apache.htrace:htrace-core:3.1.0-incubating
- org.apache.htrace:htrace-core4:4.1.0-incubating
- org.apache.httpcomponents:httpclient:4.5.6
- org.apache.httpcomponents:httpcore:4.4.10
- org.apache.kafka:kafka-clients:0.8.2.1
- org.apache.kerby:kerb-admin:1.0.1
- org.apache.kerby:kerb-client:1.0.1
- org.apache.kerby:kerb-common:1.0.1
- org.apache.kerby:kerb-core:1.0.1
- org.apache.kerby:kerb-crypto:1.0.1
- org.apache.kerby:kerb-identity:1.0.1
- org.apache.kerby:kerb-server:1.0.1
- org.apache.kerby:kerb-simplekdc:1.0.1
- org.apache.kerby:kerb-util:1.0.1
- org.apache.kerby:kerby-asn1:1.0.1
- org.apache.kerby:kerby-config:1.0.1
- org.apache.kerby:kerby-pkix:1.0.1
- org.apache.kerby:kerby-util:1.0.1
- org.apache.kerby:kerby-xdr:1.0.1
- org.apache.kerby:token-provider:1.0.1
- org.apache.yetus:audience-annotations:0.5.0
- org.apache.zookeeper:zookeeper:3.4.13
- org.codehaus.jackson:jackson-core-asl:1.9.13
- org.codehaus.jackson:jackson-jaxrs:1.9.13
- org.codehaus.jackson:jackson-mapper-asl:1.9.13
- org.codehaus.jackson:jackson-xc:1.9.13
- org.codehaus.jettison:jettison:1.1
- org.eclipse.jetty:jetty-annotations:9.3.27.v20190418
- org.eclipse.jetty:jetty-http:9.3.27.v20190418
- org.eclipse.jetty:jetty-io:9.3.27.v20190418
- org.eclipse.jetty:jetty-jndi:9.3.27.v20190418
- org.eclipse.jetty:jetty-plus:9.3.27.v20190418
- org.eclipse.jetty:jetty-security:9.3.27.v20190418
- org.eclipse.jetty:jetty-server:9.3.27.v20190418
- org.eclipse.jetty:jetty-servlet:9.3.27.v20190418
- org.eclipse.jetty:jetty-util:9.3.27.v20190418
- org.eclipse.jetty:jetty-util-ajax:9.3.27.v20190418
- org.eclipse.jetty:jetty-webapp:9.3.27.v20190418
- org.eclipse.jetty:jetty-xml:9.3.27.v20190418
- org.eclipse.jetty.websocket:javax-websocket-client-impl:9.3.27.v20190418
- org.eclipse.jetty.websocket:javax-websocket-server-impl:9.3.27.v20190418
- org.ehcache:ehcache:3.3.1
- org.objenesis:objenesis:1.0:compile
- org.xerial.snappy:snappy-java:1.0.5
- org.yaml:snakeyaml:1.16:
- org.wildfly.openssl:wildfly-openssl:1.0.7.Final
- --------------------------------------------------------------------------------
- This product bundles various third-party components under other open source
- licenses. This section summarizes those components and their licenses.
- See licenses-binary/ for text of these licenses.
- BSD 2-Clause
- ------------
- hadoop-common-project/hadoop-common/src/main/native/src/org/apache/hadoop/io/compress/lz4/{lz4.h,lz4.c,lz4hc.h,lz4hc.c}
- hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/fuse-dfs/util/tree.h
- hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/impl/compat/{fstatat|openat|unlinkat}.h
- dnsjava:dnsjava:2.1.7
- org.codehaus.woodstox:stax2-api:3.1.4
- BSD 3-Clause
- ------------
- hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/bloom/*
- hadoop-common-project/hadoop-common/src/main/native/gtest/gtest-all.cc
- hadoop-common-project/hadoop-common/src/main/native/gtest/include/gtest/gtest.h
- hadoop-common-project/hadoop-common/src/main/native/src/org/apache/hadoop/util/bulk_crc32_x86.c
- hadoop-tools/hadoop-sls/src/main/html/js/thirdparty/d3.v3.js
- hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/d3-3.5.17.min.js
- leveldb v1.13
- com.google.protobuf:protobuf-java:2.5.0
- com.google.protobuf:protobuf-java:3.6.1
- com.google.re2j:re2j:1.1
- com.jcraft:jsch:0.1.54
- com.thoughtworks.paranamer:paranamer:2.3
- javax.activation:javax.activation-api:1.2.0
- org.fusesource.leveldbjni:leveldbjni-all:1.8
- org.jline:jline:3.9.0
- org.hamcrest:hamcrest-core:1.3
- org.ow2.asm:asm:5.0.4
- org.ow2.asm:asm-commons:6.0
- org.ow2.asm:asm-tree:6.0
- MIT License
- -----------
- hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/angular-1.6.4.min.js
- hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/angular-nvd3-1.0.9.min.js
- hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/angular-route-1.6.4.min.js
- hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/bootstrap-3.4.1
- hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/dataTables.bootstrap.css
- hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/dataTables.bootstrap.js
- hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/dust-full-2.0.0.min.js
- hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/dust-helpers-1.1.1.min.js
- hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/jquery-3.4.1.min.js
- hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/jquery.dataTables.min.js
- hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/moment.min.js
- hadoop-tools/hadoop-sls/src/main/html/js/thirdparty/bootstrap.min.js
- hadoop-tools/hadoop-sls/src/main/html/js/thirdparty/jquery.js
- hadoop-tools/hadoop-sls/src/main/html/css/bootstrap.min.css
- hadoop-tools/hadoop-sls/src/main/html/css/bootstrap-responsive.min.css
- hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/static/dt-1.10.18/*
- hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/static/jquery
- hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/static/jt/jquery.jstree.js
- hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/resources/TERMINAL
- bootstrap v3.3.6
- broccoli-asset-rev v2.4.2
- broccoli-funnel v1.0.1
- datatables v1.10.8
- em-helpers v0.5.13
- em-table v0.1.6
- ember v2.2.0
- ember-array-contains-helper v1.0.2
- ember-bootstrap v0.5.1
- ember-cli v1.13.13
- ember-cli-app-version v1.0.0
- ember-cli-babel v5.1.6
- ember-cli-content-security-policy v0.4.0
- ember-cli-dependency-checker v1.2.0
- ember-cli-htmlbars v1.0.2
- ember-cli-htmlbars-inline-precompile v0.3.1
- ember-cli-ic-ajax v0.2.1
- ember-cli-inject-live-reload v1.4.0
- ember-cli-jquery-ui v0.0.20
- ember-cli-qunit v1.2.1
- ember-cli-release v0.2.8
- ember-cli-shims v0.0.6
- ember-cli-sri v1.2.1
- ember-cli-test-loader v0.2.1
- ember-cli-uglify v1.2.0
- ember-d3 v0.1.0
- ember-data v2.1.0
- ember-disable-proxy-controllers v1.0.1
- ember-export-application-global v1.0.5
- ember-load-initializers v0.1.7
- ember-qunit v0.4.16
- ember-qunit-notifications v0.1.0
- ember-resolver v2.0.3
- ember-spin-spinner v0.2.3
- ember-truth-helpers v1.2.0
- jquery v2.1.4
- jquery-ui v1.11.4
- loader.js v3.3.0
- momentjs v2.10.6
- qunit v1.19.0
- select2 v4.0.0
- snippet-ss v1.11.0
- spin.js v2.3.2
- com.microsoft.azure:azure-cosmosdb:2.4.5
- com.microsoft.azure:azure-cosmosdb-commons:2.4.5
- com.microsoft.azure:azure-cosmosdb-direct:2.4.5
- com.microsoft.azure:azure-cosmosdb-gateway:2.4.5
- com.microsoft.azure:azure-data-lake-store-sdk:2.3.3
- com.microsoft.azure:azure-keyvault-core:1.0.0
- com.microsoft.sqlserver:mssql-jdbc:6.2.1.jre7
- org.bouncycastle:bcpkix-jdk15on:1.60
- org.bouncycastle:bcprov-jdk15on:1.60
- org.checkerframework:checker-qual:2.5.2
- org.codehaus.mojo:animal-sniffer-annotations:1.17
- org.jruby.jcodings:jcodings:1.0.13
- org.jruby.joni:joni:2.1.2
- org.slf4j:jul-to-slf4j:jar:1.7.25
- org.ojalgo:ojalgo:43.0:compile
- org.slf4j:jul-to-slf4j:1.7.25
- org.slf4j:slf4j-api:1.7.25
- org.slf4j:slf4j-log4j12:1.7.25
- CDDL 1.1 + GPLv2 with classpath exception
- -----------------------------------------
- com.sun.jersey:jersey-client:1.19
- com.sun.jersey:jersey-core:1.19
- com.sun.jersey:jersey-guice:1.19
- com.sun.jersey:jersey-json:1.19
- com.sun.jersey:jersey-server:1.19
- com.sun.jersey:jersey-servlet:1.19
- com.sun.xml.bind:jaxb-impl:2.2.3-1
- javax.annotation:javax.annotation-api:1.3.2
- javax.servlet:javax.servlet-api:3.1.0
- javax.servlet.jsp:jsp-api:2.1
- javax.websocket:javax.websocket-api:1.0
- javax.ws.rs:jsr311-api:1.1.1
- javax.xml.bind:jaxb-api:2.2.11
- Eclipse Public License 1.0
- --------------------------
- junit:junit:4.12
- HSQL License
- ------------
- org.hsqldb:hsqldb:2.3.4
- JDOM License
- ------------
- org.jdom:jdom:1.1
- Public Domain
- -------------
- aopalliance:aopalliance:1.0
|