1
0
mirror of https://github.com/github/choosealicense.com synced 2024-11-05 19:28:50 +01:00

notices with code->software

notice condition of open source licenses usually for any distribution, not only source code form

fixes #272
This commit is contained in:
Mike Linksvayer 2016-12-19 10:48:25 -08:00
parent c43ee38d12
commit 234d416f73
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,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.
* `include-copyright` - Include a copy of the license and copyright notice with the software.
* `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.

View File

@ -16,7 +16,7 @@ permissions:
tag: patent-use
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 software.
label: License and Copyright Notice
tag: include-copyright
- description: Indicate changes made to the code.