This repository was archived by the owner on Nov 7, 2025. It is now read-only.
Commit b0f7b37
authored
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`.1 parent 8c93f77 commit b0f7b37
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
0 commit comments