Licensir.License.__struct__

You're seeing just the function __struct__, go back to Licensir.License module for more information.
Link to this function

%Licensir.License{}

View Source (struct)

The struct that keeps information about a dependency's license.

It contains:

  • app - the depedency's name as an atom
  • version - the version of the dependency being used
  • license - the best guess of the license
  • certainty - the certainty that the guessed license is correct on a scale of 0.0 to 1.0
  • license_mix - the license defined in the dependency's mix.exs file
  • license_file - the license defined in the dependency's LICENSE or LICENSE.md file