Skip to content

Commit 8050c3b

Browse files
authored
Merge pull request #1138 from xwm1992/license-update
2 parents 4a87b24 + 2e34f08 commit 8050c3b

11 files changed

Lines changed: 996 additions & 417 deletions

tools/third-party-licenses/LICENSE

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,15 +243,20 @@ The text of each license is also included at licenses/LICENSE-[project].txt.
243243
grpc-protobuf 1.17.1: https://github.com/grpc/grpc-java, Apache 2.0
244244
grpc-protobuf-lite 1.17.1: https://github.com/grpc/grpc-java, Apache 2.0
245245
grpc-stub 1.17.1: https://github.com/grpc/grpc-java, Apache 2.0
246-
gson 2.7: https://github.com/google/gson, Apache 2.0
246+
grpc-grpclb 1.17.1: https://github.com/grpc/grpc-java, Apache 2.0
247+
gson 2.8.2: https://github.com/google/gson, Apache 2.0
248+
httpasyncclient 4.1.3: https://github.com/apache/httpasyncclient, Apache 2.0
247249
httpclient 4.5.13: https://github.com/apache/httpcomponents-client, Apache 2.0
248250
httpcore 4.4.13: https://github.com/apache/httpcomponents-core, Apache 2.0
249251
j2objc-annotations 1.3: https://github.com/google/j2objc, Apache 2.0
250252
jackson-annotations 2.13.0: https://github.com/FasterXML/jackson-annotations, Apache 2.0
251253
jackson-core 2.13.0: https://github.com/FasterXML/jackson-core, Apache 2.0
252254
jackson-databind 2.13.0: https://github.com/FasterXML/jackson-databind, Apache 2.0
253-
javassist 3.20.0-GA/3.24.0-GA: https://github.com/jboss-javassist/javassist, Apache 2.0
255+
javassist 3.24.0-GA/3.24.0-GA: https://github.com/jboss-javassist/javassist, Apache 2.0
254256
jcommander 1.72: https://github.com/cbeust/jcommander, Apache 2.0
257+
jetcd-common 0.3.0: https://github.com/etcd-io/jetcd, Apache 2.0
258+
jetcd-core 0.3.0: https://github.com/etcd-io/jetcd, Apache 2.0
259+
jetcd-resolver 0.3.0: https://github.com/etcd-io/jetcd, Apache 2.0
255260
jna 4.2.2: https://github.com/java-native-access/jna, Apache 2.0
256261
log4j-api 2.17.1: https://github.com/apache/logging-log4j2, Apache 2.0
257262
log4j-core 2.17.1: https://github.com/apache/logging-log4j2, Apache 2.0
@@ -260,6 +265,7 @@ The text of each license is also included at licenses/LICENSE-[project].txt.
260265
metrics-core 4.1.0: https://github.com/dropwizard/metrics, Apache 2.0
261266
metrics-healthchecks 4.1.0: https://github.com/dropwizard/metrics, Apache 2.0
262267
metrics-json 4.1.0: https://github.com/dropwizard/metrics, Apache 2.0
268+
nacos-client 2.0.4: https://github.com/alibaba/nacos, Apache 2.0
263269
netty-all 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
264270
netty-buffer 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
265271
netty-codec 4.1.73.Final: https://github.com/netty/netty/tree/netty-4.1.73.Final, Apache 2.0
@@ -325,7 +331,6 @@ The text of each license is also included at licenses/LICENSE-[project].txt.
325331
simpleclient 0.8.1: https://github.com/prometheus/client_java, Apache 2.0
326332
simpleclient_common 0.8.1: https://github.com/prometheus/client_java, Apache 2.0
327333
simpleclient_httpserver 0.8.1: https://github.com/prometheus/client_java, Apache 2.0
328-
snakeyaml 1.23: https://bitbucket.org/asomov/snakeyaml, Apache 2.0
329334
snakeyaml 1.30: https://bitbucket.org/asomov/snakeyaml, Apache 2.0
330335
truth 0.30: https://github.com/google/truth, Apache 2.0
331336
zipkin 2.23.2: https://github.com/openzipkin/zipkin, Apache 2.0
@@ -364,6 +369,7 @@ The text of each license is also included at licenses/LICENSE-[project].txt.
364369
hamcrest-core 1.3: https://github.com/hamcrest/JavaHamcrest, BSD
365370
jsr305 3.0.2: https://code.google.com/archive/p/jsr-305, BSD
366371
protobuf-java 3.5.1: https://github.com/protocolbuffers/protobuf, BSD
372+
protobuf-java-util 3.5.1: https://github.com/protocolbuffers/protobuf, BSD
367373

368374
========================================================================
369375
CDDL licenses
@@ -399,6 +405,10 @@ MIT licenses
399405
The following components are provided under the MIT license. See project link for details.
400406
The text of each license is also included at licenses/LICENSE-[project].txt.
401407

408+
animal-sniffer-annotations 1.17: https://github.com/mojohaus/animal-sniffer, MIT
409+
bcpkix-jdk15on 1.69: https://github.com/bcgit/bc-java, MIT
410+
bcprov-jdk15on 1.69: https://github.com/bcgit/bc-java, MIT
411+
bcutil-jdk15on 1.69: https://github.com/bcgit/bc-java, MIT
402412
checker-qual 3.12.0: https://github.com/typetools/checker-framework, MIT
403413
slf4j-api 1.7.30: https://github.com/qos-ch/slf4j, MIT
404414
github.com/BurntSushi/toml v0.3.1 MIT
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License
2+
3+
Copyright (c) 2009 codehaus.org.
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<html>
2+
<body bgcolor=#ffffff>
3+
4+
Copyright (c) 2000-2021 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)
5+
<p>
6+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
7+
and associated documentation files (the "Software"), to deal in the Software without restriction,
8+
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
9+
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
10+
subject to the following conditions:
11+
<p>
12+
The above copyright notice and this permission notice shall be included in all copies or substantial
13+
portions of the Software.
14+
<p>
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
16+
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
17+
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
19+
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20+
DEALINGS IN THE SOFTWARE.
21+
</body>
22+
</html>
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<html>
2+
<body bgcolor=#ffffff>
3+
4+
Copyright (c) 2000-2021 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)
5+
<p>
6+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
7+
and associated documentation files (the "Software"), to deal in the Software without restriction,
8+
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
9+
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
10+
subject to the following conditions:
11+
<p>
12+
The above copyright notice and this permission notice shall be included in all copies or substantial
13+
portions of the Software.
14+
<p>
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
16+
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
17+
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
19+
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20+
DEALINGS IN THE SOFTWARE.
21+
</body>
22+
</html>
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<html>
2+
<body bgcolor=#ffffff>
3+
4+
Copyright (c) 2000-2021 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org)
5+
<p>
6+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
7+
and associated documentation files (the "Software"), to deal in the Software without restriction,
8+
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
9+
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
10+
subject to the following conditions:
11+
<p>
12+
The above copyright notice and this permission notice shall be included in all copies or substantial
13+
portions of the Software.
14+
<p>
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
16+
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
17+
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
19+
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20+
DEALINGS IN THE SOFTWARE.
21+
</body>
22+
</html>

0 commit comments

Comments
 (0)