Skip to content

Commit

Permalink
[GR-10134] Fix GraalVM license files.
Browse files Browse the repository at this point in the history
(cherry picked from commit 0937ee0)
  • Loading branch information
ansalond committed May 30, 2018
1 parent b991150 commit c30c0c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mx.graalpython/mx_graalpython.py
Original file line number Diff line number Diff line change
Expand Up @@ -698,8 +698,8 @@ def python_checkcopyrights(args):
name='Graal.Python',
short_name='pyn',
dir_name='python',
license_files=['GraalCE_Python_license_3rd_party_license.txt'],
third_party_license_files=[],
license_files=['LICENSE_GRAALPYTHON'],
third_party_license_files=['3rd_party_licenses_graalpython.txt'],
truffle_jars=[
'graalpython:GRAALPYTHON',
],
Expand Down
3 changes: 2 additions & 1 deletion mx.graalpython/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,8 @@
"extracted-dependency:graalpython:GRAALPYTHON_PYTHON_LIB",
"file:mx.graalpython/native-image.properties",
],
"GraalCE_Python_license_3rd_party_license.txt": "file:LICENSE",
"LICENSE_GRAALPYTHON" : "file:LICENSE",
"3rd_party_licenses_graalpython.txt" : "file:3rd_party_licenses.txt",
}
},

Expand Down

0 comments on commit c30c0c8

Please sign in to comment.