spdx / spdx-license-matcher

A tool to match license text with SPDX license list using a an algorithm with finds close matches. It follows SPDX Matching guidelines to keep the substantial text as well as ignore the replaceable text for matching purposes.
Other
27 stars 14 forks source link

Fix the token-based string matching algorithm #1

Closed Ugtan closed 4 years ago

Ugtan commented 4 years ago

Changing a single word in the license would not result in an exact match now.

The following changes are done: