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

Extract SPDX library parsing to a 3rd party library #82

Open klu2 opened 2 years ago

klu2 commented 2 years ago

This pull request removes SPDX parsing from this code-base and replaces it with https://github.com/cloudflightio/spdx-catalog. In order to be fully compatible here, I've adapted the spdx-catalog as follows:

Also updated to SPDX catalog to version 3.16 (3.12 was used previously), and you don't need to update that manually any more.

I've spent quite some time to exactly take over the logic from your plugin in order to be able to join forces here, I hope you like it

JakeWharton commented 2 years ago

Thanks for writing this up and the work. I will evaluate it soon. Been busy at work / on vacation!