Skip to content

Commit e2c6651

Browse files
hongdongdonghongdd
authored andcommitted
[KYUUBI #3254] Supplement the licenses of support etcd discovery
### _Why are the changes needed?_ Supplement the licenses. ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #3254 from hddong/supplement-license. Closes #3254 b9dfef6 [hongdongdong] remove netty-transport-native-kqueue from license-binary 2185c96 [hongdongdong] Fix adb8f47 [hongdongdong] Fix 0eeeb0f [hongdongdong] Update notice c296f78 [hongdd] Update license and notice 88482ef [hongdongdong] Supplement the licenses of support etcd discovery Lead-authored-by: hongdongdong <hongdd@apache.org> Co-authored-by: hongdd <hongdd@hongdddeMac-mini.local> Signed-off-by: Cheng Pan <chengpan@apache.org> (cherry picked from commit b01022d) Signed-off-by: Cheng Pan <chengpan@apache.org>
1 parent 7fd5449 commit e2c6651

File tree

5 files changed

+375
-8
lines changed

5 files changed

+375
-8
lines changed

LICENSE-binary

Lines changed: 34 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -207,13 +207,28 @@ for text of these licenses.
207207

208208
Apache License Version 2.0
209209
--------------------------
210+
com.zaxxer:HikariCP
211+
com.google.android:annotations
210212
commons-lang:commons-lang
211213
commons-logging:commons-logging
212214
org.apache.commons:commons-lang3
213215
org.apache.curator:curator-client
214216
org.apache.curator:curator-framework
215217
org.apache.curator:curator-recipes
218+
org.apache.derby:derby
219+
com.google.errorprone:error_prone_annotations
220+
net.jodah:failsafe
221+
com.jakewharton.fliptables:fliptables
216222
com.github.mifmif:generex
223+
io.grpc:grpc-api
224+
io.grpc:grpc-context
225+
io.grpc:grpc-core
226+
io.grpc:grpc-grpclb
227+
io.grpc:grpc-netty
228+
io.grpc:grpc-protobuf-lite
229+
io.grpc:grpc-protobuf
230+
io.grpc:grpc-stub
231+
com.google.code.gson:gson
217232
com.google.guava:guava
218233
org.apache.hadoop:hadoop-client-api
219234
org.apache.hadoop:hadoop-client-runtime
@@ -225,6 +240,7 @@ org.apache.hive:hive-serde
225240
org.apache.hive:hive-service-rpc
226241
org.apache.hive:hive-shims-0.23
227242
org.apache.hive:hive-shims-common
243+
com.google.j2objc:j2objc-annotations
228244
com.fasterxml.jackson.core:jackson-annotations
229245
com.fasterxml.jackson.core:jackson-core
230246
com.fasterxml.jackson.core:jackson-databind
@@ -243,6 +259,10 @@ org.glassfish.jersey.ext:jersey-entity-filtering
243259
org.glassfish.jersey.inject:jersey-hk2
244260
org.glassfish.jersey.media:jersey-media-json-jackson
245261
org.glassfish.jersey.core:jersey-server
262+
io.etcd:jetcd-api
263+
io.etcd:jetcd-common
264+
io.etcd:jetcd-core
265+
io.etcd:jetcd-grpc
246266
org.eclipse.jetty:jetty-http
247267
org.eclipse.jetty:jetty-io
248268
org.eclipse.jetty:jetty-security
@@ -263,22 +283,27 @@ io.dropwizard.metrics:metrics-jmx
263283
io.dropwizard.metrics:metrics-json
264284
io.dropwizard.metrics:metrics-jvm
265285
io.fabric8:kubernetes-client
266-
io.etcd:jetcd-core
267-
io.grpc:grpc-core
268-
io.grpc:grpc-protobuf
269286
io.netty:netty-all
270287
io.netty:netty-buffer
288+
io.netty:netty-codec-dns
289+
io.netty:netty-codec-http
290+
io.netty:netty-codec-http2
291+
io.netty:netty-codec-socks
271292
io.netty:netty-codec
272293
io.netty:netty-common
294+
io.netty:netty-handler-proxy
273295
io.netty:netty-handler
296+
io.netty:netty-resolver-dns
274297
io.netty:netty-resolver
275298
io.netty:netty-tcnative-classes
276299
io.netty:netty-transport-classes-epoll
277300
io.netty:netty-transport-classes-kqueue
278301
io.netty:netty-transport-native-epoll
279-
io.netty:netty-transport-native-kqueue
280302
io.netty:netty-transport-native-unix-common
281303
io.netty:netty-transport
304+
io.perfmark:perfmark-api
305+
com.google.api.grpc:proto-google-common-protos
306+
org.scala-lang:scala-library
282307
io.prometheus:simpleclient
283308
io.prometheus:simpleclient_common
284309
io.prometheus:simpleclient_dropwizard
@@ -292,11 +317,9 @@ io.swagger.core.v3:swagger-core
292317
io.swagger.core.v3:swagger-integration
293318
io.swagger.core.v3:swagger-jaxrs2
294319
io.swagger.core.v3:swagger-models
320+
io.vertx:vertx-core
321+
io.vertx:vertx-grpc
295322
org.apache.zookeeper:zookeeper
296-
org.scala-lang:scala-library
297-
com.zaxxer:HikariCP
298-
org.apache.derby:derby
299-
com.jakewharton.fliptables:fliptables
300323

301324

302325
kyuubi-server/src/main/resources/org/apache/kyuubi/ui/swagger/*
@@ -306,6 +329,8 @@ BSD
306329
jline:jline
307330
com.thoughtworks.paranamer:paranamer
308331
dk.brics.automaton:automaton
332+
com.google.protobuf:protobuf-java-util
333+
com.google.protobuf:protobuf-java
309334

310335
Eclipse Distribution License - v 1.0
311336
------------------------------------
@@ -328,6 +353,7 @@ MIT License
328353
-----------
329354
com.github.scopt:scopt_*
330355
io.github.classgraph:classgraph
356+
org.codehaus.mojo:animal-sniffer-annotations
331357
org.slf4j:slf4j-api
332358
org.slf4j:jcl-over-slf4j
333359
org.slf4j:jul-over-slf4j

NOTICE-binary

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,6 +1080,31 @@ Copyright 2005-2006 Tim Fennell
10801080
Apache Log4j SLF4J Binding
10811081
Copyright 1999-2022 The Apache Software Foundation
10821082

1083+
Swagger Core - swagger-annotations
1084+
Copyright (c) 2015. SmartBear Software Inc.
1085+
Swagger Core - swagger-annotations is licensed under Apache 2.0 license.
1086+
Copy of the Apache 2.0 license can be found in `LICENSE` file.
1087+
1088+
Swagger Core - swagger-core
1089+
Copyright (c) 2015. SmartBear Software Inc.
1090+
Swagger Core - swagger-core is licensed under Apache 2.0 license.
1091+
Copy of the Apache 2.0 license can be found in `LICENSE` file.
1092+
1093+
Swagger Core - swagger-integration
1094+
Copyright (c) 2015. SmartBear Software Inc.
1095+
Swagger Core - swagger-integration is licensed under Apache 2.0 license.
1096+
Copy of the Apache 2.0 license can be found in `LICENSE` file.
1097+
1098+
Swagger Core - swagger-jaxrs2
1099+
Copyright (c) 2015. SmartBear Software Inc.
1100+
Swagger Core - swagger-jaxrs2 is licensed under Apache 2.0 license.
1101+
Copy of the Apache 2.0 license can be found in `LICENSE` file.
1102+
1103+
Swagger Core - swagger-models
1104+
Copyright (c) 2015. SmartBear Software Inc.
1105+
Swagger Core - swagger-models is licensed under Apache 2.0 license.
1106+
Copy of the Apache 2.0 license can be found in `LICENSE` file.
1107+
10831108

10841109
The Netty Project
10851110
=================

externals/kyuubi-spark-sql-engine/src/main/resources/META-INF/LICENSE

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,3 +210,31 @@ Apache License Version 2.0
210210
org.apache.curator:curator-client
211211
org.apache.curator:curator-framework
212212
org.apache.curator:curator-recipes
213+
net.jodah:failsafe
214+
io.grpc:grpc-core
215+
io.grpc:grpc-protobuf
216+
io.grpc:grpc-api
217+
io.grpc:grpc-context
218+
io.grpc:grpc-grpclb
219+
io.grpc:grpc-netty
220+
io.grpc:grpc-protobuf-lite
221+
io.grpc:grpc-stub
222+
com.google.guava:guava
223+
io.etcd:jetcd-api
224+
io.etcd:jetcd-common
225+
io.etcd:jetcd-core
226+
io.etcd:jetcd-grpc
227+
io.netty:netty-codec-dns
228+
io.netty:netty-codec-http
229+
io.netty:netty-codec-http2
230+
io.netty:netty-codec-socks
231+
io.netty:netty-handler-proxy
232+
io.netty:netty-resolver-dns
233+
io.perfmark:perfmark-api
234+
io.vertx:vertx-core
235+
io.vertx:vertx-grpc
236+
237+
BSD License
238+
--------------------------
239+
com.google.protobuf:protobuf-java-util
240+
com.google.protobuf:protobuf-java

0 commit comments

Comments
 (0)