You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ <h2>
17
17
<liclass="patents">
18
18
<ahref="existing">
19
19
<spanclass="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>
21
21
</a>
22
22
<p>
23
23
Use the <ahref="existing">existing project’s license</a>.
@@ -29,7 +29,7 @@ <h3>I’m contributing to or extending an existing project.</h3>
29
29
<liclass="whatever">
30
30
<ahref="licenses/mit">
31
31
<spanclass="triptych-sprite three-arrows"></span>
32
-
<h3>I’m feeling permissive.</h3>
32
+
<h3>I want it simple and permissive.</h3>
33
33
</a>
34
34
<p>
35
35
The <ahref="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 <ahref="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