aws-samples / aws-tools-for-babylonjs-editor

AWS Tools for Babylon.JS Editor is a suite of tools meant to interact with Babylon.JS Editor by utilizing the capabilities of AWS products.
Apache License 2.0
32 stars 10 forks source link

Update Package Names and Add Legal Info #10

Closed brhook-aws closed 2 years ago

brhook-aws commented 2 years ago

Description

Updated all of the package names to be the agreed upon names. Likewise, updated all references in code that pointed to old folder directory or was a customer visible label. Also, updated the "SumerianToolbar" class for each package to better reflect new name.

Additionally, as part of this change, I've added some legal safeguards to the code:

Note

This change is built on top of this PR, as I am unable to build successfully without. That change should be committed first before this one goes through.

Reviewer Testing Instructions

Testing done


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

eherozhao commented 2 years ago

The PR includes the other PR's change. Do you mind separate that part out? If not, We can merge it after that PR is approved.

That PR has been approved and merged. Safe to merge now. Thanks for this change!