Skip to content

Commit

Permalink
Add new condition include-license-or-link
Browse files Browse the repository at this point in the history
  • Loading branch information
leoheitmannruiz committed Jul 12, 2024
1 parent a51201d commit 0aa01a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ The license properties (rules) are stored as a bulleted list within the licenses

* `include-copyright` - A copy of the license and copyright notice must be included with the software.
* `include-copyright--source` - A copy of the license and copyright notice must be included with the software in source form, but is not required for binaries.
* `include-license-or-link` - A copy of or link to the license must be included with the licensed material.
* `document-changes` - Changes made to the code must be documented.
* `disclose-source` - Source code must be made available when the software is distributed.
* `network-use-disclose` - Users who interact with the software via network are given the right to receive a copy of the source code.
Expand Down
3 changes: 3 additions & 0 deletions _data/rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ conditions:
- description: A copy of the license and copyright notice must be included with the licensed material in source form, but is not required for binaries.
label: License and copyright notice for source
tag: include-copyright--source
- description: A copy of or link to the license must be included with the licensed material.
label: Copy of or link to license
tag: include-license-or-link
- description: Changes made to the licensed material must be documented.
label: State changes
tag: document-changes
Expand Down

0 comments on commit 0aa01a3

Please sign in to comment.