Skip to content

Commit 103ecb8

Browse files
authored
Merge branch 'gh-pages' into home-reform
2 parents ff616fb + 1faf188 commit 103ecb8

9 files changed

Lines changed: 15 additions & 20 deletions

File tree

README.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
1-
# Choosealicense.com
1+
**[ChooseALicense.com](https://choosealicense.com)** aims to provide **accurate**, **non-judgmental**, and **understandable** information about popular **open source licenses** in order to **help people make informed decisions** about the projects they start, maintain, contribute to, and use.
22

33
[![Build Status](https://travis-ci.org/github/choosealicense.com.svg?branch=gh-pages)](https://travis-ci.org/github/choosealicense.com)
44

5-
Like a Choose Your Own Adventure site, but only much less interesting.
5+
We catalog [select](CONTRIBUTING.md#adding-a-license) open source licenses with a [Jekyll collection](https://jekyllrb.com/docs/collections/) (in `_licenses`). The catalog is used to render [ChooseALicense.com](https://choosealicense.com) and is regularly vendored into [Licensee](https://github.com/benbalter/licensee), which GitHub uses to provide a [license chooser and license detection](https://help.github.com/articles/adding-a-license-to-a-repository/), a [licenses API](https://developer.github.com/v3/licenses/), and to [display license descriptions and metadata](https://github.com/blog/2335-open-source-license-descriptions-and-metadata).
66

7-
## Intro
7+
## Goals
88

9-
A lot of repositories on GitHub.com don't have a license. GitHub provides a license chooser, but if you don't know anything about licenses, how are you supposed to make an informed decision?
10-
11-
[ChooseALicense.com](https://www.choosealicense.com "Choose A Licence website") is designed to help people make an informed decision about licenses by demystifying license choices through non-judgmental guidance.
12-
13-
## Immediate Goals
14-
15-
* Non-judgmental. Our goal is to help you find a license that meets *your* goals.
16-
* Well designed, but that goes without saying.
17-
* The homepage should have just enough to help 99% of folks make a decision.
18-
* For the 1%, the site will contain a list of licenses common to specific communities and situations.
9+
* Be accurate, non-judgmental, and understandable. Our goal is to help you find a license that meets *your* goals.
10+
* The homepage should have just enough to help most folks make a decision about what license to use for a project they contribute to.
11+
* For the rest, the site will contain additional information about licenses common to specific communities and situations.
12+
* Collaborate with and reinforce other licensing best practices and standards projects.
1913
* Not comprehensive. Seems like an odd goal, but there are a bajillion licenses out there. We're going to have to filter that down to a small list of those that matter.
2014

2115
## Run It On Your Machine

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ plugins:
4040
- jekyll-redirect-from
4141
- jekyll-seo-tag
4242
- jekyll-coffeescript
43+
- jekyll-github-metadata # For 'Improve this page' links
4344

4445
sass:
4546
style: :compressed

_includes/footer.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<nav>
33
<a href="/about/">About</a>
44
<a href="/terms-of-service/">Terms of Service</a>
5+
{% github_edit_link "Help improve this page" %}
56
</nav>
67
<p>
78
The content of this site is licensed under the <a href="https://creativecommons.org/licenses/by/3.0/">

_licenses/cc0-1.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ spdx-id: CC0-1.0
44
redirect_from: /licenses/cc0/
55
source: https://creativecommons.org/publicdomain/zero/1.0/
66

7-
description: The <a href="https://creativecommons.org/publicdomain/zero/1.0/">Creative Commons CC0 Public Domain Dedication</a> waives copyright interest in any a work you've created and dedicates it to the world-wide public domain. Use CC0 to opt out of copyright entirely and ensure your work has the widest reach. As with the Unlicense and typical software licenses, CC0 disclaims warranties. CC0 is very similar to the Unlicense.
7+
description: The <a href="https://creativecommons.org/publicdomain/zero/1.0/">Creative Commons CC0 Public Domain Dedication</a> waives copyright interest in a work you've created and dedicates it to the world-wide public domain. Use CC0 to opt out of copyright entirely and ensure your work has the widest reach. As with the Unlicense and typical software licenses, CC0 disclaims warranties. CC0 is very similar to the Unlicense.
88

99
how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the CC0 into the file.
1010

_licenses/epl-1.0.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Eclipse Public License 1.0
33
spdx-id: EPL-1.0
44
source: https://www.eclipse.org/legal/epl-v10.html
5-
hidden: true
65

76
description: This commercially-friendly copyleft license provides the ability to commercially license binaries; a modern royalty-free patent license grant; and the ability for linked works to use other licenses, including commercial ones.
87

_licenses/epl-2.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of
1212
using:
1313
- Eclipse Ditto: https://github.com/eclipse/ditto/blob/master/LICENSE
1414
- Eclipse SmartHome: https://github.com/eclipse/smarthome/blob/master/LICENSE
15-
- SUMO: https://github.com/DLR-TS/sumo/blob/master/COPYING
15+
- SUMO: https://github.com/eclipse/sumo/blob/master/LICENSE
1616

1717
permissions:
1818
- commercial-use

_licenses/gpl-3.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,4 +710,4 @@ into proprietary programs. If your program is a subroutine library, you
710710
may consider it more useful to permit linking proprietary applications with
711711
the library. If this is what you want to do, use the GNU Lesser General
712712
Public License instead of this License. But first, please read
713-
<https://www.gnu.org/philosophy/why-not-lgpl.html>.
713+
<https://www.gnu.org/licenses/why-not-lgpl.html>.

_licenses/postgresql.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ how: To use it, say that it is The PostgreSQL License, and then substitute the c
1010
using:
1111
- pgBadger: https://github.com/dalibo/pgbadger/blob/master/LICENSE
1212
- pgAdmin: https://github.com/postgres/pgadmin4/blob/master/LICENSE
13-
- .NET Access to PostgreSQL: https://github.com/npgsql/npgsql/blob/dev/LICENSE.txt
13+
- .NET Access to PostgreSQL: https://github.com/npgsql/npgsql/blob/dev/LICENSE
1414

1515
permissions:
1616
- commercial-use

about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ If you already know what you're doing and have a license you prefer to use, that
1010

1111
## Not comprehensive
1212

13-
This site is not a comprehensive directory of open source licenses. We think there are too many options, which adds to the confusion. 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/).
13+
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/).
1414

15-
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.
15+
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.
1616

1717
### Additional resources
1818

0 commit comments

Comments
 (0)