sdheh

Results 3 comments of sdheh

I figured out a problem that could explain this case. I think the tokenization does not work properly. Example: ``` String license1 = "

By the way, the regex match will always include the first 5000 characters before the word "permission" because the beginning is optional and `.{0,5000}` is greedy. Is this intended?

The https://github.com/spdx/license-list-XML/blob/main/src/LGPL-2.1.xml file is missing optional or alt "GNU LESSER GENERAL PUBLIC LICENSE" and it leads to https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt not matching LGPL-2.1. These should probably also include the optional "GNU LESSER...