Skip to content

Commit 7649849

Browse files
ansalondgilles-duboscq
authored andcommitted
Rename the license file of TruffleRuby.
1 parent e411cd5 commit 7649849

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
@@ -123,7 +123,7 @@ def ruby_testdownstream_sulong(args):
123123
name='TruffleRuby license files',
124124
short_name='rbyl',
125125
dir_name='ruby',
126-
license_files=['LICENSE_TRUFFLERUBY.md'],
126+
license_files=['LICENSE_TRUFFLERUBY.txt'],
127127
third_party_license_files=['3rd_party_licenses_truffleruby.txt'],
128128
truffle_jars=[],
129129
support_distributions=[

mx.truffleruby/suite.py

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

0 commit comments

Comments
 (0)