Gary O'Neall

Results 1059 comments of Gary O'Neall

The license files are stored in a resources/stdlicenses in the JAR file source. You can also specify a different location using the SPDXParser.LocalLicensesDir option e.g.: `java -DSPDXParser.OnlyUseLocalLicenses=true -DSPDXParser.LocalLicensesDir=/licenses/current -jar spdx-tools-2.2.2-jar-with-dependencies.jar`...

@vcmgc27 Any updated on this issue? I'm working on a new release today and just checking if we need to have any additional fixes.

From reading through the issue - it looks like iOS does not really support linking an email app to another iOS app, so there won't be any solution which uses...

We should do what we can to influence POM files to use SPDX license ID's. This has been a successful approach for other projects like NPM and the Linux Kernel....

> Do you consider http://www.apache.org/licenses/LICENSE-2.0.txt vs http://www.apache.org/licenses/LICENSE-2.0.html as well? I don't. I match using the "seeAlso" URLs and only normalize for the protocol.

> License URLs seem to be problematic for pom.xml. They do have their limits and you won't be able to match all POM files based on the URL. The URL...

I wonder how difficult it would be to modify the actual POM standard to add an `

The [license-mapping-repo](https://github.com/spdx/package-licenses-mapping) has a proposed format to normalize license names across various package managers. Once this is stable, we can update the spdx-maven-plugin to use the mappings.

Moving this issue to the maven plugin

@vlsi The SPDX tools are intended to follow the strict SPDX specifications. The proposed normalizations are not part of the spec but are useful for tools that use SPDX such...