Skip to content

Commit 019cd33

Browse files
committed
fix: fix list of allowed licenses
The list required a bit of maintenance because it was originally copied from a working tree of ruyisdk/ruyi. The added licenses here are all permissive and compatible with Apache-2.0.
1 parent c0c8387 commit 019cd33

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,11 @@ mypy_path = "./stubs"
4141
safe_licenses = [
4242
"Apache Software License",
4343
"BSD License",
44-
"GPLv2 with linking exception",
44+
"ISC License (ISCL)",
4545
"MIT License",
4646
"Mozilla Public License 2.0 (MPL 2.0)", # needs mention in license notices
47+
"Python Software Foundation License",
48+
"The Unlicense (Unlicense)",
4749
]
4850

4951

0 commit comments

Comments
 (0)