Skip to content

Commit 22beacd

Browse files
committed
Merge remote-tracking branch 'origin/gh-pages' into home-reform
2 parents 4aa540f + 64f0fc9 commit 22beacd

3 files changed

Lines changed: 13 additions & 6 deletions

File tree

appendix.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ title: Appendix
55
class: license-types
66
---
77

8-
All licenses described in the choosealicense.com [repository](https://github.com/github/choosealicense.com), in a table.
8+
For reference, all licenses described in the choosealicense.com [repository](https://github.com/github/choosealicense.com), in a table.
9+
10+
If you're here to choose a license, **[start from the home page](/)** to see a few licenses that will work for most cases.
911

1012
<table border style="font-size: xx-small">
1113
{% assign types = "permissions|conditions|limitations" | split: "|" %}
@@ -56,11 +58,11 @@ All licenses described in the choosealicense.com [repository](https://github.com
5658

5759
## Legend
5860

59-
<p>Open source licenses grant to the public <b>permissions</b> (<span class="license-permissions"><span class="license-sprite"></span></span>) to do things with licensed works copyright or other "intellectual property" laws might otherwise disallow.</p>
61+
<p>Open source licenses grant to the public <span class="license-permissions"><span class="license-sprite"></span></span> <b>permissions</b> to do things with licensed works copyright or other "intellectual property" laws might otherwise disallow.</p>
6062

61-
<p>Most open source licenses' grants of permissions are subject to compliance with <b>conditions</b> (<span class="license-conditions"><span class="license-sprite"></span></span>).</p>
63+
<p>Most open source licenses' grants of permissions are subject to compliance with <span class="license-conditions"><span class="license-sprite"></span></span> <b>conditions</b>.</p>
6264

63-
<p>Most open source licenses also have <b>limitations</b> (<span class="license-limitations"><span class="license-sprite"></span></span>) that usually disclaim warranty and liability and sometimes expressly exclude patent or trademark from licenses' grants.</p>
65+
<p>Most open source licenses also have <span class="license-limitations"><span class="license-sprite"></span></span> <b>limitations</b> that usually disclaim warranty and liability and sometimes expressly exclude patent or trademark from licenses' grants.</p>
6466

6567
<dl>
6668
{% assign seen_tags = '' %}

assets/css/application.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ strong {
6666
color: #444;
6767
}
6868

69+
:target {
70+
background-color: yellow;
71+
}
72+
6973
.container {
7074
margin: 40px auto;
7175
width: 940px;
@@ -146,7 +150,7 @@ strong {
146150

147151
.license-overview {
148152
clear: both;
149-
margin-bottom: 50px;
153+
margin-bottom: 40px;
150154
}
151155

152156
.license-overview-heading {

licenses.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
title: Licenses
66
---
77

8-
<p style="margin-bottom:50px">Open source licenses grant permission to everyone to use, modify, and share licensed software for any purpose, subject to conditions preserving the provenance and openness of the software. The following licenses are arranged from one with the strongest of these conditions (GNU AGPLv3) to one with no conditions (Unlicense). Notice that the popular licenses featured on the <a href="/">home page</a> (GNU GPLv3 and MIT) fall within this spectrum.</p>
8+
<p>Open source licenses grant permission to everyone to use, modify, and share licensed software for any purpose, subject to conditions preserving the provenance and openness of the software. The following licenses are arranged from one with the strongest of these conditions (GNU AGPLv3) to one with no conditions (Unlicense). Notice that the popular licenses featured on the <a href="/">home page</a> (GNU GPLv3, Apache License 2.0, and MIT License) fall within this spectrum.</p>
9+
<p style="font-size:small; margin-bottom: 40px">If you were looking for a reference table of all of the licenses on choosealicense.com, see the <a href="/appendix">appendix</a>.</p>
910

1011
{% include license-overview.html license-id="agpl-3.0" %}
1112
{% include license-overview.html license-id="gpl-3.0" %}

0 commit comments

Comments
 (0)