Skip to content

Commit 043bcc6

Browse files
committed
Rename the license file of Graal.Python.
1 parent 182835e commit 043bcc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ def import_python_sources(args):
858858
name='Graal.Python license files',
859859
short_name='pynl',
860860
dir_name='python',
861-
license_files=['LICENSE_GRAALPYTHON'],
861+
license_files=['LICENSE_GRAALPYTHON.txt'],
862862
third_party_license_files=['3rd_party_licenses_graalpython.txt'],
863863
truffle_jars=[],
864864
support_distributions=[

mx.graalpython/suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@
379379
"platformDependent": True,
380380
"description": "Graal.Python support distribution for the GraalVM license files",
381381
"layout": {
382-
"LICENSE_GRAALPYTHON": "file:LICENSE",
382+
"LICENSE_GRAALPYTHON.txt": "file:LICENSE",
383383
"3rd_party_licenses_graalpython.txt": "file:3rd_party_licenses.txt",
384384
},
385385
"maven": False,

0 commit comments

Comments
 (0)