瀏覽代碼

Clarify that your game need not be MIT (#2594)

* Clarify that your game need not be MIT

This page made it sound like your game was "the Software" in the license text, and that MIT licensing was required. This helps a bit, I think.

* Use a ..note block
Remi Rampin 6 年之前
父節點
當前提交
9f2cdd30bb
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      tutorials/legal/complying_with_licenses.rst

+ 3 - 1
tutorials/legal/complying_with_licenses.rst

@@ -19,7 +19,7 @@ In the case of the MIT license, the only requirement is to include the license t
 This text reads as follows:
 This text reads as follows:
 
 
 
 
-	Godot Engine
+	This game uses Godot Engine, available under the following license:
 
 
 	Copyright (c) 2007-2019 Juan Linietsky, Ariel Manzur.
 	Copyright (c) 2007-2019 Juan Linietsky, Ariel Manzur.
 	Copyright (c) 2014-2019 Godot Engine contributors.
 	Copyright (c) 2014-2019 Godot Engine contributors.
@@ -31,6 +31,8 @@ This text reads as follows:
 	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.
 	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.
 
 
 
 
+.. note:: Your games do not need to be under the same license. You are free to release your Godot projects under any license and to create commercial games with the engine.
+
 Inclusion
 Inclusion
 ---------
 ---------