-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnotices.json
140 lines (140 loc) · 4.78 KB
/
notices.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"title": "Librarian plugin-preset's using libraries",
"description": "This list is including plugin binary",
"notices": [
{
"name": "Kotlin",
"author": "JetBrains - Kotlin Team",
"url": "https://kotlinlang.org/",
"description": null,
"resources": [
{
"artifacts": [
"org.jetbrains.kotlin:kotlin-stdlib-jdk7"
],
"licenses": [
{
"name": "The Apache License, Version 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.txt"
}
]
}
]
},
{
"name": "OkHttp",
"author": "Square, Inc.",
"url": "https://square.github.io/okhttp/",
"description": null,
"resources": [
{
"artifacts": [
"com.squareup.okhttp3:okhttp"
],
"licenses": [
{
"name": "The Apache Software License, Version 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.txt"
}
]
}
]
},
{
"name": "Okio",
"author": "Square, Inc.",
"url": "https://github.com/square/okio/",
"description": null,
"resources": [
{
"artifacts": [
"com.squareup.okio:okio"
],
"licenses": [
{
"name": "The Apache Software License, Version 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.txt"
}
]
}
]
},
{
"name": "Retrofit",
"author": "Square, Inc.",
"url": "https://github.com/square/retrofit",
"description": null,
"resources": [
{
"artifacts": [
"com.squareup.retrofit2:retrofit"
],
"licenses": [
{
"name": "The Apache Software License, Version 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.txt"
}
]
}
]
},
{
"name": "Retrofit 2 Kotlin Serialization Converter",
"author": "Jake Wharton",
"url": "https://github.com/JakeWharton/retrofit2-kotlinx-serialization-converter/",
"description": "A Converter.Factory for Kotlin's serialization support.",
"resources": [
{
"artifacts": [
"com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter"
],
"licenses": [
{
"name": "The Apache Software License, Version 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.txt"
}
]
}
]
},
{
"name": "XmlUtil",
"author": "pdvrieze",
"url": "https://github.com/pdvrieze/xmlutil",
"description": null,
"resources": [
{
"artifacts": [
"net.devrieze:xmlutil-jvm",
"net.devrieze:xmlutil-serialization-jvm"
],
"licenses": [
{
"name": "Apache License 2.0",
"url": "https://github.com/pdvrieze/xmlutil/blob/master/COPYING"
}
]
}
]
},
{
"name": "kotlinx.serialization",
"author": "JetBrains - JetBrains Team",
"url": "https://github.com/Kotlin/kotlinx.serialization",
"description": null,
"resources": [
{
"artifacts": [
"org.jetbrains.kotlinx:kotlinx-serialization-runtime"
],
"licenses": [
{
"name": "The Apache Software License, Version 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.txt"
}
]
}
]
}
]
}