mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 12:50:24 +01:00
77 lines
3.5 KiB
HTML
77 lines
3.5 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">
|
|
<script type="text/javascript" src="../../../javascripts/jquery-1.7.1.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 id='license'>
|
|
<div id='container'>
|
|
<ol id='breadcrumbs'>
|
|
<li>
|
|
<a href="../../../">Home</a> / <a href="../">Licenses</a>
|
|
</li>
|
|
</ol>
|
|
<h1>MIT License</h1>
|
|
<div class="cf">
|
|
<div class='license'>
|
|
<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="#" id="clipboard-button" data-clipboard-target="license-text" class="button">Copy license text to clipboard</a>
|
|
<div class='how-to-apply'>
|
|
<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>
|
|
</div>
|
|
|
|
<div id="footer" class="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>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|