-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Labels
Description
This utility allows to print licenses used by the given project and its dependencies.
You can fetch its sources from
https://github.com/vindarel/print-licenses.git
Example:
(print-licenses 'fast-io)
=>
alexandria | Public Domain / 0-clause MIT
babel | MIT
cffi | MIT
cffi-grovel | MIT
cffi-toolchain | MIT
fast-io | NewBSD
static-vectors | MIT
trivial-features | MIT
trivial-gray-streams | MIT
uiop | Unspecified
It's a project put together from other people's utilities, full credit is given. MIT.
fstamour and cbaggers