Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new condition include-license-or-link #1230

Open
wants to merge 2 commits into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion _licenses/blueoak-1.0.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions:
- private-use

conditions:
- include-copyright
- include-license-or-link

limitations:
- liability
Expand Down