-
Notifications
You must be signed in to change notification settings - Fork 15
/
NOTICES
87 lines (38 loc) · 1.72 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
Copyright 2017-2022 Crown Copyright
Koryphe is built using maven. This process will automatically pull in dependencies. We list Koryphe's dependencies,
and their licenses, below. For information on the dependencies of these dependencies, see the websites of the
projects below.
Apache Commons Lang3 (org.apache.commons:commons-lang3:3.4):
- Apache License, Version 2.0
Apache Commons CSV (org.apache.commons:commons-csv:1.4):
- Apache Licence, Version 2.0
Apache Commons Codec (commons-codec:commons-codec:1.6):
- Apache Licence, Version 2.0
Apache Commons IO (commons-io:commons-io:2.4):
- Apache Licence, Version 2.0
FasterXML Jackson (com.fasterxml.jackson.core:jackson-annotations:2.6.5,
com.fasterxml.jackson.core:jackson-core:2.6.5,
com.fasterxml.jackson.core:jackson-databind:2.6.5):
- Apache License, Version 2.0
Org JSON (org.json:json:20180813):
- JSON
Guava (com.google.guava:guava:27.0.1-jre):
- Apache License, Version 2.0
Junit (junit:junit:4.12):
- Eclipse Public License 1.0
Mockito (org.mockito:mockito-all:1.9.5):
- MIT License
SLF4J (org.slf4j:slf4j-api:1.7.25):
- MIT License
Checkstyle (org.apache.maven.plugins:maven-checkstyle-plugin:2.17):
- GNU Lesser General Public License
FindBugs (org.codehaus.mojo:findbugs-maven-plugin:3.0.3):
- Apache License, Version 2.0
FindBugs Annotations (com.google.code.findbugs:annotations:3.0.1):
- GNU Lesser Public License
Nexus Staging (org.sonatype.nexus.maven:nexus-staging:1.6.7):
- Eclipse Public License, Version 1.0
Maven war plugin (org.apache.maven.plugins:maven-war-plugin:3.0.0):
- Apache License, Version 2.0
Fast Classpath Scanner (io.github.lukehutch:fast-classpath-scanner:2.10.0):
- MIT License