mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 21:00:10 +01:00
111 lines
4.9 KiB
HTML
111 lines
4.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang='en'>
|
|
<head>
|
|
<title>MIT License - ChooseALicense.com</title>
|
|
<meta charset='utf-8'>
|
|
<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'>
|
|
<link href='../../../favicon.ico' rel='shortcut icon' type='image/x-icon'>
|
|
<link href='http://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
|
|
<link type="text/css" href="../../css/application.css" media="screen" rel="stylesheet">
|
|
<link type="text/css" href="../../css/jquery.qtip.css" media="screen" rel="stylesheet">
|
|
<script type="text/javascript" src="../../javascripts/jquery-1.7.1.min.js"></script>
|
|
<script type="text/javascript" src="../../javascripts/app.js"></script>
|
|
<script type="text/javascript" src="../../javascripts/jquery.qtip.min.js"></script>
|
|
<script type="text/javascript" src="../../javascripts/clipboard.js"></script>
|
|
<script type="text/javascript" src="../../javascripts/ZeroClipboard.js"></script>
|
|
<script type="text/javascript" src="../../javascripts/modernizr.js"></script>
|
|
<!--[if (gte IE 6)&(lte IE 8)]>
|
|
<script src='../../../javascripts/selectivizr-min.js' type='text/javascript'></script>
|
|
<![endif]-->
|
|
</head>
|
|
<body class='license'>
|
|
<div class='container'>
|
|
<ol class='breadcrumbs'>
|
|
<li>
|
|
<a href="../../../">Home</a> / <a href="../">Licenses</a>
|
|
</li>
|
|
</ol>
|
|
<h1>MIT License</h1>
|
|
<div class="cf">
|
|
<div class='license-body'>
|
|
<pre id="license-text">
|
|
Copyright (c) {year} {copyright holders}
|
|
|
|
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.
|
|
</pre>
|
|
</div>
|
|
<div class='sidebar'>
|
|
<a href="#" data-clipboard-target="license-text" class="js-clipboard-button button">Copy license text to clipboard</a>
|
|
<div class='how-to-apply callout'>
|
|
<h5>How to apply this license</h5>
|
|
<p>
|
|
Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace {year} with the current year and {copyright holders} with the name (or names) of the copyright holders.
|
|
</p>
|
|
</div>
|
|
<div class="source">
|
|
<a href="http://opensource.org/licenses/BSD-3-Clause">Source</a>
|
|
</div>
|
|
|
|
<div class="license-rules license-rules-sidebar">
|
|
<h3>Required</h3>
|
|
<ul class="license-required">
|
|
<li class="include-copyright">Copyright inclusion</li>
|
|
</ul>
|
|
|
|
<h3>Permitted</h3>
|
|
<ul class="license-permitted">
|
|
<li class="commercial-use">Commercial use</li>
|
|
<li class="modifications">Modification</li>
|
|
<li class="distribution">Distribution</li>
|
|
<li class="sublicense">Sublicensing</li>
|
|
</ul>
|
|
|
|
<h3>Forbidden</h3>
|
|
<ul class="license-forbidden">
|
|
<li class="no-liability">Liability</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="projects-with-license">
|
|
<h3>Who's using this license?</h3>
|
|
<ul>
|
|
<li><a href="http://jquery.org/">jQuery</a></li>
|
|
<li><a href="http://rubyonrails.org/">Ruby on Rails</a></li>
|
|
<li><a href="http://nodejs.org/">Node.js</a></li>
|
|
<li><a href="https://www.virtualbox.org/">VirtualBox</a></li>
|
|
<li><a href="http://james.newtonking.com/projects/json-net.aspx">Json.NET</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<footer class="site-footer cf">
|
|
<nav>
|
|
<a href="/about">About</a>
|
|
<a href="#">Terms of Service</a>
|
|
</nav>
|
|
<p>
|
|
Please consult a legal expert before adopting a software license for your project.<br>
|
|
This site is licensed under the <a href="http://creativecommons.org/licenses/by/3.0/">
|
|
Creative Commons Attribution 3.0 Unported License</a>.</p>
|
|
</p>
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html>
|