Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add license override for oauth library #888

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

avelanarius
Copy link
Member

@avelanarius avelanarius commented Oct 15, 2024

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.

`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`.
@avelanarius avelanarius added this pull request to the merge queue Oct 15, 2024
Merged via the queue into QuesmaOrg:main with commit b0f7b37 Oct 15, 2024
5 checks passed
@avelanarius avelanarius deleted the license-override branch October 15, 2024 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants