This is an automated email from the ASF dual-hosted git repository. jinsongzhou pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/amoro.git
commit 83d7cb2da5cda728fa27e5b8cbd975c1d85f91af Author: zhoujinsong <[email protected]> AuthorDate: Thu Aug 21 18:04:12 2025 +0800 Add some third-party components imformation in the LICENSE --- LICENSE | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index f49a4e16e..79fe61ff0 100644 --- a/LICENSE +++ b/LICENSE @@ -198,4 +198,26 @@ 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. \ No newline at end of file + limitations under the License. + + This product bundles various third-party components also under the + Apache Software License 2.0. + + amoro-common/src/main/java/org/apache/amoro/client/ClientPool.java + amoro-common/src/main/java/org/apache/amoro/client/ClientPoolImpl.java + amoro-format-mixed/amoro-mixed-spark/v3.3/amoro-mixed-spark-3.3/src/main/java/org/apache/amoro/spark/SparkInternalRowWrapper.java + amoro-format-mixed/amoro-mixed-spark/v3.5/amoro-mixed-spark-3.5/src/main/java/org/apache/amoro/spark/SparkInternalRowWrapper.java + from Apache Iceberg(https://github.com/apache/iceberg/) version 1.4.3 + + amoro-common/src/main/java/org/apache/amoro/utils/DynConstructors.java + amoro-common/src/main/java/org/apache/amoro/utils/DynMethods.java + amoro-common/src/main/java/org/apache/amoro/utils/PropertyUtil.java + from Apache Parquet(https://github.com/apache/parquet-java/) version 1.15.2 + + amoro-common/src/main/java/org/apache/amoro/utils/MemorySize.java + amoro-format-mixed/amoro-mixed-flink/amoro-mixed-flink-common/src/main/java/org/apache/amoro/flink/planner/calcite/FlinkTypeSystem.java + amoro-format-mixed/amoro-mixed-flink/amoro-mixed-flink-common/src/main/java/org/apache/amoro/flink/util/DateTimeUtils.java + amoro-format-mixed/amoro-mixed-flink/amoro-mixed-flink-common/src/main/java/org/apache/amoro/flink/util/Projection.java + amoro-format-mixed/amoro-mixed-flink/amoro-mixed-flink-common/src/main/java/org/apache/amoro/flink/util/Projection.java + from Apache Flink(https://github.com/apache/flink/) version 1.18.1 +
