forked from gchq/sleeper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICES
More file actions
686 lines (346 loc) · 14.9 KB
/
NOTICES
File metadata and controls
686 lines (346 loc) · 14.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
Sleeper is mainly written in Java and this is built using Maven. This process will automatically
pull in dependencies. We list Sleeper's dependencies, and their licenses below.
AWS Java SDK v2 (software.amazon.awssdk:*:2.*)
- Apache License, Version 2.0
AWS CRT (software.amazon.awssdk.crt:aws-crt:0.*)
- Apache License, Version 2.0
AWS Lambda Java Core SDK (com.amazonaws:aws-lambda-java-core:1.*)
- Apache License, Version 2.0
AWS Lambda Java Events SDK (com.amazonaws:aws-lambda-java-events:3.*)
- Apache License, Version 2.0
AWS Lambda Java Runtime Interface Client (com.amazonaws:aws-lambda-java-runtime-interface-client:2.*)
- Apache License, Version 2.0
AWS Athena SDK (com.amazonaws:aws-athena-federation-sdk:2025.*)
- Apache License, Version 2.0
Trino (io.trino:trino-*:435)
- Apache License, Version 2.0
WildFly OpenSSL (org.wildfly.openssl:wildfly-openssl:2.*, org.wildfly.common:wildfly-common:2.*)
- Apache License, Version 2.0
Woodstox (com.fasterxml.woodstox:woodstox-core:7.*)
- Apache License, Version 2.0
Stax2 (org.codehaus.woodstox:stax2-api:4.*)
- BSD 2-Clause License
Apache Ivy (org.apache.ivy:ivy:2.*)
- Apache License, Version 2.0
Snappy Java (org.xerial.snappy:snappy-java:1.*)
- Apache License, Version 2.0
Protocol Buffers (com.google.protobuf:protobuf-java:4.*)
- The 3-Clause BSD License
Nimbus JOSE+JWT (com.nimbusds:nimbus-jose-jwt:10.*)
- Apache License, Version 2.0
Apache Avro (org.apache.avro:*:1.*)
- Apache License, Version 2.0
Apache Kerby (org.apache.kerby:*:2.*)
- Apache License, Version 2.0
dnsjava (dnsjava:dnsjava:3.*)
- The 3-Clause BSD License
XZ (org.tukaani:xz:1.*)
- BSD Zero Clause License
OkHttp (com.squareup.okhttp3:*:5.*)
- Apache License, Version 2.0
Okio (com.squareup.okio:*:3.*)
- Apache License, Version 2.0
RoaringBitmap (org.roaringbitmap:RoaringBitmap:1.*)
- Apache License, Version 2.0
Kotlin Stdlib (org.jetbrains.kotlin:*:2.*)
- Apache License, Version 2.0
Logback (ch.qos.logback:logback-*:1.*)
- Dual license (https://logback.qos.ch/license.html)
- Eclipse Public License 1.0
- GNU Lesser General Public License, version 2.1
Log4J (org.apache.logging.log4j:log4j-*:2.*)
- Apache License, Version 2.0
Guava: Google Core Libraries For Java (com.google.guava:guava:33.*)
- Apache License, Version 2.0
Error Prone (com.google.errorprone:error_prone_annotations:2.*)
- Apache License, Version 2.0
Fasterxml Jackson (com.fasterxml.jackson.*:jackson-*:2.*)
- Apache License, Version 2.0
Wiremock (org.wiremock:wiremock:3.*)
- Apache License, Version 2.0
Handlebars (com.github.jknack:handlebars:4.*)
- Apache License, Version 2.0
GSON (com.google.code.gson:gson:2.*)
- Apache License, Version 2.0
Commons Codec (commons-codec:commons-codec:1.*)
- Apache License, Version 2.0
Commons IO (commons-io:commons-io:2.*)
- Apache License, Version 2.0
Apache Commons Configuration (org.apache.commons:commons-configuration2:2.*)
- Apache License, Version 2.0
Apache Commons Compress (org.apache.commons:commons-compress:1.*)
- Apache License, Version 2.0
Apache Commons Text (org.apache.commons:commons-text:1.*)
- Apache License, Version 2.0
Apache Commons Net (commons-net:commons-net:3.*)
- Apache License, Version 2.0
Apache Commons Lang (org.apache.commons:commons-lang3:3.*)
- Apache License, Version 2.0
Apache Commons FileUpload (commons-fileupload:commons-fileupload:1.*)
- Apache License, Version 2.0
Apache Commons Logging (commons-logging:commons-logging:1.*)
- Apache License, Version 2.0
Apache Commons BeanUtils (commons-beanutils:commons-beanutils:1.*)
- Apache License, Version 2.0
Apache HttpClient (org.apache.httpcomponents:httpcore:4.*, org.apache.httpcomponents:httpclient:4.*, org.apache.httpcomponents:httpclient4:4.*, org.apache.httpcomponents.client5:httpclient5:5.*)
- Apache License, Version 2.0
Codehaus Janino (org.codehaus.janino:*:3.*)
- The 3-Clause BSD License
JAXB API (javax.xml.bind:jaxb-api:2.*)
- Common Development and Distribution License (CDDL) Version 1.1 (https://javaee.github.io/jaxb-v2/LICENSE)
JLine (org.jline:jline:4.*)
- The 3-Clause BSD License
JetBrains Annotations (org.jetbrains:annotations:26.*)
- Apache License, Version 2.0
ParaNamer (com.thoughtworks.paranamer:paranamer:2.*)
- The 3-Clause BSD License
ZSTD JNI (com.github.luben:zstd-jni:1.*)
- BSD 2-Clause License
Airlift (io.airlift:*:241)
- Apache License, Version 2.0
Units (io.airlift:units:1.*)
- Apache License, Version 2.0
Slice (io.airlift:slice:2.*)
- Apache License, Version 2.0
Aircompressor (io.airlift:aircompressor:2.*)
- Apache License, Version 2.0
OpenTelemetry (io.opentelemetry:opentelemetry-*:1.*)
- Apache License, Version 2.0
Google Guice (com.google.inject:guice:7.*)
- Apache License, Version 2.0
Java Object Layout (org.openjdk.jol:jol-core:0.*)
- GNU General Public License (GPL) Version 2
Apache ZooKeeper (org.apache.zookeeper:zookeeper:3.*)
- Apache License, Version 2.0
Apache Datasketches (org.apache.datasketches:datasketches-java:3.*)
- Apache License, Version 2.0
Apache Hadoop (org.apache.hadoop:hadoop-*:3.*)
- Apache License, Version 2.0
Apache Parquet (org.apache.parquet:parquet-*:1.*)
- Apache License, Version 2.0
Apache Spark (org.apache.spark:spark-*_2.*:3.*)
- Apache License, Version 2.0
Joom Spark Platform (com.joom.spark:spark-platform_2.12:0.*)
- MIT License
Scala (org.scala-lang:scala-*:2.*)
- Apache License, Version 2.0
Apache Arrow (org.apache.arrow:*:12.*)
- Apache License, Version 2.0
Java Websocket (org.java-websocket:Java-WebSocket:1.*)
- MIT License
JUnit (org.junit.jupiter:junit-jupiter-*:5.*, org.junit.platform:junit-platform-suite:1.*, org.junit.vintage:junit-vintage-engine:5.* - Trino needs the vintage engine)
- Eclipse Public License 1.0
Mockito (org.mockito:mockito-core:5.*)
- MIT License
ApprovalTests.Java (com.approvaltests:approvaltests:29.*)
- Apache License, Version 2.0
AssertJ (org.assertj:assertj-core:3.*)
- Apache License, Version 2.0
Hamcrest (org.hamcrest:hamcrest-core:3.*)
- The 3-Clause BSD License
JsonUnit (net.javacrumbs.json-unit:json-unit-assertj:5.*)
- Apache License, Version 2.0
SLF4J (org.slf4j:slf4j-*:2.*)
- MIT License
Reload4j (ch.qos.reload4j:reload4j:1.*)
- Apache License, Version 2.0
Bouncy Castle (org.bouncycastle:bcpkix-jdk18on:1.*, org.bouncycastle:bcutil-jdk18on:1.*, org.bouncycastle:bcprov-jdk18on:1.*)
- Bouncy Castle License
Jib (com.google.cloud.tools:jib-*:0.*)
- Apache License, Version 2.0
Google HTTP Client Library For Java (com.google.http-client:google-http-client:2.*)
- Apache License, Version 2.0
gRPC (io.grpc:grpc-context:1.*)
- Apache License, Version 2.0
Google J2ObjC (com.google.j2objc:j2objc-annotations:3.*)
- Apache License, Version 2.0
ASM (org.ow2.asm:asm:9.*)
- The 3-Clause BSD License
Docker Java (com.github.docker-java:docker-java-*:3.*)
- Apache License, Version 2.0
Testcontainers (org.testcontainers:*:2.*)
- MIT License
AWS CDK (software.amazon.awscdk:aws-cdk-lib:2.*)
- Apache License, Version 2.0
CDK Lambda Layer KUBECTL V32 (software.amazon.awscdk:cdk-lambda-layer-kubectl-v32:2.*)
- Apache License, Version 2.0
AWS Constructs (software.constructs:constructs:10.*)
- Apache License, Version 2.0
AWS JSii (software.amazon.jsii:jsii-runtime:1.*)
- Apache License, Version 2.0
AWS Lambda Powertools (software.amazon.lambda:powertools-*:2.*)
- MIT License (https://github.com/awslabs/aws-lambda-powertools-java/blob/master/LICENSE)
Jersey Client (org.glassfish.jersey.core:jersey-client:4.*, org.glassfish.jersey.inject:jersey-hk2:4.*, org.glassfish.jersey.media:jersey-media-json-jackson:4.*)
- Eclipse Public License 2.0 (https://projects.eclipse.org/projects/ee4j.jersey)
Jakarta RESTful WS API (jakarta.ws.rs:jakarta.ws.rs-api:2.*, jakarta.ws.rs:jakarta.ws.rs-api:4.*)
- Eclipse Public License 2.0
- GNU General Public License (GPL) Version 2
Netty (io.netty:*:4.*)
- Apache License, Version 2.0
Netty/TomcatNative (io.netty:netty-tcnative-boringssl-static:2.*)
- Apache License, Version 2.0
Eclipse Jetty (org.eclipse.jetty:*:11.*, org.eclipse.jetty.http2:*:11.*)
- Dual license (https://eclipse.dev/jetty/licenses.php)
- Apache License, Version 2.0
- Eclipse Public License 1.0
JSON Path (com.jayway.jsonpath:json-path:3.*)
- Apache License, Version 2.0
XMLUnit (org.xmlunit:xmlunit-core:2.*)
- Apache License, Version 2.0
Jakarta Activation API (jakarta.activation:jakarta.activation-api:2.*)
- Eclipse Distribution License (EDL) 1.0
Jakarta XML Binding API (jakarta.xml.bind:jakarta.xml.bind-api:2.*, jakarta.xml.bind:jakarta.xml.bind-api:4.*)
- Eclipse Distribution License (EDL) 1.0
JJWT (io.jsonwebtoken:*:0.*)
- Apache License, Version 2.0
Jungrapht Visualization (jungrapht) (com.github.tomnelson:jungrapht-*:1.*)
- The 3-Clause BSD License
JGraphT (org.jgrapht:*:1.*, org.jgrapht:jgrapht-core:0.* - Trino uses an older version)
- May be used under either of two licenses (https://github.com/jgrapht/jgrapht)
- GNU Lesser General Public License (LGPL) 2.1
- Eclipse Public License (EPL) 2.0
Apfloat (org.apfloat:apfloat:1.*)
- MIT License
Joda Time (joda-time:joda-time:2.*)
- Apache License, Version 2.0
Json-smart (net.minidev:json-smart:2.*)
- Apache License, Version 2.0
JNR FFI (com.github.jnr:jnr-ffi:2.*)
- Apache License, Version 2.0
SciJava Native Library Loader (org.scijava:native-lib-loader:2.*)
- Simplified BSD License
AspectJ (org.aspectj:aspectjrt:1.*, org.aspectj:aspectjtools:1.*)
- Eclipse Public License (EPL) 2.0
Pty4J (org.jetbrains.pty4j:pty4j:0.*)
- Eclipse Public License (EPL) 1.0
AspectJ Maven Plugin (dev.aspectj:aspectj-maven-plugin:1.*)
- MIT License
Go Offline Maven Plugin (de.qaware.maven:go-offline-maven-plugin:1.*)
- Apache License, Version 2.0
Dependency Check Maven Plugin (org.owasp:dependency-check-maven:12.*)
- Apache License, Version 2.0
SpotBugs Maven Plugin (com.github.spotbugs:spotbugs-*:4.*)
- GNU Lesser General Public License, version 3
FindBugs Annotations (com.google.code.findbugs:jsr305:3.*)
- Apache License, Version 2.0
Checkstyle (com.puppycrawl.tools:checkstyle:12.*)
- GNU Lesser General Public License, version 2.1
Maven Plugins (org.apache.maven.plugins:maven-*-plugin:3.*)
- Apache License, Version 2.0
The file java/core/src/main/java/sleeper/core/schema/type/ByteArray.java contains code that is heavily based on
ByteArray from the Facebook JCommon Collections library, licensed under the Apache License, Version 2.0.
The file java/common/sketches/src/main/java/sleeper/sketches/SketchSerialiser.java contains code that is heavily based
on ArrayOfStringsSerDe from the Apache DataSketches library, licensed under the Apache License, Version 2.0.
Sleeper also contains a Python module. This has the following dependencies.
pyarrow:
- Apache License, Version 2.0
boto3:
- Apache License, Version 2.0
s3fs:
- The 3-Clause BSD License
boto3-stubs
- MIT License
jproperties
- The 3-Clause BSD License; partially licensed under the Python Software Foundation License
ruff
- MIT License
pytest
- MIT License
testcontainers
- Apache License, Version 2.0
Sleeper contains Rust code. This has the following dependencies.
Rust Object Store (https://github.com/apache/arrow-rs/tree/master/object_store)
- Apache License, Version 2.0
color-eyre (https://github.com/yaahc/color-eyre)
- Apache License, Version 2.0
Tokio (https://github.com/tokio-rs/tokio)
- MIT License
thiserror (https://github.com/dtolnay/thiserror)
- Apache License, Version 2.0
log (https://github.com/rust-lang/log)
- Apache License, Version 2.0
env_logger (https://github.com/rust-cli/env_logger/)
- Apache License, Version 2.0
human-panic (https://github.com/rust-cli/human-panic)
- Apache License, Version 2.0
clap (https://github.com/clap-rs/clap)
- Apache License, Version 2.0
libc (https://github.com/rust-lang/libc)
- Apache License, Version 2.0
arrow (https://github.com/apache/arrow-rs)
- Apache License, Version 2.0
futures (https://github.com/rust-lang/futures-rs)
- MIT License
itertools (https://github.com/rust-itertools/itertools)
- Apache License, Version 2.0
object_store (https://github.com/apache/arrow-rs/tree/master/object_store)
- Apache License, Version 2.0
aws-config (https://github.com/awslabs/smithy-rs)
- Apache License, Version 2.0
aws-credentials (https://github.com/awslabs/smithy-rs)
- Apache License, Version 2.0
aws-types (https://github.com/awslabs/smithy-rs)
- Apache License, Version 2.0
url (https://github.com/servo/rust-url)
- Apache License, Version 2.0
bytes (https://github.com/tokio-rs/bytes)
- MIT License
tokio-test (https://github.com/tokio-rs/tokio)
- MIT License
chrono (https://github.com/chronotope/chrono)
- Apache License, Version 2.0
num-format (https://github.com/bcmyers/num-format)
- Apache License, Version 2.0
cxx (https://github.com/dtolnay/cxx)
- Apache 2 License
datasketches-cpp (https://github.com/apache/datasketches-cpp)
- Apache 2 License
git2 (https://github.com/rust-lang/git2-rs)
- Apache 2 License
datafusion (https://github.com/apache/datafusion)
- Apache 2 License
tempfile (https://github.com/Stebalien/tempfile)
- Apache 2 License
testing_logger (https://github.com/brucechapman/rust_testing_logger)
- The 3-Clause BSD License
cmd (https://github.com/assert-rs/assert_cmd)
- Apache 2 License
predicates (https://github.com/assert-rs/predicates-rs)
- Apache 2 License
cargo_metadata (https://github.com/oli-obk/cargo_metadata)
- MIT License
serde_json (https://github.com/serde-rs/json)
- Apache 2 License
regex (https://github.com/serde-rs/json)
- Apache 2 License
async_trait (https://github.com/dtolnay/async-trait)
- Apache 2 License
nohash (https://github.com/paritytech/nohash-hasher)
- Apache 2 License
num-traits (https://github.com/rust-num/num-traits)
- Apache 2 License
rand (https://github.com/rust-random/rand)
- Apache 2 License
test-log (https://github.com/d-e-s-o/test-log)
- Apache 2 License
The build pipeline uses the following GitHub Actions from the marketplace.
ScaCap/action-surefire-report (https://github.com/marketplace/actions/surefire-report)
- Apache License, Version 2.0
jwgmeligmeyling/checkstyle-github-action (https://github.com/marketplace/actions/push-checkstyle-report)
- MIT License
jwgmeligmeyling/spotbugs-github-action (https://github.com/marketplace/actions/push-spotbugs-report)
- MIT License
dtolnay/rust-toolchain (https://github.com/marketplace/actions/rustup-toolchain-install)
- MIT License
mozilla-actions/sccache-action (https://github.com/marketplace/actions/sccache-action)
- Apache License, Version 2.0
docker/setup-qemu-action (https://github.com/marketplace/actions/docker-setup-qemu)
- Apache License, Version 2.0
docker/setup-buildx-action (https://github.com/marketplace/actions/docker-setup-buildx)
- Apache License, Version 2.0
docker/login-action (https://github.com/marketplace/actions/docker-login)
- Apache License, Version 2.0
docker/build-push-action (https://github.com/marketplace/actions/build-and-push-docker-images)
- Apache License, Version 2.0
aquasecurity/trivy-action (https://github.com/marketplace/actions/aqua-security-trivy)
- Apache License, Version 2.0