This repository was archived by the owner on Jul 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlicenceChoose.html
46 lines (46 loc) · 2.44 KB
/
licenceChoose.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<ul class="triptych situations clearfix">
<li class="whatever">
<a href="licenses/mit">
<span class="triptych-sprite three-arrows"></span>
<h3>I want it simple and permissive.</h3>
</a>
<p>
<!-- The <span style="backgroundColor: "hsl(30, 100%, 80%)">MIT License</span> is a permissive license that is short and to the point. It lets people do anything they want with your code as long as they provide attribution back to you and don’t hold you liable. -->
The <mark><a href="licenses/mit">MIT License</span></a></mark> is a permissive license that is short and to the point. It lets people do anything they want with your code as long as they provide attribution back to you and don’t hold you liable.
</p>
<p>
<a href="https://github.com/babel/babel/blob/master/LICENSE">Babel</a>,
<a href="https://github.com/dotnet/corefx/blob/master/LICENSE.TXT">.NET Core</a>, and
<a href="https://github.com/rails/rails/blob/master/MIT-LICENSE">Rails</a> use the MIT License.
</p>
</li>
<li class="patents">
<a href="licenses/apache-2.0/">
<span class="triptych-sprite lightbulb"></span>
<h3>I’m concerned about patents.</h3>
</a>
<p>
The <a href="licenses/apache-2.0/">Apache License 2.0</a> is a permissive license similar to the MIT License, but also provides an express grant of patent rights from contributors to users.
</p>
<p>
<a href="https://github.com/kubernetes/kubernetes/blob/master/LICENSE">Kubernetes</a>,
<a href="https://github.com/mozilla/pdf.js/blob/master/LICENSE">PDF.js</a>, and
<a href="https://github.com/apple/swift/blob/master/LICENSE.txt">Swift</a> use the Apache License 2.0.
</p>
</li>
<li class="copyleft">
<a href="licenses/gpl-3.0/">
<span class="triptych-sprite circular"></span>
<h3>I care about sharing improvements.</h3>
</a>
<p>
The <a href="licenses/gpl-3.0/">GNU GPLv3</a> is a copyleft license that requires anyone who distributes your code or a derivative work to make the source available under the same terms, and also provides an express grant of patent rights from contributors
to users.
</p>
<p>
<a href="https://github.com/ansible/ansible/blob/devel/COPYING">Ansible</a>,
<a href="https://git.savannah.gnu.org/cgit/bash.git/tree/COPYING">Bash</a>, and
<a href="https://git.gnome.org/browse/gimp/tree/COPYING">GIMP</a> use the GNU GPLv3.
</p>
</li>
</ul>