Gary O'Neall
Gary O'Neall
@jlovejoy > if we do that, then the formatting will show up better at https://github.com/spdx/license-list-data/tree/master/text. Close - the specific issue is related to the JSON files, but the formatting for...
@pmonks - I just added a comment to the PR - I think this is now fixed, we just need to re-run the CI to be sure
> @goneall not sure if I'm jumping the gun, but I reran these tests with license list v3.27.0 and Spdx-Java-Library v2.0.1 and this issue is still occurring. Does it need...
Thanks @sdheh for the detailed analysis! This could explain some of the other issues. It may be a little while before I can work on a fix myself since I'm...
> 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 text in the JSON file actually come from a text file and not the XML. For context, please refer to this pull request for the tool that generates the...
> Just to mention one example that comes to my mind: When expressing relations between packages, you can either say A DEPENDS_ON B or B DEPENDENCY_OF A. There are several...
Good points @swinslow One aspect of the SoftwareService I would like to emphasize is the link between the service and the software which "powers" the service. Especially if there are...
Agree - closing the issue
Thanks @RingoDev for reporting this. I looks like we broke this when we published SPDX 3.0.0. I don't think we have the JSON schema published on github.io, but we could...