diff --git a/CONTRIBUTORS-GUIDE.md b/CONTRIBUTORS-GUIDE.md new file mode 100644 index 00000000..39167d4d --- /dev/null +++ b/CONTRIBUTORS-GUIDE.md @@ -0,0 +1,17 @@ +# MPS Assets Contributors Guide + +This guide provides instructions for those authoring and submitting content to this o3de-multiplayer-assets repository. + +To Do: write this guide ... + +## Content Authoring Guidelines + +foo + +## Licensing and Legal Guidance + +bar + +## License + +For terms please see the LICENSE*.TXT files at the root of this distribution. diff --git a/LICENSE.txt b/LICENSE.txt index 5c826ff4..9e5328a6 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -26,8 +26,8 @@ under the Creative Commons license Attribution 4.0 International (See LICENSE-CC-BY-4.0.txt) Additional information for asset contributions (and their licensing) can be -found in the CONTRIBUTING.md at the root of the repository; generally -all new asset contributions must be made under a permissible Creative-Commons +found in the CONTRIBUTING.md at the root of the repository; generally all +new asset contributions must be made under a permissible Creative-Commons license (such as LICENSE-CC0.txt or LICENSE-CC-BY-4.0.txt) DOCUMENTATION diff --git a/Project/Gem/enabled_gems.cmake b/Project/Gem/enabled_gems.cmake index ea23f86b..51b56cc1 100644 --- a/Project/Gem/enabled_gems.cmake +++ b/Project/Gem/enabled_gems.cmake @@ -32,6 +32,6 @@ set(ENABLED_GEMS DccScriptingInterface QtForPython PopcornFX - PhysXDebug + PhysXDebug Stars )