I recently submitted a PR to the heroku_12factor project
https://github.com/heroku/rails_12factor/pull/11 which I used LicenseFinder on to identify the licenses.
Do you have any idea how licenses inherit from one another and if code should include that information?
e.g. if I license my gem as MIT and it has a runtime dependency on a gem that is BSD, should I note that? If GPL? WTFPL?
-Benjamin
p.s. While googling about this, I found project and related paper to what looks like a pretty rigorous license finder tool (alas, AGPLv3+) so I thought I'd share in case you haven't seen it