diff --git a/appendix.md b/appendix.md index f144b75..b961268 100644 --- a/appendix.md +++ b/appendix.md @@ -5,7 +5,9 @@ title: Appendix class: license-types --- -All licenses described in the choosealicense.com [repository](https://github.com/github/choosealicense.com), in a table. +For reference, all licenses described in the choosealicense.com [repository](https://github.com/github/choosealicense.com), in a table. + +If you're here to choose a license, **[start from the home page](/)** to see a few licenses that will work for most cases. {% assign types = "permissions|conditions|limitations" | split: "|" %} @@ -56,11 +58,11 @@ All licenses described in the choosealicense.com [repository](https://github.com ## Legend -

Open source licenses grant to the public permissions () to do things with licensed works copyright or other "intellectual property" laws might otherwise disallow.

+

Open source licenses grant to the public permissions to do things with licensed works copyright or other "intellectual property" laws might otherwise disallow.

-

Most open source licenses' grants of permissions are subject to compliance with conditions ().

+

Most open source licenses' grants of permissions are subject to compliance with conditions.

-

Most open source licenses also have limitations () that usually disclaim warranty and liability and sometimes expressly exclude patent or trademark from licenses' grants.

+

Most open source licenses also have limitations that usually disclaim warranty and liability and sometimes expressly exclude patent or trademark from licenses' grants.

{% assign seen_tags = '' %} diff --git a/assets/css/application.scss b/assets/css/application.scss index b6370ba..8ced3ad 100644 --- a/assets/css/application.scss +++ b/assets/css/application.scss @@ -150,7 +150,7 @@ strong { .license-overview { clear: both; - margin-bottom: 50px; + margin-bottom: 40px; } .license-overview-heading { diff --git a/licenses.html b/licenses.html index db4010c..dcd3655 100644 --- a/licenses.html +++ b/licenses.html @@ -5,7 +5,8 @@ class: license-types title: Licenses --- -

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 home page (GNU GPLv3, Apache License 2.0, and MIT License) fall within this spectrum.

+

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 home page (GNU GPLv3, Apache License 2.0, and MIT License) fall within this spectrum.

+

If you were looking for a reference table of all of the licenses on choosealicense.com, see the appendix.

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