lc
lc copied to clipboard
licensechecker (lc) a command line application which scans directories and identifies what software license things are under producing reports as either SPDX, CSV, JSON, XLSX or CLI Tabular output. Du...
README has a warning that master doesn't work, so I downloaded an (x86) release, v1.3.1, to my MacBook Air (M1). It crashes with a "segmentation fault" right away ``` >...
The performance could be a lot better through the use of fan out. Might be possible to speed up the matching as well by using byte comparisons rather than string....
Hello, I recently tried out your project and it works pretty well. However when applying the tool to parts of the linux-kernel as test I noticed that there seems to...
``` Directory File License Confidence Size masterdir/builddir/celt-0.11.3/ COPYING BSD-2-Clause-NetBSD 92.39% 1.3K ``` with copyright lines removed ``` Directory File License Confidence Size masterdir/builddir/celt-0.11.3/ COPYING BSD-2-Clause 93.40% 1.2K ``` LICENSE FILE...