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: appendix.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,12 +43,12 @@ If you're here to choose a license, **[start from the home page](/)** to see a f
43
43
{% if r contains req %}
44
44
<tdclass="license-{{ t }}"style="text-align:center">
45
45
{% if r contains "--" %}
46
-
{% assign lite = "lite" %}
46
+
{% assign lite = "lite" %}
47
47
{% else %}
48
48
{% assign lite = "" %}
49
49
{% endif %}
50
-
<spanclass="{{ r | append: lite }}"style="margin: auto;">
51
-
<spanclass="license-sprite {{ r }}"></span>
50
+
<spanclass="{{ lite }}"style="margin: auto;">
51
+
<spanclass="license-marker {{ r }}">{% if t == "permissions" %}✓{% elsif t == "conditions" %}ⓘ{% else %}✕{% endif %}</span>
52
52
</span>
53
53
</td>
54
54
{% assign seen_req = true %}
@@ -66,11 +66,11 @@ If you're here to choose a license, **[start from the home page](/)** to see a f
66
66
67
67
## Legend
68
68
69
-
<p>Open source licenses grant to the public <spanclass="license-permissions"><spanclass="license-sprite"></span></span> <b>permissions</b> to do things with licensed works which copyright or other "intellectual property" laws might otherwise disallow.</p>
69
+
<p>Open source licenses grant to the public <spanclass="license-permissions"><spanclass="license-marker">✓</span></span> <b>permissions</b> to do things with licensed works which copyright or other "intellectual property" laws might otherwise disallow.</p>
70
70
71
-
<p>Most open source licenses' grants of permissions are subject to compliance with <spanclass="license-conditions"><spanclass="license-sprite"></span></span> <b>conditions</b>.</p>
71
+
<p>Most open source licenses' grants of permissions are subject to compliance with <spanclass="license-conditions"><spanclass="license-marker">ⓘ</span></span> <b>conditions</b>.</p>
72
72
73
-
<p>Most open source licenses also have <spanclass="license-limitations"><spanclass="license-sprite"></span></span> <b>limitations</b> that usually disclaim warranty and liability, and sometimes expressly exclude patents or trademarks from licenses' grants.</p>
73
+
<p>Most open source licenses also have <spanclass="license-limitations"><spanclass="license-marker">✕</span></span> <b>limitations</b> that usually disclaim warranty and liability, and sometimes expressly exclude patents or trademarks from licenses' grants.</p>
74
74
75
75
{% for type in types %}
76
76
### {% if type == "permissions" %}Permissions{% elsif type == "conditions" %}Conditions{% else %}Limitations{% endif %}
@@ -85,8 +85,8 @@ If you're here to choose a license, **[start from the home page](/)** to see a f
85
85
{% else %}
86
86
{% assign lite = "" %}
87
87
{% endif %}
88
-
<spanclass="{{ req | append: lite }}">
89
-
<spanclass="license-sprite {{ req }}"></span>
88
+
<spanclass="{{ lite | strip }}">
89
+
<spanclass="license-marker {{ req }}">{% if type == "permissions" %}✓{% elsif type == "conditions" %}ⓘ{% else %}✕{% endif %}</span>
0 commit comments