Skip to content

Commit 440c24f

Browse files
cosminbascatimfel
authored andcommitted
style & (c) fixes
1 parent cba306e commit 440c24f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1840,7 +1840,8 @@ def _python_checkpatchfiles():
18401840
'wheel-0.34.patch'
18411841
}
18421842
allowed_licenses = [
1843-
"MIT", "BSD", "BSD-3-Clause", "BSD 3-Clause License", "BSD or Apache License, Version 2.0",
1843+
"MIT", "BSD", "BSD-3-Clause", "BSD 3-Clause License",
1844+
"BSD or Apache License, Version 2.0", "Apache License, Version 2.0",
18441845
"MIT license", "PSF", "BSD-3-Clause OR Apache-2.0", "Apache", "Apache License", "new BSD",
18451846
"(Apache-2.0 OR BSD-3-Clause) AND PSF-2.0", "Apache 2.0", "MPL-2.0", "BSD 3-Clause",
18461847
"LGPL",

0 commit comments

Comments
 (0)