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

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


The following commit(s) were added to refs/heads/main by this push:
     new ba499704d [CELEBORN-1380][FOLLOWUP] Add org.openlabtesting.leveldbjni 
in BSD 3-clause of LICENSE-binary
ba499704d is described below

commit ba499704d1b058000ac20cffda93a6a39578eabe
Author: SteNicholas <[email protected]>
AuthorDate: Wed May 22 16:35:57 2024 +0800

    [CELEBORN-1380][FOLLOWUP] Add org.openlabtesting.leveldbjni in BSD 3-clause 
of LICENSE-binary
    
    ### What changes were proposed in this pull request?
    
    Add `org.openlabtesting.leveldbjni` in BSD 3-clause of LICENSE-binary 
instead of `org.fusesource.leveldbjni`.
    
    ### Why are the changes needed?
    
    BSD 3-clause of LICENSE-binary includes `org.fusesource.leveldbjni` which 
has been already changed to `org.openlabtesting.leveldbjni`.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    No.
    
    Closes #2526 from SteNicholas/CELEBORN-1380.
    
    Authored-by: SteNicholas <[email protected]>
    Signed-off-by: mingji <[email protected]>
---
 LICENSE-binary | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/LICENSE-binary b/LICENSE-binary
index 034141317..5a35fd16a 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -302,7 +302,7 @@ BSD 3-clause
 See licenses/LICENSE-protobuf.txt for details.
 com.google.protobuf:protobuf-java
 See licenses/LICENSE-leveldbjni.txt for details.
-org.fusesource.leveldbjni:leveldbjni-all
+org.openlabtesting.leveldbjni:leveldbjni-all
 
 
 Common Development and Distribution License (CDDL) 1.0

Reply via email to