spdx / tools

SPDX Tools
Apache License 2.0
126 stars 69 forks source link

fix issue #198 - normalizing multi-words across line boundaries. #199

Closed goneall closed 5 years ago

goneall commented 5 years ago

Also added normalization for https so that http:// would be equivalent to https://

Note - this comes at a performance penalty since we are now doing 3 times as many replaces. This can be optimized, but I'm going to create a fix first, optimize later.

Signed-off-by: Gary O'Neall gary@sourceauditor.com