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

Merge remote-tracking branch 'origin/gh-pages' into gplv3-home

This commit is contained in:
Mike Linksvayer 2016-03-05 10:08:16 -08:00
commit 1e7e054a26
36 changed files with 123 additions and 124 deletions

View File

@ -43,9 +43,9 @@ Licenses sit in the `/_licenses` folder. Each license has YAML front matter desc
* `source` - The URL to the license source text * `source` - The URL to the license source text
* `description` - A human-readable description of the license * `description` - A human-readable description of the license
* `how` - Instructions on how to implement the license * `how` - Instructions on how to implement the license
* `required` - Bulleted list of required rules * `permissions` - Bulleted list of permission rules
* `permitted` - Bulleted list of permitted rules * `conditions` - Bulleted list of condition rules
* `forbidden` - Bulleted list of forbidden rules * `limitations` - Bulleted list of limitation rules
#### Optional fields #### Optional fields
@ -77,7 +77,15 @@ The license properties (rules) are stored as a bulleted list within the licenses
### Rules ### Rules
#### Required #### Permissions
* `commercial-use` - This software and derivatives may be used for commercial purposes.
* `modifications` - This software may be modified.
* `distribution` - You may distribute this software.
* `private-use` - You may use and modify the software without distributing it.
* `patent-use` - This license provides an express grant of patent rights from the contributor to the recipient.
#### Conditions
* `include-copyright` - Include a copy of the license and copyright notice with the code. * `include-copyright` - Include a copy of the license and copyright notice with the code.
* `document-changes` - Indicate significant changes made to the code. * `document-changes` - Indicate significant changes made to the code.
@ -86,15 +94,7 @@ The license properties (rules) are stored as a bulleted list within the licenses
* `rename` - You must change the name of the software if you modify it. * `rename` - You must change the name of the software if you modify it.
* `same-license` - Modifications must be released under the same license when distributing the software. In some cases a similar or related license may be used. * `same-license` - Modifications must be released under the same license when distributing the software. In some cases a similar or related license may be used.
#### Permitted #### Limitations
* `commercial-use` - This software and derivatives may be used for commercial purposes.
* `modifications` - This software may be modified.
* `distribution` - You may distribute this software.
* `private-use` - You may use and modify the software without distributing it.
* `patent-use` - This license provides an express grant of patent rights from the contributor to the recipient.
#### Forbidden
* `trademark-use` - While this may be implicitly true of all licenses, this license explicitly states that it does NOT grant you any rights in the trademarks or other marks of contributors. * `trademark-use` - While this may be implicitly true of all licenses, this license explicitly states that it does NOT grant you any rights in the trademarks or other marks of contributors.
* `no-liability` - Software is provided without warranty and the software author/license owner cannot be held liable for damages. * `no-liability` - Software is provided without warranty and the software author/license owner cannot be held liable for damages.

View File

@ -17,16 +17,16 @@
description: Instructions on how to implement the license description: Instructions on how to implement the license
required: true required: true
- name: required - name: conditions
description: Bulleted list of required rules description: Bulleted list of required rules
required: true required: true
- name: permitted - name: permissions
description: Bulleted list of permitted rules description: Bulleted list of permitted rules
required: true required: true
- name: forbidden - name: limitations
description: Bulleted list of forbidden rules description: Bulleted list of limited rules
required: true required: true
# Optional fields # Optional fields

View File

@ -1,4 +1,4 @@
required: conditions:
- description: Include a copy of the license and copyright notice with the code. - description: Include a copy of the license and copyright notice with the code.
label: License and copyright notice label: License and copyright notice
tag: include-copyright tag: include-copyright
@ -18,7 +18,7 @@ required:
label: Same License label: Same License
tag: same-license tag: same-license
permitted: permissions:
- description: This software and derivatives may be used for commercial purposes. - description: This software and derivatives may be used for commercial purposes.
label: Commercial Use label: Commercial Use
tag: commercial-use tag: commercial-use
@ -35,7 +35,7 @@ permitted:
label: Patent Use label: Patent Use
tag: patent-use tag: patent-use
forbidden: limitations:
- description: While this may be implicitly true of all licenses, this license explicitly states that it does NOT grant you any rights in the trademarks or other marks of contributors. - description: While this may be implicitly true of all licenses, this license explicitly states that it does NOT grant you any rights in the trademarks or other marks of contributors.
label: Trademark Use label: Trademark Use
tag: trademark-use tag: trademark-use

View File

@ -160,13 +160,13 @@
top: 1px; top: 1px;
position: relative; position: relative;
} }
.license-rules:not(.license-rules-sidebar) .license-required span { .license-rules:not(.license-rules-sidebar) .license-conditions span {
background-position: -34px 0; background-position: -34px 0;
} }
.license-rules:not(.license-rules-sidebar) .license-permitted span { .license-rules:not(.license-rules-sidebar) .license-permissions span {
background-position: -24px 0px; background-position: -24px 0px;
} }
.license-rules:not(.license-rules-sidebar) .license-forbidden span { .license-rules:not(.license-rules-sidebar) .license-limitations span {
background-position: -14px 0; background-position: -14px 0;
} }
} }

View File

@ -5,11 +5,11 @@
</nav> </nav>
<p> <p>
If you have questions or issues, it is always best to consult a legal professional.<br> If you have questions or issues, it is always best to consult a legal professional.<br>
The content of this site is licensed under the <a href="http://creativecommons.org/licenses/by/3.0/"> The content of this site is licensed under the <a href="https://creativecommons.org/licenses/by/3.0/">
Creative Commons Attribution 3.0 Unported License</a>. Creative Commons Attribution 3.0 Unported License</a>.
</p> </p>
<div class="with-love"> <div class="with-love">
Demystified with &lt;3 by <a href="http://github.com">GitHub, Inc.</a> Demystified with &lt;3 by <a href="https://github.com">GitHub, Inc.</a>
</div> </div>
</footer> </footer>

View File

@ -46,7 +46,7 @@
<div {% if variation.id %}id="{{ variation.id | remove: '/licenses/' | slugify }}" {% endif %}class="variation-tab {% if variation.id %}variation-{{ variation.id | remove: '/licenses/' | slugify }}{% endif %} js-variation-tab{% if license.id == variation.id %} active{% endif %}"> <div {% if variation.id %}id="{{ variation.id | remove: '/licenses/' | slugify }}" {% endif %}class="variation-tab {% if variation.id %}variation-{{ variation.id | remove: '/licenses/' | slugify }}{% endif %} js-variation-tab{% if license.id == variation.id %} active{% endif %}">
<table class="license-rules"> <table class="license-rules">
<tr> <tr>
{% assign types = "required|permitted|forbidden" | split: "|" %} {% assign types = "permissions|conditions|limitations" | split: "|" %}
{% for type in types %} {% for type in types %}
<th class="label">{{ type | capitalize }}</th> <th class="label">{{ type | capitalize }}</th>
{% endfor %} {% endfor %}

View File

@ -23,7 +23,7 @@
<div class="license-rules license-rules-sidebar"> <div class="license-rules license-rules-sidebar">
{% assign types = "required|permitted|forbidden" | split: "|" %} {% assign types = "permissions|conditions|limitations" | split: "|" %}
{% for type in types %} {% for type in types %}
<h3>{{ type | capitalize }}</h3> <h3>{{ type | capitalize }}</h3>
<ul class="license-{{ type }}"> <ul class="license-{{ type }}">

View File

@ -6,17 +6,17 @@ description: The Academic Free License is a variant of the Open Source License t
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. Files licensed under OSL 3.0 must also include the notice "Licensed under the Academic Free License version 3.0" adjacent to the copyright notice. 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. Files licensed under OSL 3.0 must also include the notice "Licensed under the Academic Free License version 3.0" adjacent to the copyright notice.
required: conditions:
- include-copyright - include-copyright
permitted: permissions:
- commercial-use - commercial-use
- modifications - modifications
- distribution - distribution
- private-use - private-use
- patent-use - patent-use
forbidden: limitations:
- trademark-use - trademark-use
- no-liability - no-liability

View File

@ -12,21 +12,21 @@ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of
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. 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.
required: conditions:
- include-copyright - include-copyright
- document-changes - document-changes
- disclose-source - disclose-source
- network-use-disclose - network-use-disclose
- same-license - same-license
permitted: permissions:
- commercial-use - commercial-use
- modifications - modifications
- distribution - distribution
- patent-use - patent-use
- private-use - private-use
forbidden: limitations:
- no-liability - no-liability
hidden: false hidden: false

View File

@ -15,18 +15,18 @@ using:
- Apache: https://svn.apache.org/viewvc/httpd/httpd/trunk/LICENSE?view=markup - Apache: https://svn.apache.org/viewvc/httpd/httpd/trunk/LICENSE?view=markup
- Swift: https://github.com/apple/swift/blob/master/LICENSE.txt - Swift: https://github.com/apple/swift/blob/master/LICENSE.txt
required: conditions:
- include-copyright - include-copyright
- document-changes - document-changes
permitted: permissions:
- commercial-use - commercial-use
- modifications - modifications
- distribution - distribution
- patent-use - patent-use
- private-use - private-use
forbidden: limitations:
- trademark-use - trademark-use
- no-liability - no-liability

View File

@ -7,18 +7,18 @@ description: Heavily favored by the Perl community, the Artistic license require
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. 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.
required: conditions:
- include-copyright - include-copyright
- document-changes - document-changes
permitted: permissions:
- commercial-use - commercial-use
- modifications - modifications
- distribution - distribution
- patent-use - patent-use
- private-use - private-use
forbidden: limitations:
- no-liability - no-liability
- trademark-use - trademark-use

View File

@ -10,16 +10,16 @@ description: A permissive license that comes in two variants, the <a href="/lice
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. 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.
required: conditions:
- include-copyright - include-copyright
permitted: permissions:
- commercial-use - commercial-use
- modifications - modifications
- distribution - distribution
- private-use - private-use
forbidden: limitations:
- no-liability - no-liability
hidden: false hidden: false

View File

@ -9,16 +9,16 @@ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of
source: https://spdx.org/licenses/BSD-3-Clause-Clear.html source: https://spdx.org/licenses/BSD-3-Clause-Clear.html
required: conditions:
- include-copyright - include-copyright
permitted: permissions:
- commercial-use - commercial-use
- modifications - modifications
- distribution - distribution
- private-use - private-use
forbidden: limitations:
- no-liability - no-liability
- patent-use - patent-use

View File

@ -9,16 +9,16 @@ description: A permissive license that comes in two variants, the <a href="/lice
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 [project] with the project organization, if any, that sponsors this work. 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 [project] with the project organization, if any, that sponsors this work.
required: conditions:
- include-copyright - include-copyright
permitted: permissions:
- commercial-use - commercial-use
- modifications - modifications
- distribution - distribution
- private-use - private-use
forbidden: limitations:
- no-liability - no-liability
hidden: false hidden: false

View File

@ -7,17 +7,17 @@ description: Permits almost any use subject to providing credit and license noti
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. It is also acceptable to soley supply a link to a copy of the license, usually to the <a href='https://creativecommons.org/licenses/by/4.0/'>canonical URL for the license</a>. 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. It is also acceptable to soley supply a link to a copy of the license, usually to the <a href='https://creativecommons.org/licenses/by/4.0/'>canonical URL for the license</a>.
required: conditions:
- include-copyright - include-copyright
- document-changes - document-changes
permitted: permissions:
- commercial-use - commercial-use
- modifications - modifications
- distribution - distribution
- private-use - private-use
forbidden: limitations:
- no-liability - no-liability
- trademark-use - trademark-use
- patent-use - patent-use

View File

@ -7,18 +7,18 @@ description: Similar to <a href='/licenses/cc-by-4.0/'>CC-BY-4.0</a> but require
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. It is also acceptable to soley supply a link to a copy of the license, usually to the <a href='https://creativecommons.org/licenses/by-sa/4.0/'>canonical URL for the license</a>. 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. It is also acceptable to soley supply a link to a copy of the license, usually to the <a href='https://creativecommons.org/licenses/by-sa/4.0/'>canonical URL for the license</a>.
required: conditions:
- include-copyright - include-copyright
- document-changes - document-changes
- same-license - same-license
permitted: permissions:
- commercial-use - commercial-use
- modifications - modifications
- distribution - distribution
- private-use - private-use
forbidden: limitations:
- no-liability - no-liability
- trademark-use - trademark-use
- patent-use - patent-use

View File

@ -10,20 +10,20 @@ description: The <a href="http://creativecommons.org/publicdomain/zero/1.0/">Cre
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. 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.
required: conditions:
permitted: permissions:
- commercial-use - commercial-use
- modifications - modifications
- distribution - distribution
- private-use - private-use
forbidden: limitations:
- no-liability - no-liability
- trademark-use - trademark-use
- patent-use - patent-use
required: [] conditions: []
hidden: false hidden: false
--- ---

View File

@ -13,21 +13,21 @@ using:
- Clojure: "http://clojure.org/" - Clojure: "http://clojure.org/"
- JUnit: "http://junit.org/" - JUnit: "http://junit.org/"
- Ruby: "https://github.com/jruby/jruby" - Ruby: "https://github.com/jruby/jruby"
- Mondrian: "http://en.wikipedia.org/wiki/Mondrian_OLAP_server" - Mondrian: "https://en.wikipedia.org/wiki/Mondrian_OLAP_server"
required: conditions:
- disclose-source - disclose-source
- include-copyright - include-copyright
- same-license - same-license
permitted: permissions:
- commercial-use - commercial-use
- distribution - distribution
- modifications - modifications
- patent-use - patent-use
- private-use - private-use
forbidden: limitations:
- no-liability - no-liability
hidden: false hidden: false

View File

@ -12,21 +12,21 @@ how: Create a text file (typically named COPYING or LICENCE.txt) in the root of
note: The European Commission recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be found at https://joinup.ec.europa.eu/sites/default/files/ckeditor_files/files/EUPL%201_1%20Guidelines%20EN%20Joinup.pdf note: The European Commission recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be found at https://joinup.ec.europa.eu/sites/default/files/ckeditor_files/files/EUPL%201_1%20Guidelines%20EN%20Joinup.pdf
required: conditions:
- include-copyright - include-copyright
- disclose-source - disclose-source
- document-changes - document-changes
- network-use-disclose - network-use-disclose
- same-license - same-license
permitted: permissions:
- commercial-use - commercial-use
- modifications - modifications
- distribution - distribution
- patent-use - patent-use
- private-use - private-use
forbidden: limitations:
- no-liability - no-liability
- trademark-use - trademark-use

View File

@ -16,20 +16,20 @@ using:
- Linux: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/COPYING - Linux: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/COPYING
- WordPress: https://github.com/WordPress/WordPress/blob/master/license.txt - WordPress: https://github.com/WordPress/WordPress/blob/master/license.txt
required: conditions:
- include-copyright - include-copyright
- document-changes - document-changes
- disclose-source - disclose-source
- same-license - same-license
permitted: permissions:
- commercial-use - commercial-use
- modifications - modifications
- distribution - distribution
- patent-use - patent-use
- private-use - private-use
forbidden: limitations:
- no-liability - no-liability
hidden: false hidden: false

View File

@ -17,20 +17,20 @@ using:
- GIMP: https://git.gnome.org/browse/gimp/tree/COPYING - GIMP: https://git.gnome.org/browse/gimp/tree/COPYING
- Privacy Badger: https://github.com/EFForg/privacybadgerfirefox/blob/master/LICENSE - Privacy Badger: https://github.com/EFForg/privacybadgerfirefox/blob/master/LICENSE
required: conditions:
- include-copyright - include-copyright
- document-changes - document-changes
- disclose-source - disclose-source
- same-license - same-license
permitted: permissions:
- commercial-use - commercial-use
- modifications - modifications
- distribution - distribution
- patent-use - patent-use
- private-use - private-use
forbidden: limitations:
- no-liability - no-liability
hidden: false hidden: false

View File

@ -7,16 +7,16 @@ description: A permissive license lets people do anything with your code with pr
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. 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.
required: conditions:
- include-copyright - include-copyright
permitted: permissions:
- commercial-use - commercial-use
- distribution - distribution
- modifications - modifications
- private-use - private-use
forbidden: limitations:
- no-liability - no-liability
hidden: false hidden: false

View File

@ -12,19 +12,19 @@ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of
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. 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.
required: conditions:
- include-copyright - include-copyright
- disclose-source - disclose-source
- same-license - same-license
permitted: permissions:
- commercial-use - commercial-use
- modifications - modifications
- distribution - distribution
- patent-use - patent-use
- private-use - private-use
forbidden: limitations:
- no-liability - no-liability
hidden: false hidden: false

View File

@ -11,20 +11,20 @@ how: This license is an additional set of permissions to the <a href="/licenses/
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 <a href="/licenses/gpl-3.0">GNU GPLv3 license</a>. Insert the word “Lesser” before “General” in all three places in the boilerplate notice to make sure that you refer to the GNU LGPLv3 and not the GNU GPLv3. 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 <a href="/licenses/gpl-3.0">GNU GPLv3 license</a>. Insert the word “Lesser” before “General” in all three places in the boilerplate notice to make sure that you refer to the GNU LGPLv3 and not the GNU GPLv3.
required: conditions:
- include-copyright - include-copyright
- disclose-source - disclose-source
- same-license - same-license
permitted: permissions:
- commercial-use - commercial-use
- modifications - modifications
- distribution - distribution
- patent-use - patent-use
- private-use - private-use
forbidden: limitations:
- no-liability - no-liability
hidden: false hidden: false

View File

@ -11,18 +11,18 @@ how: To use this license, place in each of the components of your work both an e
note: An example boilerplate and more information about how to use the license can be found at the end of the license. note: An example boilerplate and more information about how to use the license can be found at the end of the license.
required: conditions:
- include-copyright - include-copyright
- document-changes - document-changes
- disclose-source - disclose-source
permitted: permissions:
- commercial-use - commercial-use
- modifications - modifications
- distribution - distribution
- private-use - private-use
forbidden: limitations:
- no-liability - no-liability
--- ---

View File

@ -12,17 +12,16 @@ using:
- .NET Core: https://github.com/dotnet/corefx/blob/master/LICENSE - .NET Core: https://github.com/dotnet/corefx/blob/master/LICENSE
- Rails: https://github.com/rails/rails/blob/master/activerecord/MIT-LICENSE - Rails: https://github.com/rails/rails/blob/master/activerecord/MIT-LICENSE
conditions:
required:
- include-copyright - include-copyright
permitted: permissions:
- commercial-use - commercial-use
- modifications - modifications
- distribution - distribution
- private-use - private-use
forbidden: limitations:
- no-liability - no-liability
hidden: false hidden: false

View File

@ -7,19 +7,19 @@ description: The Mozilla Public License (MPL 2.0) is maintained by the Mozilla f
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. 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.
required: conditions:
- disclose-source - disclose-source
- include-copyright - include-copyright
- same-license - same-license
permitted: permissions:
- commercial-use - commercial-use
- modifications - modifications
- distribution - distribution
- patent-use - patent-use
- private-use - private-use
forbidden: limitations:
- no-liability - no-liability
- trademark-use - trademark-use

View File

@ -7,17 +7,17 @@ description: "Microsoft Open Source"
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. 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.
required: conditions:
- include-copyright - include-copyright
permitted: permissions:
- commercial-use - commercial-use
- modifications - modifications
- distribution - distribution
- patent-use - patent-use
- private-use - private-use
forbidden: limitations:
- no-liability - no-liability
- trademark-use - trademark-use
--- ---

View File

@ -7,18 +7,18 @@ description: "Microsoft Open Source"
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. 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.
required: conditions:
- include-copyright - include-copyright
- same-license - same-license
permitted: permissions:
- commercial-use - commercial-use
- modifications - modifications
- distribution - distribution
- patent-use - patent-use
- private-use - private-use
forbidden: limitations:
- no-liability - no-liability
- trademark-use - trademark-use
--- ---

View File

@ -9,17 +9,17 @@ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of
note: This license doesn't require source provision, but recommends it. All files derived from OFL files must remain licensed under the OFL. note: This license doesn't require source provision, but recommends it. All files derived from OFL files must remain licensed under the OFL.
required: conditions:
- include-copyright - include-copyright
- same-license - same-license
permitted: permissions:
- private-use - private-use
- commercial-use - commercial-use
- modifications - modifications
- distribution - distribution
forbidden: limitations:
- no-liability - no-liability
--- ---

View File

@ -15,19 +15,19 @@ using:
- Mulgara: "http://mulgara.org" - Mulgara: "http://mulgara.org"
- AbanteCart: "http://www.abantecart.com/" - AbanteCart: "http://www.abantecart.com/"
required: conditions:
- include-copyright - include-copyright
- disclose-source - disclose-source
- same-license - same-license
permitted: permissions:
- commercial-use - commercial-use
- distribution - distribution
- modifications - modifications
- patent-use - patent-use
- private-use - private-use
forbidden: limitations:
- trademark-use - trademark-use
- no-liability - no-liability

View File

@ -7,18 +7,18 @@ description: Because copyright is automatic in most countries, <a href="http://u
how: Create a text file (typically named UNLICENSE or UNLICENSE.txt) in the root of your source code and copy the text of the license disclaimer into the file. how: Create a text file (typically named UNLICENSE or UNLICENSE.txt) in the root of your source code and copy the text of the license disclaimer into the file.
required: conditions:
permitted: permissions:
- private-use - private-use
- commercial-use - commercial-use
- modifications - modifications
- distribution - distribution
forbidden: limitations:
- no-liability - no-liability
required: [] conditions: []
hidden: false hidden: false
--- ---

View File

@ -6,15 +6,15 @@ description: The easiest licence out there. It gives the user permissions to do
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. 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.
required: [] conditions: []
permitted: permissions:
- commercial-use - commercial-use
- modifications - modifications
- distribution - distribution
- private-use - private-use
forbidden: [] limitations: []
--- ---

View File

@ -16,8 +16,8 @@ This site is not a comprehensive directory of open source licenses. We think the
{: .bullets} {: .bullets}
* [Open Source Initiative](http://opensource.org/licenses/) - comprehensive list of open source licenses * [Open Source Initiative](https://opensource.org/licenses/) - comprehensive list of open source licenses
* [Comparison of free and open-source software licenses](http://en.wikipedia.org/wiki/Comparison_of_free_and_open-source_software_licenses) on Wikipedia * [Comparison of free and open-source software licenses](https://en.wikipedia.org/wiki/Comparison_of_free_and_open-source_software_licenses) on Wikipedia
* [License differentiator](http://www.oss-watch.ac.uk/apps/licdiff/) from [OSS Watch](http://www.oss-watch.ac.uk/) * [License differentiator](http://www.oss-watch.ac.uk/apps/licdiff/) from [OSS Watch](http://www.oss-watch.ac.uk/)
* [TLDRLegal](https://tldrlegal.com/){: data-proofer-ignore="true" } * [TLDRLegal](https://tldrlegal.com/){: data-proofer-ignore="true" }

View File

@ -245,9 +245,9 @@ strong {
} }
.sidebar .source span { background-position: 0 0; width: 16px; height: 12px; } .sidebar .source span { background-position: 0 0; width: 16px; height: 12px; }
.license-forbidden span { background-position: -16px 0; width: 12px; height: 12px; } .license-limitations span { background-position: -16px 0; width: 12px; height: 12px; }
.license-permitted span { background-position: -28px 0; width: 12px; height: 12px; } .license-permissions span { background-position: -28px 0; width: 12px; height: 12px; }
.license-required span { background-position: -40px 0; width: 12px; height: 12px; } .license-conditions span { background-position: -40px 0; width: 12px; height: 12px; }
.license-rules-sidebar li { .license-rules-sidebar li {
float: none; float: none;
@ -420,25 +420,25 @@ strong {
/* Qtip styles */ /* Qtip styles */
.qtip-required, .qtip-conditions,
.qtip-permitted, .qtip-permissions,
.qtip-forbidden { .qtip-limitations {
font-size: 12px; font-size: 12px;
line-height: 1.3; line-height: 1.3;
} }
.qtip-required { .qtip-conditions {
background-color: #d0ebf6; background-color: #d0ebf6;
border-color: #149ad4; border-color: #149ad4;
color: #0d648a; color: #0d648a;
} }
.qtip-required .qtip-titlebar { .qtip-conditions .qtip-titlebar {
background-color: #149ad4; background-color: #149ad4;
color: #fff; color: #fff;
} }
.qtip-permitted { .qtip-permissions {
background-color: #d8f4d7; background-color: #d8f4d7;
border-color: #3dc637; border-color: #3dc637;
color: #298625; color: #298625;
@ -449,13 +449,13 @@ strong {
color: #fff; color: #fff;
} }
.qtip-forbidden { .qtip-limitations {
background-color: #f4d9d8; background-color: #f4d9d8;
border-color: #c6403d; border-color: #c6403d;
color: #812a28; color: #812a28;
} }
.qtip-forbidden .qtip-titlebar { .qtip-limitations .qtip-titlebar {
background-color: #c6403d; background-color: #c6403d;
color: #fff; color: #fff;
} }

View File

@ -26,7 +26,7 @@ describe 'licenses' do
end end
context 'minimum permissions' do context 'minimum permissions' do
let(:permissions) { license['permitted'] } let(:permissions) { license['permissions'] }
it 'should allow commercial use' do it 'should allow commercial use' do
expect(permissions).to include('commercial-use') expect(permissions).to include('commercial-use')
end end