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):
698698 name = 'Graal.Python' ,
699699 short_name = 'pyn' ,
700700 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' ],
703703 truffle_jars = [
704704 'graalpython:GRAALPYTHON' ,
705705 ],
Original file line number Diff line number Diff line change 266266 "extracted-dependency:graalpython:GRAALPYTHON_PYTHON_LIB" ,
267267 "file:mx.graalpython/native-image.properties" ,
268268 ],
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" ,
270271 }
271272 },
272273
You can’t perform that action at this time.
0 commit comments