Skip to content

Commit 35147db

Browse files
committed
license checking
1 parent 6203a78 commit 35147db

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)