1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-09 12:47:49 +02:00
choosealicense.com/index.html

69 lines
2.7 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
2012-09-12 21:20:27 +02:00
<html lang='en'>
<head>
2012-09-12 21:20:27 +02:00
<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>
2012-09-12 21:20:27 +02:00
<body id='home'>
<div id='container'>
<div id='home'>
<h1>Choosing an OSS license doesn't need to be scary.</h1>
<h2>
<span>{</span>
Which of the following best describes your situation?
<span>}</span>
</h2>
<ul id='situations'>
<li class='whatever'>
<img height='57' src='/images/three-arrows@2x.png' width='72' />
<h3>Do what you like with my code.</h3>
<p>
2012-09-12 21:20:27 +02:00
The <a href="license.html">MIT License</a> is a permissive license that is short and to the point. It lets people do anything with your code with proper attribution and without warranty.
</p>
2012-09-12 21:20:27 +02:00
<p>
<strong>jQuery</strong> and <strong>Rails</strong> use the MIT License.
</p>
<p>
<a href="license-types.html" class="button">See all permissive licenses »</a>
</p>
</li>
<li class='patents'>
<img height='72' src='/images/lightbulb@2x.png' width='43' />
<h3>I'm concerned about patents.</h3>
<p>
The <a href="license.html">Apache License</a> is a permissive license similar to the MIT License, but it provides a patent license for any code that infringes on a contributors patents.
</p>
<p>
<strong>Apache</strong>, <strong>SVN</strong>, and <strong>NuGet</strong> use the Apache License.
</p>
<p>
<a href="license-types.html" class="button">See all foundation-backed licenses »</a>
</p>
</li>
<li class='reciprocity'>
<img height='69' src='/images/circular@2x.png' width='72' />
<h3>I care about reciprocity.</h3>
<p>
The GPL (<a href="license.html">V2</a> or <a href="license.html">V3</a>) requires that folks who modify your code also license their changes under the GPL. V3 is similar to V2, but adds a restriction restricting use in hardware that forbids software alterations.
</p>
<p>
<strong>Linux</strong> and <strong>Git</strong> use the GPL.
</p>
<p>
<a href="license-types.html" class="button">See all reciprocal licenses »</a>
</p>
</li>
</ul>
</div>
</div>
</body>
</html>