aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/others/irrlicht-1.8.1/doc/irrlicht-license.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/others/irrlicht-1.8.1/doc/irrlicht-license.txt')
-rw-r--r--src/others/irrlicht-1.8.1/doc/irrlicht-license.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/others/irrlicht-1.8.1/doc/irrlicht-license.txt b/src/others/irrlicht-1.8.1/doc/irrlicht-license.txt
new file mode 100644
index 0000000..19e40ec
--- /dev/null
+++ b/src/others/irrlicht-1.8.1/doc/irrlicht-license.txt
@@ -0,0 +1,26 @@
1Copyright (C) 2002-2012 Nikolaus Gebhardt
2
3 This software is provided 'as-is', without any express or implied
4 warranty. In no event will the authors be held liable for any damages
5 arising from the use of this software.
6
7 Permission is granted to anyone to use this software for any purpose,
8 including commercial applications, and to alter it and redistribute it
9 freely, subject to the following restrictions:
10
11 1. The origin of this software must not be misrepresented; you must not
12 claim that you wrote the original software. If you use this software
13 in a product, an acknowledgment in the product documentation would be
14 appreciated but is not required.
15 2. Altered source versions must be plainly marked as such, and must not be
16 misrepresented as being the original software.
17 3. This notice may not be removed or altered from any source distribution.
18
19 Please note that the Irrlicht Engine is based in part on the work of the
20 Independent JPEG Group, the zlib, libPng and aesGladman. This means that if you use
21 the Irrlicht Engine in your product, you must acknowledge somewhere in your
22 documentation that you've used the IJPG code. It would also be nice to mention
23 that you use the Irrlicht Engine, the zlib, libPng and aesGladman. See the
24 corresponding license files for further informations. It is also possible to disable
25 usage of those additional libraries by defines in the IrrCompileConfig.h header and
26 recompiling the engine.