Skip to content

Commit 6d19327

Browse files
authoredMay 6, 2024
[apache#1657] build: Add license information after version 0.9.0 (apache#1671)
### What changes were proposed in this pull request? Add license information after version 0.9.0. ### Why are the changes needed? Fix: apache#1657 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? No.
1 parent 65ccce5 commit 6d19327

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed
 

‎LICENSE-binary

+14
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,8 @@ com.google.api.grpc:proto-google-common-protos
248248
org.javassist:javassist
249249
com.google.code.findbugs:jsr305
250250
jakarta.validation:jakarta.validation-api
251+
org.yaml:snakeyaml
252+
org.eclipse.jetty:jetty-proxy
251253

252254
-----------------------------------------------------------------------------------
253255
This product bundles various third-party components under other open source licenses.
@@ -273,6 +275,14 @@ org.slf4j:slf4j-reload4j
273275
org.codehaus.mojo:animal-sniffer-annotations
274276
org.checkerframework:checker-qual
275277

278+
axios
279+
core-js
280+
element-plus
281+
moment
282+
vue
283+
vue-resource
284+
vue-router
285+
276286
Common Development and Distribution License (CDDL) 1.0
277287
------------------------------------------------------
278288

@@ -290,3 +300,7 @@ Eclipse Public License (EPL) 2.0
290300
jakarta.annotation:jakarta.annotation-api
291301
org.glassfish.hk2.external:jakarta.inject
292302
org.apache.hbase.thirdparty:hbase-shaded-jersey
303+
304+
The ISC License
305+
---------------
306+
rimraf

‎licenses-binary/LICENSE-rimraf.txt

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
The ISC License
2+
3+
Copyright (c) 2011-2023 Isaac Z. Schlueter and Contributors
4+
5+
Permission to use, copy, modify, and/or distribute this software for any
6+
purpose with or without fee is hereby granted, provided that the above
7+
copyright notice and this permission notice appear in all copies.
8+
9+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
15+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

0 commit comments

Comments
 (0)
Please sign in to comment.