Skip to content

Commit 6cb2465

Browse files
authored
chore: fixed license-binary/notice-binary issues (#215)
1 parent 878c0fc commit 6cb2465

13 files changed

+896
-67
lines changed

LICENSE-Binary

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@
204204
This project's binary output bundles third-party dependencies and their licenses:
205205

206206
Apache License, Version 2.0
207-
- aopalliance:aopalliance:1.0
208207
- com.google.android:annotations:4.1.1.4
209208
- com.fasterxml.jackson.core:jackson-annotations:2.18.1
210209
- com.fasterxml.jackson.core:jackson-core:2.18.1
@@ -278,39 +277,49 @@ Apache License, Version 2.0
278277
- org.apache.logging.log4j:log4j-api:2.24.3
279278
- org.apache.logging.log4j:log4j-core:2.24.3
280279
- org.apache.logging.log4j:log4j-slf4j2-impl:2.24.3
281-
- org.javassist:javassist:3.28.0-GA (Apache License 2.0 / LGPL 2.1 / MPL 1.1)
280+
- org.javassist:javassist:3.28.0-GA
282281
- org.jspecify:jspecify:1.0.0
283282
- org.pf4j:pf4j:3.13.0
284-
- org.reflections:reflections:0.10.2 (Apache License 2.0 / WTFPL)
285-
- org.rocksdb:rocksdbjni:9.7.3 (Apache License 2.0 / GPLv2)
283+
- org.reflections:reflections:0.10.2
284+
- org.rocksdb:rocksdbjni:9.7.3
286285
- org.yaml:snakeyaml:2.3
287286
- io.perfmark:perfmark-api:0.27.0
288287

289-
BSD-3-Clause (see: licenses/bsd-3-clause.txt)
288+
BSD-3-Clause (see: licenses/protobuf-license.txt)
290289
- com.google.protobuf:protobuf-java:4.30.2
291290
- com.google.protobuf:protobuf-java-util:4.30.2
292291

293-
BSD-2-Clause (Public Domain, see: licenses/bsd-3-clause.txt)
292+
BSD-2-Clause (Public Domain, see: licenses/hdrhistogram-license.txt)
294293
- org.hdrhistogram:HdrHistogram:2.1.12
295294

296-
Public Domain
295+
Public Domain (see: licenses/latencyutils-license.txt)
297296
- org.latencyutils:LatencyUtils:2.0.3
297+
298+
Public Domain (see: licenses/aopalliance-license.txt)
298299
- aopalliance:aopalliance:1.0
299300

300-
MIT License (see: licenses/mit.txt)
301+
MIT License (see: licenses/pcollections-license.txt)
301302
- org.pcollections:pcollections:4.0.2
303+
304+
MIT License (see: licenses/checker-qual-license.txt)
302305
- org.checkerframework:checker-qual:3.42.0
306+
307+
MIT License (see: licenses/animal-sniffer-annotations-license.txt)
303308
- org.codehaus.mojo:animal-sniffer-annotations:1.24
309+
310+
MIT License (see: licenses/slf4j-license.txt)
304311
- org.slf4j:slf4j-api:2.0.17
312+
313+
MIT License (see: licenses/java-semver-license.txt)
305314
- com.github.zafarkhaja:java-semver:0.10.2
306315

307-
MIT-0 (see: licenses/mit-0.txt)
316+
MIT No Attribution (see: licenses/reactivestreams-license.txt)
308317
- org.reactivestreams:reactive-streams:1.0.4
309318

310-
Bouncy Castle Licence (see: licenses/bouncy-castle.txt)
319+
Bouncy Castle Licence (see: licenses/bouncy-castle-license.txt)
311320
- org.bouncycastle:bcpkix-jdk18on:1.79
312321
- org.bouncycastle:bcprov-jdk18on:1.79
313322
- org.bouncycastle:bcutil-jdk18on:1.79
314323

315-
EPL-2.0 / GPL-2.0-with-classpath-exception (see: licenses/epl-2.0.txt)
324+
EPL-2.0 (see: licenses/epl-2.0.txt)
316325
- jakarta.ws.rs:jakarta.ws.rs-api:4.0.0

0 commit comments

Comments
 (0)