You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur.
47
51
48
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
52
+
Permission is hereby granted, free of charge, to any person obtaining a copy
53
+
of this software and associated documentation files (the "Software"), to deal
54
+
in the Software without restriction, including without limitation the rights
55
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
56
+
copies of the Software, and to permit persons to whom the Software is
57
+
furnished to do so, subject to the following conditions:
49
58
50
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
59
+
The above copyright notice and this permission notice shall be included in all
60
+
copies or substantial portions of the Software.
51
61
52
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
62
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
63
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
64
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
65
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
66
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
67
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
68
+
SOFTWARE.
69
+
70
+
Beside its own MIT license, Godot includes code from a number of third-party
71
+
libraries. See :ref:`doc_complying_with_licenses_thirdparty` for details.
53
72
54
73
.. note::
55
74
@@ -60,31 +79,9 @@ This text reads as follows:
60
79
Inclusion
61
80
---------
62
81
63
-
The license does not specify how it has to be included, so anything is valid as
64
-
long as it can be displayed under some condition. These are the most common
65
-
approaches (only need to implement one of them, not all).
66
-
67
-
.. tip::
68
-
69
-
Godot provides several methods to get license information in the Engine
70
-
singleton. This allows you to source the license information directly from
71
-
the engine binary, which prevents the information from becoming outdated if
<year> should correspond to the value from the FreeType version used
152
-
in your build. This information can be found in the editor by opening
153
-
the **Help > About** dialog and going to the **Third-party Licenses**
154
-
tab.
155
-
156
-
ENet
157
-
^^^^
158
-
159
-
Godot includes the `ENet <http://enet.bespin.org/>`_ library to handle
160
-
high-level multiplayer. ENet has similar licensing terms as Godot:
161
-
162
-
163
-
Copyright (c) 2002-2020 Lee Salzman
125
+
.. tip::
164
126
165
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
127
+
Godot provides several methods to get license information in the
128
+
:ref:`Engine <class_Engine>` singleton. This allows you to source the
129
+
license information directly from the engine binary, which prevents the
130
+
information from becoming outdated if you update engine versions.
166
131
167
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
132
+
For the engine itself:
168
133
169
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
0 commit comments