Skip to content

Commit

Permalink
Merge pull request #138 from spdx/goneall-patch-1
Browse files Browse the repository at this point in the history
Add new license equivalent words
  • Loading branch information
goneall authored Jan 24, 2023
2 parents 7e91f39 + c4ff298 commit 5e4eeea
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public class LicenseCompareHelper {

static {
//TODO: These should be moved to a property file
NORMALIZE_TOKENS.put("&","and");
NORMALIZE_TOKENS.put("acknowledgment","acknowledgement");
NORMALIZE_TOKENS.put("analogue","analog");
NORMALIZE_TOKENS.put("analyse","analyze");
Expand Down Expand Up @@ -867,4 +868,4 @@ public static boolean isLicensePassWhiteList(
}
}

}
}

0 comments on commit 5e4eeea

Please sign in to comment.