Skip to content

Commit 66b652f

Browse files
committed
python check (c) allowed licences add BSD 3 alias
1 parent a771960 commit 66b652f

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
@@ -1300,7 +1300,7 @@ def _python_checkpatchfiles():
13001300
content = listfile.read()
13011301
patchfile_pattern = re.compile(r"lib-graalpython/patches/([^/]+)/(sdist|whl)/.*\.patch")
13021302
checked = set()
1303-
allowed_licenses = ["MIT", "BSD", "BSD-3-Clause", "MIT license", "PSF"]
1303+
allowed_licenses = ["MIT", "BSD", "BSD-3-Clause", "BSD 3-Clause License", "MIT license", "PSF"]
13041304
for line in content.split("\n"):
13051305
match = patchfile_pattern.search(line)
13061306
if match:

0 commit comments

Comments
 (0)