1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 04:40:09 +01:00

Merge pull request #397 from github/state-changes

state changes missing from 4 licenses which have condition
This commit is contained in:
Mike Linksvayer 2016-04-26 04:54:31 -07:00
commit 79f893e4a8
6 changed files with 6 additions and 2 deletions

View File

@ -84,7 +84,7 @@ The license properties (rules) are stored as a bulleted list within the licenses
#### Conditions
* `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 changes made to the code.
* `disclose-source` - Source code must be made available when distributing the software.
* `network-use-disclose` - Users who interact with the software via network are given the right to receive a copy of the corresponding source code.
* `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.

View File

@ -2,7 +2,7 @@ conditions:
- description: Include a copy of the license and copyright notice with the code.
label: License and Copyright Notice
tag: include-copyright
- description: Indicate significant changes made to the code.
- description: Indicate changes made to the code.
label: State Changes
tag: document-changes
- description: Source code must be made available when distributing the software.

View File

@ -8,6 +8,7 @@ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of
conditions:
- include-copyright
- document-changes
permissions:
- commercial-use

View File

@ -13,6 +13,7 @@ note: The Free Software Foundation recommends taking the additional step of addi
conditions:
- include-copyright
- disclose-source
- document-changes
- same-license
permissions:

View File

@ -13,6 +13,7 @@ note: The Free Software Foundation recommends taking the additional step of addi
conditions:
- include-copyright
- disclose-source
- document-changes
- same-license

View File

@ -16,6 +16,7 @@ using:
conditions:
- include-copyright
- disclose-source
- document-changes
- network-use-disclose
- same-license