This is an automated email from the ASF dual-hosted git repository. vinish pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git
The following commit(s) were added to refs/heads/main by this push: new af60ab4f Update license files for bundled jars (#707) af60ab4f is described below commit af60ab4f411bc93c6d976b1266dc451efb833c25 Author: Vinish Reddy <vinishreddygunne...@gmail.com> AuthorDate: Thu May 8 11:17:21 2025 +0530 Update license files for bundled jars (#707) --- .../src/main/resources/META-INF/LICENSE-bundled | 44 +++++++++++++++ .../src/main/resources/META-INF/LICENSE-bundled | 42 +++++++++++++-- .../src/main/resources/META-INF/LICENSE-bundled | 63 ++++++++++++++++++++-- 3 files changed, 143 insertions(+), 6 deletions(-) diff --git a/xtable-aws/src/main/resources/META-INF/LICENSE-bundled b/xtable-aws/src/main/resources/META-INF/LICENSE-bundled index 96441139..f337a3f9 100644 --- a/xtable-aws/src/main/resources/META-INF/LICENSE-bundled +++ b/xtable-aws/src/main/resources/META-INF/LICENSE-bundled @@ -205,10 +205,41 @@ 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. +Apache License 2.0 +------------------ +com.fasterxml.jackson.core:jackson-annotations:2.18.2 +com.fasterxml.jackson.core:jackson-core:2.18.2 +com.fasterxml.jackson.core:jackson-databind:2.18.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2 +com.fasterxml.jackson.module:jackson-module-scala_2.12:2.18.2 +com.github.ben-manes.caffeine:caffeine:2.9.1 +com.google.guava:guava:32.1.3-jre +com.lmax:disruptor:3.4.2 +io.delta:delta-core_2.12:2.4.0 +io.delta:delta-storage:2.4.0 +org.apache.avro:avro:1.11.4 +org.apache.hbase:hbase-client:2.4.9 +org.apache.hbase:hbase-common:2.4.9 +org.apache.hbase:hbase-server:2.4.9 +org.apache.htrace:htrace-core4:4.2.0-incubating +org.apache.httpcomponents:fluent-hc:4.4.1 +org.apache.hudi:hudi-common:0.14.0 +org.apache.hudi:hudi-java-client:0.14.0 +org.apache.hudi:hudi-timeline-service:0.14.0 +org.apache.iceberg:iceberg-api:1.4.2 +org.apache.iceberg:iceberg-core:1.4.2 +org.apache.logging.log4j:log4j-1.2-api:2.22.0 +org.apache.logging.log4j:log4j-api:2.22.0 +org.javassist:javassist:3.25.0-GA +org.jetbrains:annotations:17.0.0 +org.roaringbitmap:RoaringBitmap:0.9.47 +software.amazon.awssdk:glue:2.29.40 + BSD 3-Clause ------------ com.thoughtworks.paranamer:paranamer:2.8 org.antlr:antlr4-runtime:4.9.2 +com.google.protobuf:protobuf-java:jar:3.25.5 MIT License ----------- @@ -217,6 +248,10 @@ org.slf4j:slf4j-api:2.0.0 org.jruby.jcodings:jcodings:1.0.55 org.jruby.joni:joni:2.1.31 +Eclipse Distribution License - v 1.0 +------------------------------------ +com.sun.xml.bind:jaxb-impl:2.2.3-1 + CDDL + GPLv2 with classpath exception ----------- javax.annotation:javax.annotation-api:1.3.2 @@ -224,3 +259,12 @@ javax.activation:javax.activation-api:1.2.0 javax.xml.bind:jaxb-api:2.2.11 javax.servlet:javax.servlet-api:3.1.0 org.glassfish.web:javax.servlet.jsp:2.3.2 + +CDDL +---- +org.glassfish:javax.el:3.0.0 + +Mozilla Public License 2.0 +-------------------------- +org.jamon:jamon-runtime:2.4.1 +org.javassist:javassist:3.25.0-GA \ No newline at end of file diff --git a/xtable-hive-metastore/src/main/resources/META-INF/LICENSE-bundled b/xtable-hive-metastore/src/main/resources/META-INF/LICENSE-bundled index e7ee05b3..8ef1e29b 100644 --- a/xtable-hive-metastore/src/main/resources/META-INF/LICENSE-bundled +++ b/xtable-hive-metastore/src/main/resources/META-INF/LICENSE-bundled @@ -205,8 +205,35 @@ 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. +Apache License 2.0 +------------------ +com.fasterxml.jackson.core:jackson-annotations:2.18.2 +com.fasterxml.jackson.core:jackson-core:2.18.2 +com.fasterxml.jackson.core:jackson-databind:2.18.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2 +com.fasterxml.jackson.module:jackson-module-scala_2.12:2.18.2 +com.github.ben-manes.caffeine:caffeine:2.9.1 +com.google.guava:guava:32.1.3-jre +org.jetbrains:annotations:17.0.0 +com.lmax:disruptor:3.4.2 +org.apache.avro:avro:1.11.4 +org.apache.hbase:hbase-client:2.4.9 +org.apache.hbase:hbase-common:2.4.9 +org.apache.hbase:hbase-server:2.4.9 +org.apache.htrace:htrace-core4:4.2.0-incubating +org.apache.httpcomponents:fluent-hc:4.4.1 +org.apache.hudi:hudi-common:0.14.0 +org.apache.hudi:hudi-java-client:0.14.0 +org.apache.hudi:hudi-timeline-service:0.14.0 +org.apache.iceberg:iceberg-api:1.4.2 +org.apache.iceberg:iceberg-core:1.4.2 +org.apache.logging.log4j:log4j-1.2-api:2.22.0 +org.apache.logging.log4j:log4j-api:2.22.0 +org.roaringbitmap:RoaringBitmap:0.9.47 + BSD 3-Clause ------------ +com.google.protobuf:protobuf-java:3.25.5 com.thoughtworks.paranamer:paranamer:2.8 org.antlr:antlr4-runtime:4.9.2 org.fusesource.leveldbjni:leveldbjni-all:1.8 @@ -219,6 +246,10 @@ org.jruby.jcodings:jcodings:1.0.55 org.jruby.joni:joni:2.1.31 javolution:javolution:5.5.1 +Eclipse Distribution License - v 1.0 +----------- +com.sun.xml.bind:jaxb-impl:2.2.3-1 + CDDL + GPLv2 with classpath exception ----------- javax.annotation:javax.annotation-api:1.3.2 @@ -228,6 +259,11 @@ javax.servlet:javax.servlet-api:3.1.0 org.glassfish.web:javax.servlet.jsp:2.3.2 com.sun.jersey:jersey-core:jar:1.19.4 -Eclipse Distribution License - v 1.0 ------------ -com.sun.xml.bind:jaxb-impl:2.2.3-1 \ No newline at end of file +CDDL +---- +org.glassfish:javax.el:3.0.0 + +Mozilla Public License 2.0 +-------------------------- +org.jamon:jamon-runtime:2.4.1 +org.javassist:javassist:3.25.0-GA \ No newline at end of file diff --git a/xtable-hudi-support/xtable-hudi-support-extensions/src/main/resources/META-INF/LICENSE-bundled b/xtable-hudi-support/xtable-hudi-support-extensions/src/main/resources/META-INF/LICENSE-bundled index bd88c43e..46089bf3 100644 --- a/xtable-hudi-support/xtable-hudi-support-extensions/src/main/resources/META-INF/LICENSE-bundled +++ b/xtable-hudi-support/xtable-hudi-support-extensions/src/main/resources/META-INF/LICENSE-bundled @@ -205,16 +205,73 @@ 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. +Apache License 2.0 +------------------ +com.fasterxml.jackson.core:jackson-annotations:2.18.2 +com.fasterxml.jackson.core:jackson-core:2.18.2 +com.fasterxml.jackson.core:jackson-databind:2.18.2 +com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2 +com.fasterxml.jackson.module:jackson-module-scala_2.12:2.18.2 +com.github.ben-manes.caffeine:caffeine:2.9.3 +com.google.guava:guava:32.1.3-jre +com.lmax:disruptor:3.4.2 +io.delta:delta-core_2.12:2.4.0 +io.delta:delta-storage:2.4.0 +io.dropwizard.metrics:metrics-core:4.1.1 +io.dropwizard.metrics:metrics-graphite:4.1.1 +io.dropwizard.metrics:metrics-jmx:4.1.1 +io.prometheus:simpleclient:0.8.0 +io.prometheus:simpleclient_common:0.8.0 +io.prometheus:simpleclient_dropwizard:0.8.0 +io.prometheus:simpleclient_httpserver:0.8.0 +io.prometheus:simpleclient_pushgateway:0.8.0 +org.apache.avro:avro:1.11.4 +org.apache.curator:curator-client:2.7.1 +org.apache.curator:curator-framework:2.7.1 +org.apache.curator:curator-recipes:2.7.1 +org.apache.hudi:hudi-client-common:0.14.0 +org.apache.hudi:hudi-common:0.14.0 +org.apache.hudi:hudi-timeline-service:0.14.0 +org.apache.hudi:hudi-sync-common:0.14.0 +org.apache.iceberg:iceberg-api:1.4.2 +org.apache.iceberg:iceberg-core:1.4.2 +org.apache.iceberg:iceberg-parquet:1.4.2 +org.apache.logging.log4j:log4j-api:2.22.0 +org.apache.logging.log4j:log4j-1.2-api:2.22.0 +org.roaringbitmap:RoaringBitmap:0.9.47 + BSD 3-Clause ------------ +com.google.protobuf:protobuf-java:3.25.5 com.thoughtworks.paranamer:paranamer:2.8 org.antlr:antlr4-runtime:4.9.2 MIT License ----------- org.checkerframework:checker-qual:3.37.0 -org.slf4j:slf4j-api:2.0.0 +org.jetbrains:annotations:17.0.0 +org.jruby.jcodings:jcodings:1.0.55 +org.jruby.joni:joni:2.1.31 +org.slf4j:slf4j-api:2.0.9 + +Eclipse Distribution License - v 1.0 +------------------------------------ +com.sun.xml.bind:jaxb-impl:2.2.3-1 + CDDL + GPLv2 with classpath exception ------------ -javax.annotation-api:1.3.2 \ No newline at end of file +------------------------------------- +javax.activation:javax.activation-api:1.2.0 +javax.annotation:javax.annotation-api:1.3.2 +javax.servlet:javax.servlet-api:3.1.0 +javax.xml.bind:jaxb-api:2.2.11 +org.glassfish.web:javax.servlet.jsp:2.3.2 + +CDDL +---- +org.glassfish:javax.el:3.0.0 + +Mozilla Public License 2.0 +-------------------------- +org.jamon:jamon-runtime:2.4.1 +org.javassist:javassist:3.25.0-GA \ No newline at end of file