Skip to content

Commit bf10c0d

Browse files
committed
chore: license checker
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent fed6e06 commit bf10c0d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tools/test-3rd-party-licenses.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ OL="$(jq -r '.ol' "$LICENSES_JSON")"
99
mapfile -t ILS < <(jq -r '.ils[]' "$LICENSES_JSON")
1010

1111
for IL in "${ILS[@]}"; do
12-
# CC-BY -- we are explicitly attributing the authors in our notice files -- further checks needed
12+
# we are explicitly attributing the authors in our NOTICE files -- NO further checks needed.
1313
[[ "$IL" == CC-BY* ]] && continue
14+
# we are explicitly linking the original license in our NOTICE file -- NO further checks needed.
15+
[[ "$IL" == "BlueOak-1.0.0" ]] && continue
1416

1517
licomp-toolkit verify \
1618
-ol "$OL" -il "$IL" \

0 commit comments

Comments
 (0)