generated from digitalservicebund/java-application-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathallowed-licenses.json
42 lines (42 loc) · 913 Bytes
/
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
{
"allowedLicenses": [
{
"moduleLicense": "Apache License, Version 2.0"
},
{
"moduleLicense": "MIT License"
},
{
"moduleLicense": "MIT-0"
},
{
"moduleLicense": "Eclipse Public License - v 2.0"
},
{
"moduleLicense": "Eclipse Public License - v 1.0"
},
{
"moduleLicense": "Creative Commons Legal Code"
},
{
"moduleLicense": null,
"moduleName": "com.fasterxml.jackson:jackson-bom"
},
{
"moduleLicense": null,
"moduleName": "org.jetbrains.kotlin:kotlin-bom"
},
{
"moduleLicense": null,
"moduleName": "org.jetbrains.kotlinx:kotlinx-coroutines-core"
},
{
"moduleLicense": null,
"moduleName": "org.jetbrains.kotlinx:kotlinx-coroutines-bom"
},
{
"moduleLicense": null,
"moduleName": "org.jetbrains.kotlin:kotlin-stdlib-common"
}
]
}