You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`github.com/mrjones/oauth` uses a non-standard-named filename for the
`LICENSE` 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 reported to both the go-license library
(google/go-licenses#142) and the oath library
(mrjones/oauth#74), but it's not fixed yet.
Fix the problem by adding an override entry to `overrides.ndjson`.
`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`.
The current
MIT-LICENSE.txt
can not be detected by heuristics of tools like go-licenses.The text was updated successfully, but these errors were encountered: