-
Notifications
You must be signed in to change notification settings - Fork 25
/
allowed-licenses.json
50 lines (50 loc) · 1.25 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
{
"allowedLicenses": [
{
"moduleLicense": "Apache License, Version 2.0"
},
{
"moduleLicense": "The Apache License, Version 2.0"
},
{
"moduleLicense": "The Apache Software License, Version 2.0"
},
{
"moduleLicense": "Bouncy Castle Licence"
},
{
"moduleLicense": "BSD3"
},
{
"moduleLicense": "BSD 3-clause License w/nuclear disclaimer"
},
{
"moduleLicense": "CC0 Universal"
},
{
"moduleLicense": "CC0 1.0 Universal"
},
{
"moduleLicense": "MIT License"
},
{
"moduleLicense": "The MIT License (MIT)"
},
{
// is Apache 2
"moduleName": "org.jetbrains.kotlinx:kotlinx-serialization-core"
},
{
// is Apache 2
"moduleName": "org.jetbrains.kotlinx:kotlinx-serialization-cbor"
},
{
// is Apache 2
"moduleName": "org.jetbrains.kotlinx:kotlinx-serialization-json"
},
{
// is Apache 2
"moduleName": "org.jetbrains.kotlinx:kotlinx-datetime"
}
]
}