Skip to content

Commit

Permalink
move LICENSE -> DASH_LICENSE
Browse files Browse the repository at this point in the history
Since this project also has a license. Licensing is weird.
  • Loading branch information
lucasg committed Aug 14, 2017
1 parent 07388f8 commit af38974
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion posh-to-dash.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def main(build_dir, dest_dir, args):
os.makedirs(os.path.join(document_dir, base_url), exist_ok=True)

shutil.copy("Info.plist", content_dir)
shutil.copy("LICENSE", resources_dir)
shutil.copy("DASH_LICENSE", os.path.join(resources_dir, "LICENSE"))


if not args.local:
Expand Down

0 comments on commit af38974

Please sign in to comment.