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
612 stars 28 forks source link

https://opensource.org/licenses/MIT is not recognized as MIT #322

Closed justasm closed 2 months ago

justasm commented 2 months ago

The URL https://opensource.org/licenses/MIT was recently removed in the latest SPDX license update https://github.com/cashapp/licensee/pull/315.

Projects that

run into the following error:

- ERROR: Unknown license URL 'https://opensource.org/licenses/MIT' is NOT allowed

One known dependency which declares this URL is bugsnag-android.

Workaround:

licensee {
  allowUrl('https://opensource.org/licenses/MIT')
}