1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 12:50:24 +01:00

Merge pull request #209 from github/spdx

Using SPDX standard names and IDs for licenses
This commit is contained in:
Ben Balter 2014-06-22 15:52:02 -04:00
commit 0b4b7d844f
14 changed files with 58 additions and 43 deletions

View File

@ -67,16 +67,18 @@ rules:
tag: sublicense
exclude:
- app.coffee
- CNAME
- CONTRIBUTING.md
- Gemfile
- Gemfile.lock
- LICENSE.md
- Rakefile
- README.md
- script
- bundle
- app.coffee
- CNAME
- CONTRIBUTING.md
- Gemfile
- Gemfile.lock
- LICENSE.md
- Rakefile
- README.md
- script
- bundle
- test
- tests
gems:
- jekyll-sitemap

View File

@ -1,10 +1,10 @@
---
title: Affero GPL
title: GNU Affero GPL v3.0
category: GPL
tab-slug: agpl-v3
hide-from-license-list: true
layout: license
permalink: /licenses/agpl-v3/
permalink: /licenses/agpl-3.0/
source: http://www.gnu.org/licenses/agpl-3.0.txt
redirect_from: /licenses/agpl/

View File

@ -1,8 +1,9 @@
---
title: Apache v2 License
title: Apache License 2.0
category: Apache
layout: license
permalink: /licenses/apache/
permalink: /licenses/apache-2.0/
redirect_from: /licenses/apache/
featured: true

View File

@ -2,8 +2,9 @@
layout: license
title: Artistic License 2.0
category: Artistic
permalink: /licenses/artistic/
redirect_from: /licenses/artistic/
source: http://www.perlfoundation.org/attachment/legal/artistic-2_0.txt
permalink: /licenses/artistic-2.0/
description: Heavily favored by the Perl community, the Artistic license requires that modified versions of the software do not prevent users from running the standard version.

View File

@ -1,10 +1,11 @@
---
layout: license
title: BSD license
title: Simplified BSD
category: BSD
tab-slug: bsd
hide-from-license-list: true
permalink: /licenses/bsd/
redirect_from: /licenses/bsd/
permalink: /licenses/bsd-2-clause/
description: A permissive license that comes in two variants, the <a href="/licenses/bsd">BSD 2-Clause</a> and <a href="/licenses/bsd-3-clause">BSD 3-Clause</a>. Both have very minute differences to the MIT license.

View File

@ -1,9 +1,10 @@
---
layout: license
title: BSD (3-Clause) License
title: New BSD
category: BSD
tab-slug: bsd-3
hide-from-license-list: true
redirect_from: /licenses/bsd-3-clause/
permalink: /licenses/bsd-3-clause/
how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders. Replace {organization} with the organization, if any, that sponsors this work.

View File

@ -2,7 +2,8 @@
layout: license
title: Eclipse Public License v1.0
category: Eclipse
permalink: /licenses/eclipse/
redirect_from: /licenses/eclipse/
permalink: /licenses/epl-1.0/
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.

View File

@ -1,10 +1,11 @@
---
title: GPL v2
title: GNU GPL v2.0
category: GPL
tab-slug: gpl-v2
hide-from-license-list: false
layout: license
permalink: /licenses/gpl-v2/
permalink: /licenses/gpl-2.0/
redirect_from: /licenses/gpl-v2/
source: http://www.gnu.org/licenses/gpl-2.0.txt
description: GPL is the most widely used free software license and has a strong copyleft requirement. When distributing derived works, the source code of the work must be made available under the same license. There are multiple variants of the GPL, each with different requirements.

View File

@ -1,12 +1,15 @@
---
title: GPL v3
title: GNU GPL v3.0
category: GPL
tab-slug: gpl-v3
hide-from-license-list: true
layout: license
permalink: /licenses/gpl-v3/
permalink: /licenses/gpl-3.0/
redirect_from: /licenses/gpl-v3/
source: http://www.gnu.org/licenses/gpl-3.0.txt
description: GPL is the most widely used free software license and has a strong copyleft requirement. When distributing derived works, the source code of the work must be made available under the same license.
how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file.
note: The Free Software Foundation recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be found at the end of the license.

View File

@ -1,9 +1,10 @@
---
layout: license
title: LGPL v2.1
title: GNU LGPL v2.1
category: LGPL
tab-slug: lgpl-v2_1
permalink: /licenses/lgpl-v2.1/
redirect_from: /licenses/lgpl-v2.1/
permalink: /licenses/lgpl-2.1/
source: http://www.gnu.org/licenses/lgpl-2.1.txt
description: Primarily used for software libraries, LGPL requires that derived works be licensed under the same license, but works that only link to it do not fall under this restriction. There are two commonly used versions of the LGPL.

View File

@ -1,15 +1,16 @@
---
layout: license
title: LGPL v3
title: GNU LGPL v3.0
category: LGPL
tab-slug: lgpl-v3
hide-from-license-list: true
permalink: /licenses/lgpl-v3/
redirect_from: /licenses/lgpl-v3/
source: http://www.gnu.org/licenses/lgpl-3.0.txt
permalink: /licenses/lgpl-3.0/
description: Version 3 of the LGPL is an additional set of permissions to the <a href="/licenses/gpl-v3">GPL v3 license</a> that requires that derived works be licensed under the same license, but works that only link to it do not fall under this restriction.
description: Version 3 of the LGPL is an additional set of permissions to the <a href="/licenses/GPL-3.0">GPL v3 license</a> that requires that derived works be licensed under the same license, but works that only link to it do not fall under this restriction.
how: This license is an additional set of permissions to the <a href="/licenses/gpl-v3">GPL v3</a> license. Follow the instructions to apply the GPL v3 license. Then either paste this text to the bottom of that file OR add a separate file (typically named COPYING.lesser or LICENSE.lesser) in the root of your source code and copy the text.
how: This license is an additional set of permissions to the <a href="/licenses/gpl-3.0">GPL v3</a> license. Follow the instructions to apply the GPL v3 license. Then either paste this text to the bottom of that file OR add a separate file (typically named COPYING.lesser or LICENSE.lesser) in the root of your source code and copy the text.
note: The Free Software Foundation recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be found at the end of the license.

View File

@ -1,9 +1,10 @@
---
layout: license
title: Mozilla Public License Version 2.0
title: Mozilla Public License 2.0
category: Mozilla
permalink: /licenses/mozilla/
redirect_from: /licenses/mozilla/
source: http://www.mozilla.org/MPL/2.0/
permalink: /licenses/mpl-2.0/
description: The Mozilla Public License (MPL 2.0) is maintained by the Mozilla foundation. This license attempts to be a compromise between the permissive BSD license and the reciprocal GPL license.

View File

@ -1,6 +1,6 @@
---
layout: license
title: The Unlicense
title: Public Domain (Unlicense)
category: Public Domain Dedication
tab-slug: unlicense
permalink: /licenses/unlicense/
@ -16,10 +16,11 @@ how: Create a text file (typically named UNLICENSE or UNLICENSE.txt) in the root
required:
permitted:
- private-use
- commercial-use
- modifications
- distribution
- private-use
- sublicense
forbidden:
- no-liability