Licensir.License.__struct__
You're seeing just the function
__struct__
, go back to Licensir.License module for more information.
The struct that keeps information about a dependency's license.
It contains:
app
- the depedency's name as an atomversion
- the version of the dependency being usedlicense
- the best guess of the licensecertainty
- the certainty that the guessed license is correct on a scale of 0.0 to 1.0license_mix
- the license defined in the dependency'smix.exs
filelicense_file
- the license defined in the dependency'sLICENSE
orLICENSE.md
file