-
Notifications
You must be signed in to change notification settings - Fork 10
/
NOTICES
468 lines (236 loc) · 10.1 KB
/
NOTICES
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
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 Athena SDK (com.amazonaws:aws-athena-federation-sdk:*)
- Apache License, Version 2.0
AWS Java SDK (com.amazonaws:aws-java-sdk-*:1.*)
- Apache License, Version 2.0
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
WildFly OpenSSL (org.wildfly.openssl:wildfly-openssl:2.*)
- Apache License, Version 2.0
Woodstox (com.fasterxml.woodstox:woodstox-core:7.*)
- Apache License, Version 2.0
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
Aircompressor (io.airlift:aircompressor:0.*)
- 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:9.*)
- 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
XNIO (org.jboss.xnio:xnio-api:3.*)
- 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:okhttp:4.*)
- Apache License, Version 2.0
Okio (com.squareup.okio:*:3.*)
- Apache License, Version 2.0
Kotlin Stdlib (org.jetbrains.kotlin:*:2.*)
- Apache License, Version 2.0
Logback (ch.qos.logback:logback-core:1.*)
- Dual license (https://logback.qos.ch/license.html)
- Eclipse Public License 1.0
- GNU Lesser General Public License, version 2.1
Facebook Jcommon collections (com.facebook.jcommon:collections::0.*)
- Apache License, Version 2.0
Guava: Google Core Libraries For Java (com.google.guava:guava:33.*)
- Apache License, Version 2.0
Fasterxml Jackson (com.fasterxml.jackson.core:*:2.*, com.fasterxml.jackson.module:*:2.*)
- Apache License, Version 2.0
Wiremock (com.github.tomakehurst:wiremock-jre8:2.*)
- 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
Codehaus Janino (org.codehaus.janino:*:3.*)
- The 3-Clause BSD License
Apache Datasketches (org.apache.datasketches:datasketches-java:3.*)
- Apache License, Version 2.0
Apache Hadoop (org.apache.hadoop:hadoop-aws:3.*, org.apache.hadoop:hadoop-client:3.*)
- Apache License, Version 2.0
Apache Parquet (org.apache.parquet:parquet-hadoop:1.*)
- Apache License, Version 2.0
Apache Spark (org.apache.spark:spark-sql_2.12: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.*)
- Eclipse Public License 1.0
Mockito (org.mockito:mockito-core:5.*)
- MIT License
ApprovalTests.Java (com.approvaltests:approvaltests:24.*)
- Apache License, Version 2.0
AssertJ (org.assertj:assertj-core:3.*)
- Apache License, Version 2.0
JsonUnit (net.javacrumbs.json-unit:json-unit-assertj:3.*)
- 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.*)
- Bouncy Castle License
Testcontainers (org.testcontainers:*:1.*)
- MIT License
AWS CDK (software.amazon.awscdk:aws-cdk-lib:2.*)
- Apache License, Version 2.0
CDK Lambda Layer KUBECTL V24 (software.amazon.awscdk:cdk-lambda-layer-kubectl-v24:2.*)
- Apache License, Version 2.0
AWS Constructs (software.constructs:constructs:10.*)
- Apache License, Version 2.0
AWS Lambda Powertools (software.amazon.lambda:powertools-metrics:1.*)
- MIT License (https://github.com/awslabs/aws-lambda-powertools-java/blob/master/LICENSE)
Jersey Client (org.glassfish.jersey.core:jersey-client:2.*)
- Eclipse Public License 2.0 (https://projects.eclipse.org/projects/ee4j.jersey)
Jakarta RESTful WS API (jakarta.ws.rs:jakarta.ws.rs-api:2.*)
- Eclipse Public License 2.0
- GNU General Public License (GPL) Version 2
Netty (io.netty:*:4.*)
- Apache License, Version 2.0
Eclipse Jetty (org.eclipse.jetty:*:9.*)
- Dual license (https://eclipse.dev/jetty/licenses.php)
- Apache License, Version 2.0
- Eclipse Public License 1.0
Jettison (org.codehaus.jettison:jettison:1.*)
- Apache License, Version 2.0
JSON Path (com.jayway.jsonpath:json-path:2.*)
- 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.*)
- Eclipse Distribution License (EDL) 1.0
JJWT (io.jsonwebtoken:*:0.*)
- Apache License, Version 2.0
Jungrapht Visualization (jungrapht) (com.github.tomnelson:jungrapht-visualization:1.*)
- The 3-Clause BSD License
JGraphT (org.jgrapht:*:1.*)
- 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
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
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:11.*)
- Apache License, Version 2.0
The file java/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
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
owo-colors (https://github.com/jam1garner/owo-colors)
- 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
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