Skip to content

Commit de6a9a3

Browse files
ansalondgilles-duboscq
authored andcommitted
Rename the license file of Graal.Python.
1 parent d62662b commit de6a9a3

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
@@ -912,7 +912,7 @@ def import_python_sources(args):
912912
name='Graal.Python license files',
913913
short_name='pynl',
914914
dir_name='python',
915-
license_files=['LICENSE_GRAALPYTHON'],
915+
license_files=['LICENSE_GRAALPYTHON.txt'],
916916
third_party_license_files=['3rd_party_licenses_graalpython.txt'],
917917
truffle_jars=[],
918918
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)