-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
50 lines (34 loc) · 1.79 KB
/
NOTICE
File metadata and controls
50 lines (34 loc) · 1.79 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
NetCopy
Copyright 2026 Alexey Egupov and the NetCopy contributors
This product is licensed under the Apache License, Version 2.0 (see the LICENSE
file at the root of this distribution for the full text).
------------------------------------------------------------------------------
Third-party components
------------------------------------------------------------------------------
This software bundles, as a fat (shaded) JAR, the following third-party
components. Each is distributed under its own license; the relevant licenses
remain in effect for the bundled bytecode.
* Javalin Apache License 2.0
https://github.com/javalin/javalin
* Eclipse Jetty (server, websocket) Apache License 2.0 / Eclipse Public License 2.0
https://github.com/jetty/jetty.project
* Jackson (core, databind, annotations) Apache License 2.0
https://github.com/FasterXML/jackson
* picocli Apache License 2.0
https://github.com/remkop/picocli
* zero-allocation-hashing Apache License 2.0
https://github.com/OpenHFT/Zero-Allocation-Hashing
* SLF4J MIT License
https://www.slf4j.org/license.html
* Logback Eclipse Public License 1.0 / GNU LGPL 2.1
https://logback.qos.ch/license.html
* JUnit Jupiter (test only) Eclipse Public License 2.0
https://github.com/junit-team/junit5
* ArchUnit (test only) Apache License 2.0
https://github.com/TNG/ArchUnit
The container image additionally pulls the following at build time:
* Eclipse Temurin OpenJDK runtime GPL 2.0 with Classpath Exception
https://adoptium.net/
* gosu Apache License 2.0
https://github.com/tianon/gosu
Run `./mvnw dependency:tree` for the full transitive dependency list.