LICENSE.txt 1.7 KB

123456789101112131415161718192021222324252627282930313233
  1. OPEN 3D ENGINE LICENSING
  2. The default license for Open 3D Engine is the Apache License, Version 2.0
  3. (see LICENSE_APACHE2.TXT); you may elect at your option to use the Open 3D
  4. Engine under the MIT License (see LICENSE_MIT.TXT). Contributions must be
  5. made under both licenses.
  6. THIRD PARTY COMPONENTS
  7. Open 3D Engine requires the use of (and in some cases makes available to you)
  8. software and assets that have been developed by third parties and are subject
  9. to separate license terms (such as code licensed under other open source
  10. licenses). It is your responsibility to comply with the applicable licenses.
  11. Information on third party materials, and the applicable license terms, are
  12. referenced in or included with the materials, such as in separate LICENSE.txt
  13. files accompanying the materials.
  14. Third party components with license-identification SPDX tags are logged in
  15. the 3P repository at https://github.com/o3de/3p-package-source. For more
  16. information on applying SPDX tags to O3DE components properly, see
  17. https://www.o3de.org/docs/user-guide/build/packages/#o3de-package-structure.
  18. Please note that certain materials are subject to "copyleft" licenses, which
  19. require distribution of source code, including:
  20. - Qt Toolkit https://github.com/qtproject/, which is subject to the GNU
  21. Lesser General Public License version 3 (with certain exceptions). A copy of
  22. the source code for Qt Toolkit may be found at
  23. https://github.com/o3de/qt5/tree/5.15.1-o3de
  24. - The AWS Python SDK uses Chardet https://chardet.github.io/, which is
  25. subject to the GNU Lesser General Public License version 2.1. A copy of the
  26. source code may be found at https://github.com/chardet/chardet.