mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +01:00
state changes missing from 4 licenses which have condition
also drop 'significant' from description, does not correspond to any license
This commit is contained in:
parent
699ce0f727
commit
abef7e0bab
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
@ -16,6 +16,7 @@ using:
|
||||
conditions:
|
||||
- include-copyright
|
||||
- disclose-source
|
||||
- document-changes
|
||||
- network-use-disclose
|
||||
- same-license
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user