mix licenses (hex_licenses v0.3.3)

Lists all dependencies along with a summary of their licenses.

This task checks each entry in dependency package's :licenses list against the SPDX License List.

To see details about licenses that are not found in the SPDX list, use mix licenses.explain.

Command line options

  • --osi - additionally check if all licenses are approved by the Open Source Initiative
  • --update - pull down a fresh copy of the SPDX license list instead of using the version checked in with this tool.