Skip to content

Commit 338c690

Browse files
Add new condition required by blueoak-1.0.0
1 parent a51201d commit 338c690

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

_data/rules.yml

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ conditions:
2222
- 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.
2323
label: License and copyright notice for source
2424
tag: include-copyright--source
25+
- description: A copy of or link to the license must be included with the licensed material.
26+
label: Copy of or link to license
27+
tag: include-license-or-link
2528
- description: Changes made to the licensed material must be documented.
2629
label: State changes
2730
tag: document-changes

_licenses/blueoak-1.0.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919
- private-use
2020

2121
conditions:
22-
- include-copyright
22+
- include-license-or-link
2323

2424
limitations:
2525
- liability

0 commit comments

Comments
 (0)