You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: var/ambiguities.json
+24-8Lines changed: 24 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,8 @@
15
15
},
16
16
"GNU Affero General Public License": {
17
17
"aliases": [
18
-
"AGPL"
18
+
"AGPL",
19
+
" Affero General Public License"
19
20
],
20
21
"problem": "This license has different versions (1.0, 2.0 and 3.0) and different names (version 1.0 does not have GNU in the name). Without a version number it is not possible to determine which of the versions is meant."
21
22
},
@@ -37,7 +38,9 @@
37
38
"License :: OSI Approved :: Apache Software License",
38
39
"OSI Approved Apache Software License",
39
40
"apache",
40
-
"OSI-Approved-::-Apache-Software-License"
41
+
"OSI-Approved-::-Apache-Software-License",
42
+
"LICENSE-APACHE",
43
+
"Apache other"
41
44
],
42
45
"problem": "This license has different version (1.0, 1.1, and 2.0). Without a version number it is not possible to determine which of the versions is meant."
43
46
},
@@ -90,7 +93,11 @@
90
93
"BSD license",
91
94
"License :: OSI Approved :: BSD License",
92
95
"BSD licensed code",
93
-
"BSD Software License"
96
+
"BSD Software License",
97
+
"BSD_License",
98
+
"BSD_License_",
99
+
"BSD like",
100
+
"BSD-LIKE"
94
101
],
95
102
"problem": "There are a couple of variants or versions of the BSD license (0BSD, BSD-1-Clause, BSD-2-Clause, BSD-3-Clause and BSD-4-Clause). Without the version/variant of the license it is not possible to determine which of the versions is meant."
96
103
},
@@ -185,7 +192,7 @@
185
192
"GNU GENERAL PUBLIC LICENSE",
186
193
"License :: OSI Approved :: GNU General Public License",
187
194
"License :: OSI Approved :: GNU General Public License (GPL)",
188
-
"GNU General Public License (GPL)",
195
+
"GNU General Public License (GPL)",
189
196
"GNU-GPL",
190
197
"GPL license"
191
198
],
@@ -205,7 +212,9 @@
205
212
"GNU Library/LGPL",
206
213
"GNU Library",
207
214
"GNU Library or GNU Lesser General Public License",
208
-
"GNU Lesser General Public License v1.0"
215
+
"GNU Lesser General Public License v1.0",
216
+
"LGPL license",
217
+
"GNU Lesser Public License"
209
218
],
210
219
"problem": "This license has different versions (2.0, 2.1 and 3.0). Without a version number it is not possible to determine which of the versions is meant."
211
220
},
@@ -219,7 +228,9 @@
219
228
"MIT Like",
220
229
"MIT-style License.",
221
230
"MIT-license",
222
-
"MIT-Licences"
231
+
"MIT-Licences",
232
+
"MIT-like License",
233
+
"MIT Style License"
223
234
],
224
235
"problem": "This is not a license identifier. It is most likely a license similar to MIT, but without more information no assumptions can be made."
225
236
},
@@ -228,7 +239,8 @@
228
239
"MPL",
229
240
"MPL-1",
230
241
"MPLv1",
231
-
"Mozilla-permissive"
242
+
"Mozilla-permissive",
243
+
"Mozilla"
232
244
],
233
245
"problem": "This license has different version (1.0, 1.1 and 2.0). Without a version number clearly distinguishing the version it is not possible to determine which of the versions is meant."
234
246
},
@@ -276,7 +288,11 @@
276
288
"Python Software Foundation",
277
289
"Python Software Foundation License (PSFL)",
278
290
"The Python Software Foundation License",
279
-
"PSF-License"
291
+
"PSF-License",
292
+
"psf-license",
293
+
"PSF LICENSE",
294
+
"Python Open Source GPL Compatible License Agreement",
295
+
"Software Foundation License"
280
296
],
281
297
"problem": "This license has different versions (2.0 and 2.0.1). Without a version number clearly distinguishing the version it is not possible to determine which of the versions is meant."
0 commit comments