Files
godot-website/license/index.html
2023-02-20 12:58:56 +00:00

317 lines
12 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Godot Engine">
<meta name="description" content="Godot Engine is free and open source software released under the permissive MIT license.">
<meta name="theme-color" content="#3d8fcc">
<meta property="og:site_name" content="Godot Engine">
<meta property="og:url" content="https://godotengine.org/license/">
<meta name="twitter:site" content="@godotengine">
<meta property="og:title" content="License - Godot Engine">
<meta property="og:description" content="Godot Engine is free and open source software released under the permissive MIT license.">
<meta property="og:image" content="https://godotengine.org/assets/og_image.png">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<title>License - Godot Engine</title>
<link rel="alternate" type="application/rss+xml" title="Godot News" href="/rss.xml">
<link rel="icon" href="/assets/favicon.png" sizes="any">
<link rel="icon" href="/assets/favicon.svg" type="image/svg+xml">
<link rel="stylesheet" href="/assets/css/main.css?101">
<link rel="stylesheet" href="/assets/css/tobii.min.css">
<link rel="preload" as="font" href="/assets/fonts/Montserrat-Bold.woff2" crossorigin>
<link rel="preload" as="font" href="/assets/fonts/Montserrat-ExtraBold.woff2" crossorigin>
<link rel="me" href="https://mastodon.gamedev.place/@godotengine">
</head>
<body>
<input type="checkbox" id="nav_toggle_cb">
<header>
<div class="container flex align-center">
<div id="nav_head">
<a href="/" id="logo-link">
<img class="nav-logo" src="/assets/logo.svg" width="136" height="48" alt="Godot Engine">
<img class="nav-logo dark-logo" src="/assets/logo_dark.svg" width="136" height="48" alt="Godot Engine">
</a>
<label for="nav_toggle_cb" id="nav_toggle_btn">
<img src="/assets/hamburger.svg" width="24" height="24" alt="">
</label>
</div>
<nav id="nav">
<ul class="left">
<li><a href="/showcase">Showcase</a></li>
<div class="only-on-mobile" style="width: 100%">
<li><a href="/features">Features</a></li>
</div>
<li><a href="/blog">Blog</a></li>
<li><a href="/community">Community</a></li>
<li><a href="/contact">About</a></li>
<li><a href="https://godotengine.org/asset-library/asset">Assets</a></li>
</ul>
<ul class="right">
<li><a href="/download/windows" class="set-os-download-url">Download</a></li>
<li><a href="https://docs.godotengine.org">Learn</a></li>
<li><a href="https://docs.godotengine.org/en/stable/community/contributing/index.html">Contribute</a></li>
<li class="fund"><a href="/donate">&#xFE0E; Donate</a></li>
</ul>
</nav>
</div>
</header>
<main>
<div class="head">
<div class="container flex eqsize" style="flex-direction: column">
<div class="main">
<h1 class="intro-title">License</h1>
</div>
<div class="tabs">
<a href="/contact" class="title-font ">
Contact
</a>
<a href="/code-of-conduct" class="title-font ">
Code of Conduct
</a>
<a href="/privacy-policy" class="title-font ">
Privacy
</a>
<a href="/governance" class="title-font ">
Governance
</a>
<a href="/teams" class="title-font ">
Teams
</a>
<a href="/license" class="title-font active ">
License
</a>
</div>
</div>
</div>
<div class="container">
<div class="container-text">
<h3 class="title">The engine</h3>
<p>
Godot&nbsp;Engine is <a href="https://en.wikipedia.org/wiki/Free_and_open_source_software">free and open source
software</a>
released under the permissive <a href="https://github.com/godotengine/godot/blob/master/LICENSE.txt">MIT license</a>
(also named Expat license).
</p>
<p>This license grants users a number of freedoms:</p>
<ul>
<li>You are free to use Godot&nbsp;Engine, for any purpose</li>
<li>You can study how Godot&nbsp;Engine works and change it</li>
<li>You can distribute unmodified and changed versions of Godot&nbsp;Engine, even commercially and under a different
license (including proprietary)</li>
</ul>
<p>
The only restriction to that third freedom is that you need to distribute the copyright notice and license statement
of Godot&nbsp;Engine whenever you redistribute it.
So your derivative product may have a different license, but should still state in its documentation that it derives
from the MIT licensed Godot&nbsp;Engine (see below).
</p>
<h3 class="title">Your game</h3>
<p>
Godot&nbsp;Engine's license terms and copyright do not apply to the content you create with it; you are free to
license your games how you see best fit,
and will be their sole copyright owner(s).
</p>
<p>
Note however that the Godot&nbsp;Engine binary that you would distribute with your game is a copy of the "Software"
as defined in the license,
and you are therefore required to include the copyright notice and license statement somewhere in your
documentation.
</p>
<p>
The Godot&nbsp;Engine developers consider that a link to this page (<a href="/license">godotengine.org/license</a>)
in your game documentation or credits would be an
acceptable way to satisfy the license terms.
</p>
<p>
See <a href="https://docs.godotengine.org/en/stable/about/complying_with_licenses.html">Complying with Licenses</a>
in the documentation for more information.
</p>
<h3 class="title">License text</h3>
<p>
A plain text version of the license is available from Godot&nbsp;Engine's GitHub repository: <a
href="https://github.com/godotengine/godot/blob/master/LICENSE.txt">LICENSE.txt</a>.<br />
A list of contributors is also available: <a
href="https://github.com/godotengine/godot/blob/master/AUTHORS.md">AUTHORS.md</a>.
</p>
<pre>
Copyright (c) 2014-present Godot Engine contributors.
Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur.
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:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of 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.
-- Godot Engine &lt;https://godotengine.org&gt;
</pre>
<h3 class="title">Third-party components</h3>
<p>
Godot&nbsp;Engine uses several third-party libraries and code snippets, which are distributed under their own
license and copyright statements.
All such components are compatible with the terms of Godot&nbsp;Engine's MIT license.
You can refer to <a href="https://github.com/godotengine/godot/blob/master/COPYRIGHT.txt">this list</a>
for a comprehensive overview of all third-party components used in Godot&nbsp;Engine and their respective licenses.
</p>
<h3 class="title">Disclaimer</h3>
<p>
The above explanations of Godot&nbsp;Engine's license terms and their implications for its users do not constitute
legal advice.
They reflect the Godot&nbsp;Engine team's understanding of their own license terms and that of their third-party
components;
in case of doubt, please refer to your lawyer.
</p>
</div>
</div>
</main>
<footer>
<div class="container flex">
<div id="copyright">
<p>
© 2007-2023 Juan Linietsky, Ariel Manzur and <a
href="https://github.com/godotengine/godot/blob/master/AUTHORS.md" target="_blank"
rel="noopener">contributors</a><br>
Godot is a member of the <a href="https://sfconservancy.org/" target_="_blank" rel="noopener">Software Freedom
Conservancy</a>.<br>
Kindly hosted by <a href="https://tuxfamily.org" target="_blank" rel="noopener">TuxFamily.org</a>.<br>
<a href="https://github.com/godotengine/godot-website" target="_blank" rel="noopener">Website source code on
GitHub</a>.
</p>
</div>
<div id="sitemap">
<ul class="sitemap-group">
<li><strong>Get Godot</strong></li>
<li><a href="/download/windows" class="set-os-download-url">Download</a></li>
<li><a href="https://editor.godotengine.org/releases/latest/">Web Editor</a></li>
<li>&nbsp;</li>
<li><strong>Public Relations</strong></li>
<li><a href="/blog">Blog</a></li>
<li><a href="/community">Communities and Events</a></li>
<li><a href="/press">Press Kit</a></li>
</ul>
<ul class="sitemap-group">
<li><strong>About Godot</strong></li>
<li><a href="/features">Features</a></li>
<li><a href="/showcase">Showcase</a></li>
<li><a href="/education">Education</a></li>
<li><a href="/license">License</a></li>
<li><a href="/code-of-conduct">Code of Conduct</a></li>
<li><a href="/privacy-policy">Privacy Policy</a></li>
<li><a href="/donate">Donate</a></li>
</ul>
<ul class="sitemap-group">
<li><strong>Project Team</strong></li>
<li><a href="/governance">Governance</a></li>
<li><a href="/teams">Teams</a></li>
<li>&nbsp;</li>
<li><strong>Extra Resources</strong></li>
<li><a href="/asset-library/asset">Asset Library</a></li>
<li><a href="https://docs.godotengine.org">Documentation</a></li>
<li><a href="https://github.com/godotengine">Code Repository</a></li>
</ul>
</div>
<div id="social" class="dark-desaturate">
<h4 class="text-right"><a href="/contact">Contact us</a></h4>
<div class="flex justify-space-between">
<a href="https://github.com/godotengine" target="_blank" rel="noopener">
<img src="/assets/footer/github_logo.svg" width="32" height="32" alt="GitHub">
</a>
<a href="https://twitter.com/godotengine" target="_blank" rel="noopener">
<img src="/assets/footer/twitter_logo.svg" width="32" height="32" alt="Twitter">
</a>
<a href="https://www.facebook.com/groups/godotengine/" target="_blank" rel="noopener">
<img src="/assets/footer/facebook_logo.svg" width="32" height="32" alt="Facebook">
</a>
<a href="https://www.reddit.com/r/godot" target="_blank" rel="noopener">
<!-- Zero-width space in the `alt` text to prevent content blockers from blocking the icon -->
<img src="/assets/footer/reddit_logo.svg" width="32" height="32" alt="Reddit">
</a>
<a href="/rss.xml" target="_blank" rel="noopener">
<!-- Icon is called `feed` instead of `rss` to prevent content blockers from blocking the icon -->
<img src="/assets/footer/feed_logo.svg" width="32" height="32" alt="RSS feed">
</a>
</div>
</div>
</div>
</footer>
<script defer src="/assets/js/tobii.min.js"></script>
<script defer src="/assets/js/highlight.min.js?1"></script>
<script defer src="/assets/js/highlight.gdscript.min.js?1"></script>
<script>
document.addEventListener('DOMContentLoaded', () => {
// This needs to be done on page load but also after page changes,
// in case a code block appears in an article.
document.querySelectorAll('pre code').forEach((block) => {
hljs.highlightBlock(block);
});
document.querySelectorAll('.content-article img').forEach((articleImg) => {
// Add lightbox elements in blog articles for Tobii.
const lightbox = document.createElement('a');
lightbox.href = articleImg.src;
lightbox.classList.add('lightbox');
lightbox.dataset.group = 'article';
articleImg.parentNode.appendChild(lightbox);
lightbox.appendChild(articleImg);
});
// Initialize lightbox.
new Tobii({
zoom: false,
});
});
// Update any download link to point to identified user's OS.
const links = document.querySelectorAll('.set-os-download-url');
for (let i = 0; i < links.length; i++) {
const link = links[i];
link.href = "/download/windows";
if (navigator.platform.indexOf('Mac') !== -1) {
link.href = "/download/macos";
} else if (navigator.platform.indexOf('Linux') !== -1) {
link.href = "/download/linux";
}
}
</script>
</body>
</html>