jpeddicord / askalono

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

[WASM] Picking other licenses to compare to #58

Open ajorg-aws opened 4 years ago

ajorg-aws commented 4 years ago

Especially when the match is not very close it could be useful to be able to pick other near matches from a drop-down to compare to. One situation where I wanted to do this was a BSD-1-Clause license, which I wanted to compare to BSD-3-Clause to see what's the diff between those two (not trusting that it's solely the omission of two clauses).

Absolutely love Askalono, btw. ❤️❤️❤️❤️❤️

jpeddicord commented 4 years ago

This would indeed be useful. I've got plans to overhaul that whole page (and the askalono-in-browser experience in general), but perhaps I can sneak in this as a small improvement until then.