-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnotices.json
161 lines (161 loc) · 5.53 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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"title": "Librarian ui-serialzier-gson's using libraries",
"description": "This list is using development of Librarian",
"notices": [
{
"name": "AndroidX Test Library",
"author": "The Android Open Source Project",
"url": "https://developer.android.com/testing",
"description": null,
"resources": [
{
"artifacts": [
"androidx.test.espresso:espresso-core",
"androidx.test.ext:junit"
],
"licenses": [
{
"name": "The Apache Software License, Version 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.txt"
}
]
}
]
},
{
"name": "Gradle Plug-in for Android",
"author": "The Android Open Source Project",
"url": "https://developer.android.com/studio",
"description": "Gradle plug-in to build Android applications.",
"resources": [
{
"artifacts": [
"com.android.tools.build:gradle"
],
"licenses": [
{
"name": "The Apache Software License, Version 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.txt"
}
]
}
]
},
{
"name": "JUnit",
"author": "JUnit Team",
"url": "http://junit.org",
"description": null,
"resources": [
{
"artifacts": [
"junit:junit"
],
"licenses": [
{
"name": "Eclipse Public License 1.0",
"url": "http://www.eclipse.org/legal/epl-v10.html"
}
]
}
]
},
{
"name": "Kotlin",
"author": "JetBrains - Kotlin Team",
"url": "https://kotlinlang.org/",
"description": null,
"resources": [
{
"artifacts": [
"org.jetbrains.kotlin:kotlin-gradle-plugin",
"org.jetbrains.kotlin:kotlin-serialization"
],
"licenses": [
{
"name": "The Apache License, Version 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.txt"
}
]
}
]
},
{
"name": "Librarian",
"author": "MeilCli",
"url": "https://github.com/MeilCli/Librarian",
"description": null,
"resources": [
{
"artifacts": [
"net.meilcli.librarian:plugin-core",
"net.meilcli.librarian:plugin-preset"
],
"licenses": [
{
"name": "MIT License",
"url": "https://github.com/MeilCli/Librarian/blob/master/LICENSE"
}
]
}
]
},
{
"name": "detekt",
"author": "Artur Bosch",
"url": "https://detekt.github.io/detekt",
"description": "Static code analysis for Kotlin",
"resources": [
{
"artifacts": [
"io.gitlab.arturbosch.detekt:detekt-gradle-plugin"
],
"licenses": [
{
"name": "The Apache Software License, Version 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.txt"
}
]
}
]
},
{
"name": "gradle-bintray-plugin",
"author": "JFrog",
"url": "https://github.com/bintray/gradle-bintray-plugin",
"description": null,
"resources": [
{
"artifacts": [
"com.jfrog.bintray.gradle:gradle-bintray-plugin"
],
"licenses": [
{
"name": "The Apache Software License, Version 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.txt"
}
]
}
]
},
{
"name": "gradle-buildconfig-plugin",
"author": "Guillermo Mazzola",
"url": "https://github.com/gmazzo/gradle-buildconfig-plugin",
"description": null,
"resources": [
{
"artifacts": [
"com.github.gmazzo:gradle-buildconfig-plugin"
],
"licenses": [
{
"name": "MIT License",
"url": "https://github.com/gmazzo/gradle-buildconfig-plugin/blob/master/LICENSE"
}
]
}
]
}
]
}