1
0
mirror of https://github.com/github/choosealicense.com synced 2024-07-05 17:59:37 +02:00
choosealicense.com/licenses/permissive/bsd-3-clause/index.html
Haacked 8a84efbad8 Made a pass through the permissive licenses
Added a "source" link for each license too. Might need to be styled
better.
2013-05-21 15:15:49 -07:00

63 lines
3.3 KiB
HTML

<!DOCTYPE html>
<html lang='en'>
<head>
<title>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/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="../">Permissive Licenses</a>
</li>
</ol>
<h1>BSD (3-Clause) License</h1>
<div class='license'>
<p>
Copyright (c) &lt;year&gt;, &lt;OWNER&gt;
</p>
<p>
All rights reserved.
</p>
<p>
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
</p>
<ul>
<li>
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
</li>
<li>
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.
</li>
<li>
Neither the name of the &lt;ORGANIZATION&gt; nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
</li>
</ul>
<p>
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.
</p>
</div>
<div class='sidebar'>
<a href="#" 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 above text into the file. Replace <year> with the current year and <copyright holders> with the name of the copyright holders.
</p>
</div>
<div class="source">
<a href="http://opensource.org/licenses/BSD-3-Clause">Source</a>
</div>
</div>
</div>
</body>
</html>