mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +01:00
initial work on new design
This commit is contained in:
parent
a0682d2b99
commit
f45fb78d72
518
css/style.css
518
css/style.css
File diff suppressed because one or more lines are too long
BIN
favicon.ico
BIN
favicon.ico
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 8.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 30 KiB |
125
index.html
125
index.html
@ -1,73 +1,68 @@
|
|||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang='en'>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<title>ChooseALicense.com</title>
|
||||||
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame -->
|
<meta charset='utf-8' />
|
||||||
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
|
<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible' />
|
||||||
<title>KING of Developers</title>
|
<link href='/favicon.ico' rel='shortcut icon' type='image/x-icon' />
|
||||||
<link href="css/style.css" rel="stylesheet">
|
<link href='http://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css' />
|
||||||
<script type="text/javascript" src="https://use.typekit.com/weh4icd.js"></script>
|
<link type="text/css" href="/css/application.css" media="screen" rel="stylesheet" />
|
||||||
<script type="text/javascript">try{Typekit.load();}catch(e){}</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>
|
</head>
|
||||||
|
<body id='home'>
|
||||||
<body class="cal">
|
<div id='container'>
|
||||||
<div class="get-started">
|
<div id='home'>
|
||||||
<h1>
|
<h1>Choosing an OSS license doesn't need to be scary.</h1>
|
||||||
So you want to choose an OSS license.
|
<h2>
|
||||||
<strong>Now what?</strong>
|
<span>{</span>
|
||||||
</h1>
|
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>
|
<p>
|
||||||
<strong>This doesn't need to be scary.</strong>
|
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.
|
||||||
We compiled a list of three licenses that address what most projects need.
|
|
||||||
You can pick on of these and be on your way, or click the links to dig deeper
|
|
||||||
into picking a license that meets your unique needs.
|
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
<h2>
|
<strong>jQuery</strong> and <strong>Rails</strong> use the MIT License.
|
||||||
<strong>Ready? Which of the following describes you?</strong>
|
</p>
|
||||||
<h3 class="big-intro-link">Do whatever with my code</h3>
|
<p>
|
||||||
<p>
|
<a href="license-types.html" class="button">See all permissive licenses »</a>
|
||||||
<a href="licenses/mit.html">The MIT license</a> is a permissive license that is short and to the point.
|
</p>
|
||||||
It lets people do anything with your code with two main stipulations:
|
</li>
|
||||||
</p>
|
<li class='patents'>
|
||||||
<ul>
|
<img height='72' src='/images/lightbulb@2x.png' width='43' />
|
||||||
<li>- Include proper attribution</li>
|
<h3>I'm concerned about patents.</h3>
|
||||||
<li>- The code is provided without warranty of any kind</li>
|
<p>
|
||||||
</ul>
|
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 contributor’s patents.
|
||||||
<p>
|
</p>
|
||||||
<a href="guide/permissive-licenses.html">More like this...</a>
|
<p>
|
||||||
<strong class="projects">Projects that use this: jQuery, Rails</strong>
|
<strong>Apache</strong>, <strong>SVN</strong>, and <strong>NuGet</strong> use the Apache License.
|
||||||
</p>
|
</p>
|
||||||
</h2>
|
<p>
|
||||||
|
<a href="license-types.html" class="button">See all foundation-backed licenses »</a>
|
||||||
<h2>
|
</p>
|
||||||
<h3 class="big-intro-link">I’m concerned about patents</h3>
|
</li>
|
||||||
<p>
|
<li class='reciprocity'>
|
||||||
<a href="licenses/apache.html">The Apache license</a> is a permissive license similar to the MIT License,
|
<img height='69' src='/images/circular@2x.png' width='72' />
|
||||||
but it provides a patent license for any code that infringes on a contributor’s patents.
|
<h3>I care about reciprocity.</h3>
|
||||||
</p>
|
<p>
|
||||||
<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.
|
||||||
<a href="guide/foundation-backed.html">More like this...</a>
|
</p>
|
||||||
<strong class="projects">Projects that use this: Apache, SVN, NuGet</strong>
|
<p>
|
||||||
</p>
|
<strong>Linux</strong> and <strong>Git</strong> use the GPL.
|
||||||
</h2>
|
</p>
|
||||||
|
<p>
|
||||||
<h2>
|
<a href="license-types.html" class="button">See all reciprocal licenses »</a>
|
||||||
<h3 class="big-intro-link">You care about reciprocity</h3>
|
</p>
|
||||||
<p>
|
</li>
|
||||||
The GPL (<a href="licenses/gpl-v2.html">v2</a> or <a href="licenses/gpl-v3.html">v3</a>) requires that folks who modify your
|
</ul>
|
||||||
code also license their changes under the GPL. V3 is similar to v2, but adds a restriction
|
</div>
|
||||||
that doesn’st allow using the software in hardware that doesn’t allow modifying
|
|
||||||
the software.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
<a href="guide/reciprocal-licenses.html">More like this...</a>
|
|
||||||
<strong class="projects">Projects that use this: Linux, Git</strong>
|
|
||||||
</p>
|
|
||||||
</h2>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user