Skip to content

Commit 7711d86

Browse files
committed
[#2307] license: Add left jars with Apache license (#2310)
### What changes were proposed in this pull request? Add left jars with Apache license ### Why are the changes needed? Fix #2307 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? No need.
1 parent 966860a commit 7711d86

File tree

1 file changed

+74
-28
lines changed

1 file changed

+74
-28
lines changed

LICENSE-binary

+74-28
Original file line numberDiff line numberDiff line change
@@ -205,51 +205,92 @@
205205
This project bundles some components that are also licensed under the Apache
206206
License Version 2.0:
207207

208-
org.apache.commons:commons-lang3
209-
org.eclipse.jetty:jetty-server
210-
org.eclipse.jetty:jetty-servlet
211-
org.eclipse.jetty:jetty-util
212-
org.eclipse.jetty:jetty-http
213-
org.eclipse.jetty:jetty-io
214-
org.eclipse.jetty:jetty-security
215-
commons-cli:commons-cli
216-
org.apache.httpcomponents:httpclient
217-
net.jpountz.lz4:lz4
218-
com.google.guava:guava
219-
com.google.guava:listenablefuture
220-
com.google.guava:failureaccess
221208
com.fasterxml.jackson.core:jackson-annotations
222209
com.fasterxml.jackson.core:jackson-core
223210
com.fasterxml.jackson.core:jackson-databind
224211
com.fasterxml.jackson.module:jackson-module-scala_2.12
225-
info.picocli:picocli
212+
com.google.android:annotations
213+
com.google.api.grpc:proto-google-common-protos
214+
com.google.code.findbugs:jsr305
215+
com.google.code.gson:gson
226216
com.google.errorprone:error_prone_annotations
227-
io.netty:netty-all
228-
org.xerial.snappy:snappy-java
217+
com.google.guava:failureaccess
218+
com.google.guava:guava
219+
com.google.guava:listenablefuture
220+
com.google.j2objc:j2objc-annotations
221+
commons-cli:commons-cli
222+
commons-codec:commons-codec
223+
commons-collections:commons-collections
224+
commons-logging:commons-logging
225+
info.picocli:picocli
226+
io.grpc:grpc-api
227+
io.grpc:grpc-context
228+
io.grpc:grpc-core
229229
io.grpc:grpc-netty-shaded
230230
io.grpc:grpc-protobuf
231-
io.grpc:grpc-stub
232-
io.grpc:grpc-core
233-
io.grpc:grpc-context
234-
io.grpc:grpc-api
235231
io.grpc:grpc-protobuf-lite
232+
io.grpc:grpc-stub
233+
io.grpc:grpc-util
234+
io.netty:netty-all
235+
io.netty:netty-buffer
236+
io.netty:netty-codec
237+
io.netty:netty-codec-dns
238+
io.netty:netty-codec-haproxy
239+
io.netty:netty-codec-http
240+
io.netty:netty-codec-http2
241+
io.netty:netty-codec-memcache
242+
io.netty:netty-codec-mqtt
243+
io.netty:netty-codec-redis
244+
io.netty:netty-codec-smtp
245+
io.netty:netty-codec-socks
246+
io.netty:netty-codec-stomp
247+
io.netty:netty-codec-xml
248+
io.netty:netty-common
249+
io.netty:netty-handler
250+
io.netty:netty-handler-proxy
251+
io.netty:netty-handler-ssl-ocsp
252+
io.netty:netty-resolver
253+
io.netty:netty-resolver-dns
254+
io.netty:netty-resolver-dns-classes-macos
255+
io.netty:netty-resolver-dns-native-macos
256+
io.netty:netty-transport
257+
io.netty:netty-transport-classes-epoll
258+
io.netty:netty-transport-classes-kqueue
259+
io.netty:netty-transport-native-epoll
260+
io.netty:netty-transport-native-kqueue
261+
io.netty:netty-transport-native-unix-common
262+
io.netty:netty-transport-rxtx
263+
io.netty:netty-transport-sctp
264+
io.netty:netty-transport-udt
265+
io.perfmark:perfmark-api
236266
io.prometheus:simpleclient
267+
io.prometheus:simpleclient_common
237268
io.prometheus:simpleclient_hotspot
238269
io.prometheus:simpleclient_httpserver
239270
io.prometheus:simpleclient_jetty
240271
io.prometheus:simpleclient_pushgateway
241272
io.prometheus:simpleclient_servlet
273+
jakarta.validation:jakarta.validation-api
274+
javax.inject:javax.inject
275+
net.jpountz.lz4:lz4
276+
org.apache.commons:commons-lang3
277+
org.apache.httpcomponents:httpclient
278+
org.apache.httpcomponents:httpcore
279+
org.apache.logging.log4j:log4j-api
280+
org.apache.logging.log4j:log4j-core
281+
org.apache.logging.log4j:log4j-slf4j-impl
282+
org.eclipse.jetty:jetty-client
283+
org.eclipse.jetty:jetty-http
284+
org.eclipse.jetty:jetty-io
285+
org.eclipse.jetty:jetty-proxy
286+
org.eclipse.jetty:jetty-security
287+
org.eclipse.jetty:jetty-server
288+
org.eclipse.jetty:jetty-servlet
289+
org.eclipse.jetty:jetty-util
242290
org.roaringbitmap:RoaringBitmap
243291
org.roaringbitmap:shims
244-
javax.inject:javax.inject
245-
com.google.code.gson:gson
246-
com.google.j2objc:j2objc-annotations
247-
com.google.api.grpc:proto-google-common-protos
248-
org.javassist:javassist
249-
com.google.code.findbugs:jsr305
250-
jakarta.validation:jakarta.validation-api
292+
org.xerial.snappy:snappy-java
251293
org.yaml:snakeyaml
252-
org.eclipse.jetty:jetty-proxy
253294

254295
-----------------------------------------------------------------------------------
255296
This product bundles various third-party components under other open source licenses.
@@ -303,3 +344,8 @@ org.apache.hbase.thirdparty:hbase-shaded-jersey
303344
The ISC License
304345
---------------
305346
rimraf
347+
348+
The Apache Software License, Version 2.0, LGPL License or MPL License
349+
--------------------------------------------------------------------
350+
org.javassist:javassist
351+

0 commit comments

Comments
 (0)