1
0
mirror of https://github.com/github/choosealicense.com synced 2024-07-02 16:39:13 +02:00

Merge pull request #59 from github/long-live-the-gpl

Remove gpl disambiguation page
This commit is contained in:
Ben Balter 2013-05-23 13:35:46 -07:00
commit 53e5eb36ca
2 changed files with 1 additions and 81 deletions

View File

@ -31,11 +31,8 @@ class: home
</p>
</li>
<li class='reciprocity'>
<!--
TODO: We might need a GPL landing page here so we're not making any political statements
-->
<a href="licenses/gpl-v2"><img height='69' src='images/circular@2x.png' width='72'></a>
<h3><a href="licenses/gpl.html">I care about reciprocity.</a></h3>
<h3><a href="licenses/gpl-v3">I care about reciprocity.</a></h3>
<p>
The GPL (<a href="licenses/gpl-v2">V2</a> or <a href="licenses/gpl-v3">V3</a>) isn't a permissive license, meaning that it 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>

View File

@ -1,77 +0,0 @@
<!DOCTYPE html>
<html lang='en'>
<head>
<title>GPL Variations - 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">
<link type="text/css" href="../css/jquery.qtip.css" media="screen" rel="stylesheet">
<script type="text/javascript" src="../../javascripts/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="../../javascripts/app.js"></script>
<script type="text/javascript" src="../../javascripts/jquery.qtip.min.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-types'>
<div class='container'>
<ol class='breadcrumbs'>
<li>
<a href="../../">Home</a> / <a href="./">Licenses</a>
</li>
</ol>
<h1>GPL Variations</h1>
<p>Maybe an introductory sentence or two about how there are subtle differences between the various GPL licenses?</p>
<h2><a href="gpl-v2">GPL v2</a></h2>
<p>Bacon ipsum dolor sit amet shoulder corned beef jowl fatback sausage ham hock rump drumstick shankle ground round chuck pig ball tip prosciutto. Leberkas flank tenderloin, venison capicola tail ham hock rump cow sirloin shankle. Drumstick sausage doner andouille jerky short loin pork loin kielbasa pork shank prosciutto t-bone rump. Ground round salami pork chop frankfurter jowl. Kielbasa boudin turkey leberkas pork jowl ham turducken tongue shoulder capicola salami cow ball tip. Turkey strip steak rump biltong. Ball tip beef jowl capicola boudin corned beef.</p>
<ul class="bullets">
<li>Ground round salami pork chop</li>
<li>Ground round salami pork chop</li>
<li>Ground round salami pork chop</li>
</ul>
<p><a href="gpl-v2">View full license »</a></p>
<h2><a href="gpl-v3">GPL v3</a></h2>
<p>Bacon ipsum dolor sit amet shoulder corned beef jowl fatback sausage ham hock rump drumstick shankle ground round chuck pig ball tip prosciutto. Leberkas flank tenderloin, venison capicola tail ham hock rump cow sirloin shankle. Drumstick sausage doner andouille jerky short loin pork loin kielbasa pork shank prosciutto t-bone rump. Ground round salami pork chop frankfurter jowl. Kielbasa boudin turkey leberkas pork jowl ham turducken tongue shoulder capicola salami cow ball tip. Turkey strip steak rump biltong. Ball tip beef jowl capicola boudin corned beef.</p>
<ul class="bullets">
<li>Ground round salami pork chop</li>
<li>Ground round salami pork chop</li>
<li>Ground round salami pork chop</li>
</ul>
<p><a href="gpl-v3">View full license »</a></p>
<h2><a href="agpl">Affero GPL v3.0</a></h2>
<p>Bacon ipsum dolor sit amet shoulder corned beef jowl fatback sausage ham hock rump drumstick shankle ground round chuck pig ball tip prosciutto. Leberkas flank tenderloin, venison capicola tail ham hock rump cow sirloin shankle. Drumstick sausage doner andouille jerky short loin pork loin kielbasa pork shank prosciutto t-bone rump. Ground round salami pork chop frankfurter jowl. Kielbasa boudin turkey leberkas pork jowl ham turducken tongue shoulder capicola salami cow ball tip. Turkey strip steak rump biltong. Ball tip beef jowl capicola boudin corned beef.</p>
<ul class="bullets">
<li>Ground round salami pork chop</li>
<li>Ground round salami pork chop</li>
<li>Ground round salami pork chop</li>
</ul>
<p><a href="agpl">View full license »</a></p>
<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>
</body>
</html>