generated from digitalservicebund/java-application-template
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathallowed-licenses.json
79 lines (77 loc) · 1.53 KB
/
allowed-licenses.json
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
{
"allowedLicenses": [
{
"moduleLicense": "GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1"
},
{
"moduleLicense": "Apache License, Version 2.0"
},
{
"moduleLicense": "Eclipse Public License - v 2.0"
},
{
"moduleLicense": "Eclipse Public License - v 1.0"
},
{
"moduleLicense": "MIT License"
},
{
"moduleLicense": "MIT-0"
},
{
"moduleLicense": "Bouncy Castle Licence"
},
{
"moduleLicense": "The 3-Clause BSD License"
},
{
"moduleLicense": "BSD licence"
},
{
"moduleLicense": "The 2-Clause BSD License"
},
{
"moduleLicense": "BSD Zero Clause License"
},
{
"moduleLicense": "CDDL + GPLv2 with classpath exception"
},
{
"moduleLicense": "COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0"
},
{
"moduleLicense": "Creative Commons Legal Code"
},
{
"moduleLicense": "MIT"
},
{
"moduleLicense": "Apache-2.0"
},
{
"moduleLicense": "BSD-3-Clause"
},
{
"moduleLicense": "BSD-2-Clause"
},
{
"moduleLicense": "Python-2.0"
},
{
"moduleLicense": "ISC"
},
{
"moduleLicense": "Mozilla Public License Version 2.0",
"moduleVersion": "12.5",
"moduleName": "net.sf.saxon:Saxon-HE"
},
{
"moduleLicense": null,
"moduleName": "software.amazon.awssdk:bom"
},
{
"moduleLicense": null,
"moduleName": "io.sentry:sentry-bom"
}
]
}