1
0
mirror of https://github.com/github/choosealicense.com synced 2024-07-05 17:59:37 +02:00

Merge pull request #469 from github/notice-general

notices with code->software
This commit is contained in:
Mike Linksvayer 2016-12-21 12:10:19 -08:00 committed by GitHub
commit e308dc31ec
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 #### 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. * `document-changes` - Indicate changes made to the code.
* `disclose-source` - Source code must be made available when distributing the software. * `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. * `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 tag: patent-use
conditions: 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 label: License and Copyright Notice
tag: include-copyright tag: include-copyright
- description: Indicate changes made to the code. - description: Indicate changes made to the code.