This is an automated email from the ASF dual-hosted git repository.

jerryshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/main by this push:
     new b7bb50c557 [MINOR] fix(license): add jcasbin-chain to 
iceberg-rest-server LICENSE and required binary NOTICE entries (#11769)
b7bb50c557 is described below

commit b7bb50c557955c0d58ea5f7586a62948b03ffafe
Author: mchades <[email protected]>
AuthorDate: Wed Jun 24 12:22:54 2026 +0800

    [MINOR] fix(license): add jcasbin-chain to iceberg-rest-server LICENSE and 
required binary NOTICE entries (#11769)
    
    ### What changes were proposed in this pull request?
    
    - Add the jcasbin-chain components (Aviator, IPAddress, JCasbin, OGNL,
    Apache Commons CSV) to the iceberg-rest-server `LICENSE`.
    - Add the Apache Commons CSV `NOTICE` to the main and
    iceberg-rest-server binaries.
    - Add `NOTICE` entries for three bundled Apache-2.0 dependencies whose
    own `NOTICE` carries a copyright not covered by the umbrella ASF notice:
    Micrometer (main), Google Guice and Jackson (trino-connector).
    
    ### Why are the changes needed?
    
    Follow-up to #11750. The iceberg-rest-server `LICENSE` was missing the
    jcasbin-chain jars, and the Apache Commons CSV `NOTICE` was missing from
    the main and iceberg-rest-server binaries. The remaining entries are
    bundled Apache-2.0 dependencies whose `NOTICE` carries a non-ASF
    copyright that was not reproduced.
    
    ### Does this PR introduce any user-facing change?
    
    no
    
    ### How was this patch tested?
    
    CI pass.
---
 LICENSE.iceberg | 5 +++++
 NOTICE.bin      | 6 ++++++
 NOTICE.iceberg  | 3 +++
 NOTICE.trino    | 6 ++++++
 4 files changed, 20 insertions(+)

diff --git a/LICENSE.iceberg b/LICENSE.iceberg
index 0d770dc52c..09203313b8 100644
--- a/LICENSE.iceberg
+++ b/LICENSE.iceberg
@@ -210,6 +210,7 @@
    Apache Directory LDAP API Utilities
    ApacheDS I18n
    ApacheDS Protocol Kerberos Codec
+   Aviator
    AWS Java SDK annotations
    AWS SDK for Java 2.0
    RoaringBitmap
@@ -221,6 +222,7 @@
    Apache Commons Codec
    Apache Commons Collections
    Apache Commons Configuration
+   Apache Commons CSV
    Apache Commons Daemon
    Apache Commons DBCP
    Apache Jakarta Commons Digester
@@ -253,6 +255,7 @@
    Apache HttpComponents Core HTTP/1.1
    Apache HttpComponents Core HTTP/2
    Apache Iceberg
+   IPAddress
    J2ObjC Annotations
    Jackson Annotations
    Jackson Core
@@ -270,6 +273,7 @@
    Javax JDO API
    JBoss Logging
    JBoss Threads
+   JCasbin
    JCIP Annotations
    Apache Java Data Objects (JDO)
    JetS3t
@@ -282,6 +286,7 @@
    MyBatis
    The Netty Project
    Nimbus JOSE + JWT
+   OGNL
    OkHttp
    Okio
    OpenCSV
diff --git a/NOTICE.bin b/NOTICE.bin
index a7c6b4c5ff..ca96e92228 100644
--- a/NOTICE.bin
+++ b/NOTICE.bin
@@ -51,6 +51,9 @@ Copyright 2016-2023 The Apache Software Foundation
 Apache Ranger
 Copyright 2014-2024 The Apache Software Foundation
 
+Micrometer
+Copyright (c) 2017-Present VMware, Inc. All Rights Reserved.
+
 Apache Hadoop
 Copyright 2006 and onwards The Apache Software Foundation.
 
@@ -131,6 +134,9 @@ Copyright 2001-2015 The Apache Software Foundation
 Apache Commons Configuration
 Copyright 2001-2008 The Apache Software Foundation
 
+Apache Commons CSV
+Copyright 2005-2024 The Apache Software Foundation
+
 Apache Commons Daemon
 Copyright 1999-2013 The Apache Software Foundation
 
diff --git a/NOTICE.iceberg b/NOTICE.iceberg
index dd47c31259..b3ae552579 100644
--- a/NOTICE.iceberg
+++ b/NOTICE.iceberg
@@ -80,6 +80,9 @@ Copyright 2001-2015 The Apache Software Foundation
 Apache Commons Configuration
 Copyright 2001-2008 The Apache Software Foundation
 
+Apache Commons CSV
+Copyright 2005-2024 The Apache Software Foundation
+
 Apache Commons Daemon
 Copyright 1999-2013 The Apache Software Foundation
 
diff --git a/NOTICE.trino b/NOTICE.trino
index 055f5a7f7a..78e0f478d4 100644
--- a/NOTICE.trino
+++ b/NOTICE.trino
@@ -17,6 +17,12 @@ Copyright (c) 2008-2020, Hazelcast, Inc. All Rights Reserved.
 Apache Commons Lang
 Copyright 2001-2025 The Apache Software Foundation
 
+Google Guice - Core Library
+Copyright 2006-2023 Google, Inc.
+
+Jackson JSON processor
+Copyright 2007-, Tatu Saloranta ([email protected])
+
 Apache log4j
 Copyright 2010 The Apache Software Foundation
 

Reply via email to