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

diqiu50 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 491d244df0 [#11525] improvement(license): Add AWS SDK license entries 
for catalog-glue (#11526)
491d244df0 is described below

commit 491d244df0fb72ab15c6735bd49106f033951afe
Author: Yuhui <[email protected]>
AuthorDate: Wed Jun 10 09:49:16 2026 +0800

    [#11525] improvement(license): Add AWS SDK license entries for catalog-glue 
(#11526)
    
    ### What changes were proposed in this pull request?
    Add AWS SDK for Java 2.0 entries to LICENSE.bin and NOTICE.bin.
    
    ### Why are the changes needed?
    catalog-glue bundles AWS SDK for Java 2.0 (glue, kms, s3, sts,
    eventstream)
    at runtime, but LICENSE.bin and NOTICE.bin were missing the required
    entries.
    
    Fix: #11525
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    No test needed.
---
 LICENSE.bin |  3 +++
 NOTICE.bin  | 20 ++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/LICENSE.bin b/LICENSE.bin
index 0f958ed614..c79242ee65 100644
--- a/LICENSE.bin
+++ b/LICENSE.bin
@@ -256,6 +256,9 @@
    Apache Commons Pool
    Air Compressor
    Airlift
+   AWS SDK for Java 2.0 Annotations
+   AWS SDK for Java 2.0
+   AWS EventStream for Java
    The Netty Project
    Open Telemetry
    Open Lineage
diff --git a/NOTICE.bin b/NOTICE.bin
index 5b24f40fbf..66f1938c35 100644
--- a/NOTICE.bin
+++ b/NOTICE.bin
@@ -10,6 +10,26 @@ to the ASF by Datastrato (https://datastrato.ai/) copyright 
2023-2024.
 The Web UI also has a NOTICE file please see web/NOTICE
 for it's contents.
 
+AWS SDK for Java 2.0
+Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
+
+This product includes software developed by
+Amazon Technologies, Inc. (http://www.amazon.com/).
+
+**********************
+THIRD PARTY COMPONENTS
+**********************
+This software includes third party software subject to the following 
copyrights:
+- XML parsing and utility functions from JetS3t - Copyright 2006-2009 James 
Murty.
+- PKCS#1 PEM encoded private key parsing and utility functions from 
oauth.googlecode.com - Copyright 1998-2010 AOL Inc.
+- Apache Commons Lang - https://github.com/apache/commons-lang
+- Netty Reactive Streams - 
https://github.com/playframework/netty-reactive-streams
+- Jackson-core - https://github.com/FasterXML/jackson-core
+- Jackson-dataformat-cbor - 
https://github.com/FasterXML/jackson-dataformats-binary
+
+AWS EventStream for Java
+Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
+
 Apache Iceberg
 Copyright 2017-2022 The Apache Software Foundation
 

Reply via email to