Licensir Versions Save

An Elixir mix task that lists all the licenses used by your Mix project dependencies.

v0.7.0

2 years ago
  • Misc doc changes (#22) by @kianmeng
  • Update the vendorized TableRex and namespace it with Licensir (#23) by @aseigo
  • Handle empty hex and nil file (#26) by @ryanwinchester

v0.6.2

3 years ago

Rename CSV module to Licensir.CSV. Thanks to @adrigonzo and @metelik

v0.6.1

4 years ago

Add "Apache-2.0" variant (#16). Thanks @fhunleth!

v0.6.0

4 years ago

Supports --csv flag to output as csv (#14).

v0.5.1

4 years ago

Fix broken usage via mix archive.install ... due to a new dependency.

v0.5.0

4 years ago

Proper table output

v0.4.2

4 years ago

Fix broken v0.4.1 release

v0.4.1

4 years ago

Fixed warnings on Elixir 1.7 and up in #9 (thanks @brianberlin!)

v0.4.0

5 years ago

Pleased to announce that this release of licensir now relies on hex_metadata.config rather than the values in mix.exs.

This means that it's able to recognize licenses for many more Hex packages which do not use Mix (i.e. Rebar).

v0.3.0

5 years ago
  • Automatically detects naming variants of the same license as one, e.g. "Apache 2.0", "Apache 2", "Apache v2.0" becomes a single "Apache 2.0"
  • Automatically detects text variants of the same license
  • Add a notice that the output is not a legal advice
  • Small code refactors