Skip to content

Commit c30c0c8

Browse files
committed
[GR-10134] Fix GraalVM license files.
(cherry picked from commit 0937ee0)
1 parent b991150 commit c30c0c8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -698,8 +698,8 @@ def python_checkcopyrights(args):
698698
name='Graal.Python',
699699
short_name='pyn',
700700
dir_name='python',
701-
license_files=['GraalCE_Python_license_3rd_party_license.txt'],
702-
third_party_license_files=[],
701+
license_files=['LICENSE_GRAALPYTHON'],
702+
third_party_license_files=['3rd_party_licenses_graalpython.txt'],
703703
truffle_jars=[
704704
'graalpython:GRAALPYTHON',
705705
],

mx.graalpython/suite.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,8 @@
266266
"extracted-dependency:graalpython:GRAALPYTHON_PYTHON_LIB",
267267
"file:mx.graalpython/native-image.properties",
268268
],
269-
"GraalCE_Python_license_3rd_party_license.txt": "file:LICENSE",
269+
"LICENSE_GRAALPYTHON" : "file:LICENSE",
270+
"3rd_party_licenses_graalpython.txt" : "file:3rd_party_licenses.txt",
270271
}
271272
},
272273

0 commit comments

Comments
 (0)