Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
chore: prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kawacrepe committed Sep 15, 2021
1 parent 6c0d764 commit a6b75d9
Show file tree
Hide file tree
Showing 3 changed files with 4,465 additions and 90 deletions.
6 changes: 4 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,10 @@ function handleLicenseCase(data) {

licenses.spdx.osi = checkEveryTruthy(spdxCheckLeft.osi, spdxCheckRightLeft.osi, spdxCheckRightRight.osi);
licenses.spdx.fsf = checkEveryTruthy(spdxCheckLeft.fsf, spdxCheckRightLeft.fsf, spdxCheckRightRight.fsf);
licenses.spdx.fsfAndOsi = checkEveryTruthy(spdxCheckLeft.fsfAndOsi, spdxCheckRightLeft.fsfAndOsi, spdxCheckRightRight.fsfAndOsi);
licenses.spdx.includesDeprecated = checkSomeTruthy(spdxCheckLeft.includesDeprecated, spdxCheckRightLeft.includesDeprecated, spdxCheckRightRight.includesDeprecated);
licenses.spdx.fsfAndOsi = checkEveryTruthy(
spdxCheckLeft.fsfAndOsi, spdxCheckRightLeft.fsfAndOsi, spdxCheckRightRight.fsfAndOsi);
licenses.spdx.includesDeprecated = checkSomeTruthy(
spdxCheckLeft.includesDeprecated, spdxCheckRightLeft.includesDeprecated, spdxCheckRightRight.includesDeprecated);

licenses.uniqueLicenseIds.push(
data.left.license,
Expand Down
Loading

0 comments on commit a6b75d9

Please sign in to comment.