jpeddicord / askalono

A tool & library to detect open source licenses from texts
Apache License 2.0
258 stars 26 forks source link

askalono does not detect multiple licenses in a single file #40

Open eclipseo opened 5 years ago

eclipseo commented 5 years ago

See this file containing multiple licenses: https://github.com/mvantellingen/python-zeep/blob/master/LICENSE

It contains both MIT and BSD, but askalono is not able to detect either.

jpeddicord commented 5 years ago

Sorry for the really slow reply on this; I've been super busy lately. askalono should be able to detect this, but you have to tell it to look for more than one license. Currently the command-line is unable to do that, but the library should. I'll investigate options for getting that into the CLI.