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

Check for case insensitive License.txt when RequireLicense is specified #1755

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alerickson
Copy link
Member

PR Summary

Currently the check for License.txt is case sensitive, so other variations, including license.txt are not found. This results in an error message specifying that there is no License.txt file, when in fact there is. This PR loops through all files at the root of a module to search for a case insensitive License.txt.

This change can only be tested interactively due to prompting.

PR Context

Resolves #1729

PR Checklist

Copy link
Member

@anamnavi anamnavi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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.

Misleading error message when AcceptLicense is not used
2 participants