Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 680 Bytes

File metadata and controls

11 lines (8 loc) · 680 Bytes

Generating license reports for our dependencies

The project uses a gradle plugin to generate dependency license reports.

The reports are all saved in the ./licenses/reports/<SubprojectName> directories. Currently, we are allowing the licenses MIT and Apache 2.0. Furthermore, the plugin has difficulties (see this issue) recognizing licenses for jetbrains packages (compose, skiko, kotlinx, kotlin), which are all under the Apache 2.0 license. Thus, we can safely white-flag them.

This information can be changed in ./licenses/allowed-licenses.json.