lc icon indicating copy to clipboard operation
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...

Results 4 lc issues
Sort by recently updated
recently updated
newest added

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....

enhancement
its on

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...

bug

``` 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...

bug