Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit b0f7b37

Browse files
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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
{"name": "github.com/pascaldekloe/goe", "licenceType": "Public Domain"}
22
{"name": "github.com/pascaldekloe/name", "licenceType": "Public Domain"}
3+
{"name": "github.com/mrjones/oauth", "licenceFile": "MIT-LICENSE.txt"}

0 commit comments

Comments
 (0)