File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -698,8 +698,8 @@ def python_checkcopyrights(args):
698
698
name = 'Graal.Python' ,
699
699
short_name = 'pyn' ,
700
700
dir_name = 'python' ,
701
- license_files = ['GraalCE_Python_license_3rd_party_license.txt ' ],
702
- third_party_license_files = [],
701
+ license_files = ['LICENSE_GRAALPYTHON ' ],
702
+ third_party_license_files = ['3rd_party_licenses_graalpython.txt' ],
703
703
truffle_jars = [
704
704
'graalpython:GRAALPYTHON' ,
705
705
],
Original file line number Diff line number Diff line change 266
266
"extracted-dependency:graalpython:GRAALPYTHON_PYTHON_LIB" ,
267
267
"file:mx.graalpython/native-image.properties" ,
268
268
],
269
- "GraalCE_Python_license_3rd_party_license.txt" : "file:LICENSE" ,
269
+ "LICENSE_GRAALPYTHON" : "file:LICENSE" ,
270
+ "3rd_party_licenses_graalpython.txt" : "file:3rd_party_licenses.txt" ,
270
271
}
271
272
},
272
273
You can’t perform that action at this time.
0 commit comments