forked from capnramses/antons_opengl_tutorials_book
-
Notifications
You must be signed in to change notification settings - Fork 9
/
LICENCE.txt
91 lines (68 loc) · 4.24 KB
/
LICENCE.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
= Licences =
If I have omitted something here, please let me know:
anton at antongerdelan dot net
== Content ==
Content is mostly drawn/modelled by me, and you are free to use in any way that
you like. There are exceptions:
* Skybox textures are from Emil Persson's website
http://www.humus.name/index.php?page=Textures
The have a Creative Commons Attribution 3.0 Unported Licence
* GNU "freemono" font is from GNU FreeFont (GNU General Public Licence)
https://www.gnu.org/software/freefont/
* The "Suzanne" monkey mesh is from Blender software
http://blender.org/
== Code ==
All code is written by Anton Gerdelan, except these libraries:
* OpenGL
http://www.opengl.org/
* Sean Barrett's public domain stb_image and stb_image_write libraries
http://nothings.org/
* AssImp library
http://assimp.sourceforge.net/
Copyright (c) 2006-2012 assimp team
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
Neither the name of the assimp team nor the names of its contributors may be
used to endorse or promote products derived from this software without
specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* FreeType 2 library (FTL licence)
http://www.freetype.org/
This license grants a worldwide, royalty-free, perpetual and
irrevocable right and license to use, execute, perform, compile,
display, copy, create derivative works of, distribute and
sublicense the FreeType Project (in both source and object code
forms) and derivative works thereof for any purpose; and to
authorize others to exercise some or all of the rights granted
herein, subject to the following conditions:
o Redistribution of source code must retain this license file
(`FTL.TXT') unaltered; any additions, deletions or changes to
the original files must be clearly indicated in accompanying
documentation. The copyright notices of the unaltered,
original files must be preserved in all copies of source
files.
o Redistribution in binary form must provide a disclaimer that
states that the software is based in part of the work of the
FreeType Team, in the distribution documentation. We also
encourage you to put an URL to the FreeType web page in your
documentation, though this isn't mandatory.
These conditions apply to any software derived from or based on
the FreeType Project, not just the unmodified files. If you use
our work, you must acknowledge us. However, no fee need be paid
to us.
* GLEW library
http://glew.sourceforge.net/
GLEW is originally derived from the EXTGL project by Lev Povalahev. The source
code is licensed under the Modified BSD License, the Mesa 3-D License
(MIT License), and the Khronos License (MIT License). The automatic code
generation scripts are released under the GNU GPL.
* GLFW library
http://www.glfw.org/
GLFW is licensed under the zlib/libpng license, a simple license that permits
modification, distribution and use in closed source software.