-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (62 loc) · 1.71 KB
/
Copy pathindex.html
File metadata and controls
64 lines (62 loc) · 1.71 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
layout: default
class: home
hide_breadcrumbs: true
title: Choose an open source license
title_key: page_title_home
permalink: /
---
{% include tmd.html key="home_intro" %}
<h2>
<span>{</span>
{% include t.html key="home_situations_question" %}
<span>}</span>
</h2>
<ul class="triptych situations clearfix">
<li class="existing">
<a href="community/">
<span class="triptych-sprite community"></span>
<h3>{% include t.html key="home_community_title" %}</h3>
</a>
{% include tmd.html key="home_community_content" %}
</li>
<li class="whatever">
<a href="licenses/mit/">
<span class="triptych-sprite three-arrows"></span>
<h3>{% include t.html key="home_permissive_title" %}</h3>
</a>
{% include tmd.html key="home_permissive_content" %}
<p>
{% include using-sentence.html license-id="mit" %}
</p>
</li>
<li class="copyleft">
<a href="licenses/gpl-3.0/">
<span class="triptych-sprite circular"></span>
<h3>{% include t.html key="home_copyleft_title" %}</h3>
</a>
{% include tmd.html key="home_copyleft_content" %}
<p>
{% include using-sentence.html license-id="gpl-3.0" %}
</p>
</li>
</ul>
<h2>
<span>{</span>
{% include t.html key="home_more_question" %}
<span>}</span>
</h2>
<ul class="triptych see-more clearfix">
<li>
<h3>{% include t.html key="home_nonsoftware_title" %}</h3>
{% include tmd.html key="home_nonsoftware_content" %}
</li>
<li>
<h3>{% include t.html key="home_morechoices_title" %}</h3>
{% include tmd.html key="home_morechoices_content" %}
</li>
<li>
<h3>{% include t.html key="home_nolicense_title" %}</h3>
{% include tmd.html key="home_nolicense_content" %}
</li>
</ul>