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
626 stars 29 forks source link

Missing Apache 2.0 License URL #65

Closed ccjernigan closed 2 years ago

ccjernigan commented 2 years ago

STEPS TO REPRODUCE

  1. Configure a project with the licensee Gradle plugin, allowing Apache 2.0, and using the dependency com.epam:parso:2.0.12

RESULTS Actual:

com.epam:parso:2.0.12
 - ERROR: Unknown license URL 'http://www.apache.org/licenses/LICENSE-2.0.html' is NOT allowed

Expected: No error, since the license is Apache 2.0

NOTES Looks like another Apache 2.0 URL variation needs to be added for http://www.apache.org/licenses/LICENSE-2.0.html