license_finder version 1.2 has been released!
LicenseFinder works with your package managers to find dependencies,
detect the licenses of the packages in them, compare those licenses
against a user-defined whitelist, and give you an actionable exception
report.
- code: GitHub - pivotal/LicenseFinder: Find licenses for your project's dependencies.
- support:
- backlog: https://www.pivotaltracker.com/s/projects/234851
Changes:
1.2 / 2014-11-10
-
Features
-
Adding support for CocoaPods >= 0.34. (#118)
-
For dependencies with multiple licenses, the name of each license
is listed. If any are whitelisted, the dependency is considered to
be approved. -
Added
--debug
option when scanning, to provide details on
packages, dependencies and where each license was discovered.
-