mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +01:00
rollback permissive, copyleft language; community icon
This commit is contained in:
parent
0bb1d1324b
commit
b9bbbe078c
@ -125,6 +125,10 @@ strong {
|
|||||||
width: 220px;
|
width: 220px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.situations .patents {
|
||||||
|
margin-top: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
.situations .whatever {
|
.situations .whatever {
|
||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
}
|
}
|
||||||
@ -143,9 +147,9 @@ strong {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.three-arrows { background-position: 0 0; width: 72px; height: 57px; }
|
.three-arrows { background-position: 0 0; width: 72px; height: 56px; }
|
||||||
.lightbulb { background-position: 0 -57px; width: 43px; height: 72px; }
|
.lightbulb { background-position: 0 -57px; width: 72px; height: 56px; }
|
||||||
.circular { background-position: 0 -129px; width: 72px; height: 69px; }
|
.circular { background-position: 0 -115px; width: 72px; height: 68px; }
|
||||||
|
|
||||||
|
|
||||||
.license-overview {
|
.license-overview {
|
||||||
@ -441,9 +445,9 @@ strong {
|
|||||||
.lightbulb,
|
.lightbulb,
|
||||||
.circular {
|
.circular {
|
||||||
background-image: url(../img/home-sprite@2x.png);
|
background-image: url(../img/home-sprite@2x.png);
|
||||||
-webkit-background-size: 72px 198px;
|
-webkit-background-size: 72px 182px;
|
||||||
-moz-background-size: 72px 198px;
|
-moz-background-size: 72px 182px;
|
||||||
background-size: 72px 198px;
|
background-size: 72px 182px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.license-sprite {
|
.license-sprite {
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 2.8 KiB |
@ -17,7 +17,7 @@ permalink: /
|
|||||||
<li class="patents">
|
<li class="patents">
|
||||||
<a href="existing">
|
<a href="existing">
|
||||||
<span class="triptych-sprite lightbulb"></span>
|
<span class="triptych-sprite lightbulb"></span>
|
||||||
<h3>I’m contributing to or extending an existing project.</h3>
|
<h3>I’m extending an existing project.</h3>
|
||||||
</a>
|
</a>
|
||||||
<p>
|
<p>
|
||||||
Use the <a href="existing">existing project’s license</a>.
|
Use the <a href="existing">existing project’s license</a>.
|
||||||
@ -29,7 +29,7 @@ permalink: /
|
|||||||
<li class="whatever">
|
<li class="whatever">
|
||||||
<a href="licenses/mit">
|
<a href="licenses/mit">
|
||||||
<span class="triptych-sprite three-arrows"></span>
|
<span class="triptych-sprite three-arrows"></span>
|
||||||
<h3>I’m feeling permissive.</h3>
|
<h3>I want it simple and permissive.</h3>
|
||||||
</a>
|
</a>
|
||||||
<p>
|
<p>
|
||||||
The <a href="licenses/mit">MIT License</a> is short and to the point. It lets people do almost anything they want with your project, including to make and distribute closed source versions.
|
The <a href="licenses/mit">MIT License</a> is short and to the point. It lets people do almost anything they want with your project, including to make and distribute closed source versions.
|
||||||
@ -41,7 +41,7 @@ permalink: /
|
|||||||
<li class="copyleft">
|
<li class="copyleft">
|
||||||
<a href="licenses/gpl-3.0/">
|
<a href="licenses/gpl-3.0/">
|
||||||
<span class="triptych-sprite circular"></span>
|
<span class="triptych-sprite circular"></span>
|
||||||
<h3>I’m feeling reciprocal.</h3>
|
<h3>I care about sharing improvements.</h3>
|
||||||
</a>
|
</a>
|
||||||
<p>
|
<p>
|
||||||
The <a href="licenses/gpl-3.0/">GNU GPLv3</a> also lets people do almost anything they want with your project, <em>except</em> to distribute closed source versions.
|
The <a href="licenses/gpl-3.0/">GNU GPLv3</a> also lets people do almost anything they want with your project, <em>except</em> to distribute closed source versions.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user