Skip to content

Commit 3b03d73

Browse files
committed
Rename the license file of TruffleRuby.
1 parent be05831 commit 3b03d73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mx.truffleruby/mx_truffleruby.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def ruby_testdownstream_sulong(args):
122122
name='TruffleRuby license files',
123123
short_name='rbyl',
124124
dir_name='ruby',
125-
license_files=['LICENSE_TRUFFLERUBY.md'],
125+
license_files=['LICENSE_TRUFFLERUBY.txt'],
126126
third_party_license_files=['3rd_party_licenses_truffleruby.txt'],
127127
truffle_jars=[],
128128
support_distributions=[

mx.truffleruby/suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@
487487
"platformDependent": True,
488488
"description": "TruffleRuby support distribution for the GraalVM license files",
489489
"layout": {
490-
"LICENSE_TRUFFLERUBY.md": "file:LICENCE.md",
490+
"LICENSE_TRUFFLERUBY.txt": "file:LICENCE.md",
491491
"3rd_party_licenses_truffleruby.txt": "file:3rd_party_licenses.txt",
492492
},
493493
},

0 commit comments

Comments
 (0)