Skip to content

Commit b9bbbe0

Browse files
committed
rollback permissive, copyleft language; community icon
1 parent 0bb1d13 commit b9bbbe0

4 files changed

Lines changed: 13 additions & 9 deletions

File tree

assets/css/application.scss

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@ strong {
125125
width: 220px;
126126
}
127127

128+
.situations .patents {
129+
margin-top: 16px;
130+
}
131+
128132
.situations .whatever {
129133
margin-top: 16px;
130134
}
@@ -143,9 +147,9 @@ strong {
143147
display: inline-block;
144148
}
145149

146-
.three-arrows { background-position: 0 0; width: 72px; height: 57px; }
147-
.lightbulb { background-position: 0 -57px; width: 43px; height: 72px; }
148-
.circular { background-position: 0 -129px; width: 72px; height: 69px; }
150+
.three-arrows { background-position: 0 0; width: 72px; height: 56px; }
151+
.lightbulb { background-position: 0 -57px; width: 72px; height: 56px; }
152+
.circular { background-position: 0 -115px; width: 72px; height: 68px; }
149153

150154

151155
.license-overview {
@@ -441,9 +445,9 @@ strong {
441445
.lightbulb,
442446
.circular {
443447
background-image: url(../img/home-sprite@2x.png);
444-
-webkit-background-size: 72px 198px;
445-
-moz-background-size: 72px 198px;
446-
background-size: 72px 198px;
448+
-webkit-background-size: 72px 182px;
449+
-moz-background-size: 72px 182px;
450+
background-size: 72px 182px;
447451
}
448452

449453
.license-sprite {

assets/img/home-sprite.png

-636 Bytes
Loading

assets/img/home-sprite@2x.png

-1.41 KB
Loading

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h2>
1717
<li class="patents">
1818
<a href="existing">
1919
<span class="triptych-sprite lightbulb"></span>
20-
<h3>I’m contributing to or extending an existing project.</h3>
20+
<h3>I’m extending an existing project.</h3>
2121
</a>
2222
<p>
2323
Use the <a href="existing">existing project’s license</a>.
@@ -29,7 +29,7 @@ <h3>I’m contributing to or extending an existing project.</h3>
2929
<li class="whatever">
3030
<a href="licenses/mit">
3131
<span class="triptych-sprite three-arrows"></span>
32-
<h3>I’m feeling permissive.</h3>
32+
<h3>I want it simple and permissive.</h3>
3333
</a>
3434
<p>
3535
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 @@ <h3>I’m feeling permissive.</h3>
4141
<li class="copyleft">
4242
<a href="licenses/gpl-3.0/">
4343
<span class="triptych-sprite circular"></span>
44-
<h3>I’m feeling reciprocal.</h3>
44+
<h3>I care about sharing improvements.</h3>
4545
</a>
4646
<p>
4747
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.

0 commit comments

Comments
 (0)