LICENSE.txt 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. ## LICENSE
  2. PROJECT DATA: "ROSConDemo/Project"
  3. URL: https://github.com/o3de/ROSConDemo/tree/main/Project/Assets
  4. The project data and code samples, including inline code, and related data
  5. are dual-licensed under Apache 2.0 and the MIT licenses.
  6. (see LICENSE-APACHE2.txt and LICENSE_MIT.TXT)
  7. ASSET DATA: "ROSConDemo/tree/main/Project/Assets"
  8. URL: https://github.com/o3de/ROSConDemo/tree/main/Project/Assets
  9. The ROSConDemo Project and it's contents including 3D models, image textures,
  10. and other game asset files are licensed under the Creative Commons license
  11. Attribution-NonCommercial 4.0 International (see LICENSE-CC-BY-NC-4.0.txt)
  12. DOCUMENTATION
  13. Any additional documentation content excluding code, and including images,
  14. is licensed under the Creative Commons license Attribution 4.0 International
  15. (See LICENSE-CC-BY-4.0.txt)
  16. OPEN 3D ENGINE LICENSING
  17. The default license for Open 3D Engine is the Apache License, Version 2.0
  18. (see LICENSE_APACHE2.TXT); you may elect at your option to use the Open 3D
  19. Engine under the MIT License (see LICENSE_MIT.TXT). Contributions must be
  20. made under both licenses.
  21. THIRD PARTY COMPONENTS
  22. Open 3D Engine requires the use of (and in some cases makes available to you)
  23. software and assets that have been developed by third parties and are subject
  24. to separate license terms (such as code licensed under other open source
  25. licenses). It is your responsibility to comply with the applicable licenses.
  26. Information on third party materials, and the applicable license terms, are
  27. referenced in or included with the materials, such as in separate LICENSE.txt
  28. files accompanying the materials.
  29. Please note that certain materials are subject to "copyleft" licenses, which
  30. require distribution of source code, including:
  31. - Qt Toolkit https://github.com/qtproject/, which is subject to the GNU
  32. Lesser General Public License version 3 (with certain exceptions). A copy of
  33. the source code for Qt Toolkit may be found at
  34. https://s3-us-west-2.amazonaws.com/ly-legal/LicenseConformance/Qt/Src.zip
  35. - The AWS Python SDK uses Chardet https://chardet.github.io/, which is
  36. subject to the GNU Lesser General Public License version 2.1. A copy of the
  37. source code may be found at https://github.com/chardet/chardet.