Skip to content

Commit

Permalink
Add new condition required by blueoak-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leoheitmannruiz committed Jul 8, 2024
1 parent a51201d commit 4928d7b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
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

0 comments on commit 4928d7b

Please sign in to comment.