Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add license override for oauth library (#888)
`github.com/mrjones/oauth` uses a non-standard-named filename for the `LICENSE.txt` file (`MIT-LICENSE.txt` instead of `LICENSE.txt`). `go-license-detector` cannot handle such a case, as seen here: https://github.com/QuesmaOrg/quesma/actions/runs/11327943230/job/31500069625 The problem was already reported to both the `go-licenses` library (google/go-licenses#142) and the `oauth` library (mrjones/oauth#74), but it's not fixed yet. Fix the problem by adding an override entry to `overrides.ndjson`.
- Loading branch information