mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 21:00:10 +01:00
3c14329ea7
- Replace IDs with classes - Overall specificity reduction - Use .js- prefix for JS hooks
84 lines
3.9 KiB
HTML
84 lines
3.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang='en'>
|
|
<head>
|
|
<title>BSD 2-Clause 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 class='license'>
|
|
<div class='container'>
|
|
<ol class='breadcrumbs'>
|
|
<li>
|
|
<a href="../../../">Home</a> / <a href="../">Licenses</a>
|
|
</li>
|
|
</ol>
|
|
<h1>BSD (2-Clause) License</h1>
|
|
<div class="cf">
|
|
<div class='license-body'>
|
|
<pre id="license-text">
|
|
Copyright (c) {year}, {copyright holder}
|
|
All rights reserved.
|
|
|
|
Redistribution and use in source and binary forms, with or without modification,
|
|
are permitted provided that the following conditions are met:
|
|
|
|
Redistributions of source code must retain the above copyright notice, this list
|
|
of conditions and the following disclaimer.
|
|
Redistributions in binary form must reproduce the above copyright notice, this
|
|
list of conditions and the following disclaimer in the documentation and/or
|
|
other materials provided with the distribution.
|
|
Neither the name of the {organization} nor the names of its contributors may be
|
|
used to endorse or promote products derived from this software without specific
|
|
prior written permission.
|
|
|
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
|
|
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
</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-2-Clause">Source</a>
|
|
</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>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|