cashapp / licensee

Gradle plugin which validates the licenses of your dependency graph match what you expect
https://cashapp.github.io/licensee/docs/1.x/
Apache License 2.0
614 stars 28 forks source link

Fallback more URL cases #239

Open Goooler opened 10 months ago

Goooler commented 10 months ago

Fallback URLs:

cloudshiftchris commented 2 months ago

This addresses a few challenges we are running into - possible to get this merged?

Goooler commented 2 months ago

May handled by #316.

cloudshiftchris commented 2 months ago

Don't believe that #316 addresses the same issues. As I understand it #316 is about downloading/transforming the SPDX license list; that list doesn't include the multitude of aliases/typos for license URLs, which is what this issue is addressing.