irrlicht-license.txt 1.5 KB

123456789101112131415161718192021222324252627
  1. Copyright (C) 2002-2012 Nikolaus Gebhardt
  2. This software is provided 'as-is', without any express or implied
  3. warranty. In no event will the authors be held liable for any damages
  4. arising from the use of this software.
  5. Permission is granted to anyone to use this software for any purpose,
  6. including commercial applications, and to alter it and redistribute it
  7. freely, subject to the following restrictions:
  8. 1. The origin of this software must not be misrepresented; you must not
  9. claim that you wrote the original software. If you use this software
  10. in a product, an acknowledgment in the product documentation would be
  11. appreciated but is not required.
  12. 2. Altered source versions must be plainly marked as such, and must not be
  13. misrepresented as being the original software.
  14. 3. This notice may not be removed or altered from any source distribution.
  15. Please note that the Irrlicht Engine is based in part on the work of the
  16. Independent JPEG Group, the zlib, libPng and aesGladman. This means that if you use
  17. the Irrlicht Engine in your product, you must acknowledge somewhere in your
  18. documentation that you've used the IJPG code. It would also be nice to mention
  19. that you use the Irrlicht Engine, the zlib, libPng and aesGladman. See the
  20. corresponding license files for further informations. It is also possible to disable
  21. usage of those additional libraries by defines in the IrrCompileConfig.h header and
  22. recompiling the engine.