Skip to content

Commit 8c495d9

Browse files
committed
Allow "Apache 2.0" license
1 parent d328941 commit 8c495d9

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
@@ -1780,7 +1780,7 @@ def _python_checkpatchfiles():
17801780
allowed_licenses = [
17811781
"MIT", "BSD", "BSD-3-Clause", "BSD 3-Clause License", "BSD or Apache License, Version 2.0",
17821782
"MIT license", "PSF", "BSD-3-Clause OR Apache-2.0", "Apache", "Apache License", "new BSD",
1783-
"(Apache-2.0 OR BSD-3-Clause) AND PSF-2.0",
1783+
"(Apache-2.0 OR BSD-3-Clause) AND PSF-2.0", "Apache 2.0",
17841784
]
17851785
for line in content.split("\n"):
17861786
if not line or os.stat(line).st_size == 0:

0 commit comments

Comments
 (0)