go-license-detector icon indicating copy to clipboard operation
go-license-detector copied to clipboard

Reliable project licenses detector.

Results 18 go-license-detector issues
Sort by recently updated
recently updated
newest added

Closes #25 Signed-off-by: Takuya Noguchi [[email protected]](https://github.com/sponsors/tnir)

19858b4389be51306d92409016b8da31191eefbb broke `make bindata.go` added into README.md in fe58458d03ea33e33f82a493c8cc18b51575ef0f.

At risk of burying the lede, the important change here is bumping `golang.org/x/sys`, because this adds native support for Darwin on ARM64. With the old version, building on an Apple...

The change in this PR addresses a problem described in the [issue "Make license database public"](https://github.com/go-enry/go-license-detector/issues/16). In order to get access to additional license data the two new exportable functions...

https://github.com/go-enry/go-license-detector/pull/21#issuecomment-1001208760

good first issue

Files like [`nonblock_bsd.go`](https://github.com/gdamore/tcell/blob/master/nonblock_bsd.go) match the filter [`bsd`](https://github.com/go-enry/go-license-detector/blob/master/licensedb/internal/investigation.go#L35) even though it does not match the file extensions filter. Can anyone come up with a better filter? Furthermore, I noticed the confidence...

bug

We are packaging this module for Debian, but we already have gonum.org/v1/gonum v0.9.0 and would like to use that instead of 0.7.0 But one test is failing with the new...

https://github.com/opencontainers/go-digest unfortunately uses both a `LICENSE` and a `LICENSE.docs` (sic!). Would it be possible to also look for license files ending in `.doc` and `.docs` (🙄) so that the dual...

The `filer` package already supports [`FromGitURL`](https://pkg.go.dev/github.com/go-enry/go-license-detector/[email protected]/licensedb/filer#FromGitURL) which fetches the contents of a remote Git repo, but this doesn't cover the case of fetching and analyzing a Go module's source, wherever...

At GitLab we've been working to integrate this package in our codebase (with the kind help of @g4s8). But to use this package to it's full extent, it would be...