pmonks / lice-comb

A Clojure library for software license detection.
Apache License 2.0
7 stars 0 forks source link

Maven dep org.json/json@20090211 is unidentified, but should be detected as JSON #46

Closed pmonks closed 4 months ago

pmonks commented 4 months ago

I was using tools-licenses' licenses task with a very large test deps.edn, and it failed to determine the license(s) for these dependencies:

While the license <name> is not useful for detection, the <url> is, but lice-comb is not falling back on checking that when it should.