From 1bdb8369cb5bd7b3b4bb15ea638c6c8b415c23a9 Mon Sep 17 00:00:00 2001 From: Chijun Sima Date: Wed, 1 Aug 2018 08:06:07 +0000 Subject: [PATCH 1/3] Update licenses.html to reflect the change of the home page Because the Apache 2.0 license has been removed from the home page, thus update licenses.html to reflect the change. --- licenses.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/licenses.html b/licenses.html index dcd3655..c46500a 100644 --- a/licenses.html +++ b/licenses.html @@ -5,7 +5,7 @@ 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, 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" %} From 91e10d014fadf8b2cff84869866507331d859d22 Mon Sep 17 00:00:00 2001 From: Mike Linksvayer Date: Wed, 1 Aug 2018 08:05:56 -0700 Subject: [PATCH 2/3] rm unnecessary chars --- licenses.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/licenses.html b/licenses.html index c46500a..4a2bf68 100644 --- a/licenses.html +++ b/licenses.html @@ -5,7 +5,7 @@ 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, 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 and MIT) 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" %} From f82c97ca848935402d6559eb4ae89796d8de65b4 Mon Sep 17 00:00:00 2001 From: Mike Linksvayer Date: Wed, 1 Aug 2018 08:08:35 -0700 Subject: [PATCH 3/3] corresponding edit in about --- about.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about.md b/about.md index a2b463f..f62902f 100644 --- a/about.md +++ b/about.md @@ -10,7 +10,7 @@ If you already know what you're doing and have a license you prefer to use, that ## Not comprehensive -This site is not a comprehensive directory of open source licenses. On the [homepage](/), we break it down into just three licenses. The vast majority of projects will likely be fine choosing from one of these three. Just in case you have specific needs not covered by those three, we also highlight a [few other licenses to consider](/licenses/), and have a page about [licenses for non-software projects](/non-software/). +This site is not a comprehensive directory of open source licenses. On the [homepage](/), we break it down into just two licenses. The vast majority of projects will likely be fine choosing from one of these two. Just in case you have specific needs not covered by those two, we also highlight a [few other licenses to consider](/licenses/), and have a page about [licenses for non-software projects](/non-software/). See our [appendix](/appendix/) for a table of all of the licenses cataloged in the choosealicense.com repository and the links below for *even more licenses* that you **do not** need to learn about when choosing a license for your project.