File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 = [
Original file line number Diff line number Diff line change 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 ,
You can’t perform that action at this time.
0 commit comments