File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -246,12 +246,19 @@ authorized_licenses = [
246246 " bsd" ,
247247 " bsd license" ,
248248 " BSD 3-Clause" ,
249+ " BSD-2-Clause" ,
250+ " BSD-3-Clause" ,
249251 " CC0" ,
252+ " CC0-1.0" ,
250253 " apache" ,
251254 " apache 2.0" ,
252255 " apache software" ,
253256 " apache software license" ,
254257 " Apache License, Version 2.0" ,
258+ " Apache-2.0" ,
259+ # SPDX AND-expressions are not split by liccheck, so list as-is
260+ " MPL-2.0 AND MIT" ,
261+ " BSD-3-Clause AND 0BSD AND MIT AND Zlib AND CC0-1.0" ,
255262 " Historical Permission Notice and Disclaimer (HPND)" ,
256263 " isc license" ,
257264 " isc license (iscl)" ,
@@ -262,7 +269,9 @@ authorized_licenses = [
262269 " GNU Lesser General Public License v2 or later (LGPLv2+)" ,
263270 " mit" ,
264271 " mit license" ,
272+ " MIT" ,
265273 " Mozilla Public License 2.0 (MPL 2.0)" ,
274+ " MPL-2.0" ,
266275 " psf-2.0" ,
267276 " python software foundation" ,
268277 " python software foundation license" ,
You can’t perform that action at this time.
0 commit comments