rollback permissive, copyleft language; community icon

This commit is contained in:
Mike Linksvayer 2018-06-17 23:47:38 -07:00
parent 0bb1d1324b
commit b9bbbe078c
4 changed files with 13 additions and 9 deletions

View File

@ -125,6 +125,10 @@ strong {
width: 220px;
}
.situations .patents {
margin-top: 16px;
}
.situations .whatever {
margin-top: 16px;
}
@ -143,9 +147,9 @@ strong {
display: inline-block;
}
.three-arrows { background-position: 0 0; width: 72px; height: 57px; }
.lightbulb { background-position: 0 -57px; width: 43px; height: 72px; }
.circular { background-position: 0 -129px; width: 72px; height: 69px; }
.three-arrows { background-position: 0 0; width: 72px; height: 56px; }
.lightbulb { background-position: 0 -57px; width: 72px; height: 56px; }
.circular { background-position: 0 -115px; width: 72px; height: 68px; }
.license-overview {
@ -441,9 +445,9 @@ strong {
.lightbulb,
.circular {
background-image: url(../img/home-sprite@2x.png);
-webkit-background-size: 72px 198px;
-moz-background-size: 72px 198px;
background-size: 72px 198px;
-webkit-background-size: 72px 182px;
-moz-background-size: 72px 182px;
background-size: 72px 182px;
}
.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

View File

@ -17,7 +17,7 @@ permalink: /
<li class="patents">
<a href="existing">
<span class="triptych-sprite lightbulb"></span>
<h3>Im contributing to or extending an existing project.</h3>
<h3>Im extending an existing project.</h3>
</a>
<p>
Use the <a href="existing">existing projects license</a>.
@ -29,7 +29,7 @@ permalink: /
<li class="whatever">
<a href="licenses/mit">
<span class="triptych-sprite three-arrows"></span>
<h3>Im feeling permissive.</h3>
<h3>I want it simple and permissive.</h3>
</a>
<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.
@ -41,7 +41,7 @@ permalink: /
<li class="copyleft">
<a href="licenses/gpl-3.0/">
<span class="triptych-sprite circular"></span>
<h3>Im feeling reciprocal.</h3>
<h3>I care about sharing improvements.</h3>
</a>
<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.