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

roryqi pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git

commit ee3633b1e4a56da5c326b321271412c46a90792c
Author: roryqi <[email protected]>
AuthorDate: Mon May 6 11:28:32 2024 +0800

    [#1657] build: Add license information after version 0.9.0 (#1671)
    
    ### What changes were proposed in this pull request?
    Add license information after version 0.9.0.
    
    ### Why are the changes needed?
    
    Fix: #1657
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    No.
---
 LICENSE-binary                     | 14 ++++++++++++++
 licenses-binary/LICENSE-rimraf.txt | 15 +++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/LICENSE-binary b/LICENSE-binary
index 274d99697..41bd9c0be 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -248,6 +248,8 @@ com.google.api.grpc:proto-google-common-protos
 org.javassist:javassist
 com.google.code.findbugs:jsr305
 jakarta.validation:jakarta.validation-api
+org.yaml:snakeyaml
+org.eclipse.jetty:jetty-proxy
 
 
-----------------------------------------------------------------------------------
 This product bundles various third-party components under other open source 
licenses.
@@ -273,6 +275,14 @@ org.slf4j:slf4j-reload4j
 org.codehaus.mojo:animal-sniffer-annotations
 org.checkerframework:checker-qual
 
+axios
+core-js
+element-plus
+moment
+vue
+vue-resource
+vue-router
+
 Common Development and Distribution License (CDDL) 1.0
 ------------------------------------------------------
 
@@ -290,3 +300,7 @@ Eclipse Public License (EPL) 2.0
 jakarta.annotation:jakarta.annotation-api
 org.glassfish.hk2.external:jakarta.inject
 org.apache.hbase.thirdparty:hbase-shaded-jersey
+
+The ISC License
+---------------
+rimraf
diff --git a/licenses-binary/LICENSE-rimraf.txt 
b/licenses-binary/LICENSE-rimraf.txt
new file mode 100644
index 000000000..d99824fb9
--- /dev/null
+++ b/licenses-binary/LICENSE-rimraf.txt
@@ -0,0 +1,15 @@
+The ISC License
+
+Copyright (c) 2011-2023 Isaac Z. Schlueter and Contributors
+
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
+IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
\ No newline at end of file

Reply via email to