Skip to content

Commit 6aebe39

Browse files
committed
Add PSF to allowed license for patches
1 parent dbdd862 commit 6aebe39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@ def _python_checkpatchfiles():
12031203
content = listfile.read()
12041204
patchfile_pattern = re.compile(r"lib-graalpython/patches/([^/]+)/(sdist|whl)/.*\.patch")
12051205
checked = set()
1206-
allowed_licenses = ["MIT", "BSD", "MIT license"]
1206+
allowed_licenses = ["MIT", "BSD", "MIT license", "PSF"]
12071207
for line in content.split("\n"):
12081208
match = patchfile_pattern.search(line)
12091209
if match:

0 commit comments

Comments
 (0)