-
-
Notifications
You must be signed in to change notification settings - Fork 271
Add an exception for COPYRIGHT and NOTICE files in the same way as LICENSE #1107
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 an exception for COPYRIGHT and NOTICE files in the same way as LICENSE #1107
Conversation
…SE is already supported
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
Thank you for the PR. It looks great, and I'll happily merge it, but could you please sign the Google CLA? If you follow the link in the Google CLA bot's comment you'll be able to do that. |
Thanks @shs96c , I'm just waiting on the authorized signer's signature. Hopefully will go through today. |
CLA is signed, but its still not going through. May still be waiting for it to be processed on Google's side |
Yes, I got a corporate CLA signed and submitted and I am in the Google group. |
Great. I'll re-run the check tomorrow and see if it passes. Thank you for being patient! |
@shs96c I'm fine merging this since it solves my immediate issue. But I do want to continue this discussion a bit more, because I can see myself needed to add more files to this list in the near future. Why should file |
Actually, I think we should wait to merge this. I am seeing that in some cases this does not do what I need. Probably safer to pause on this while i work out the issue and we look more into how the file selection happens for files with the same name. |
The Put another way, the reason you're seeing only one |
Okay, so I now believe this to be fine to merge. The issue I was running into was due to a misconfiguration with TL;DR: This solves the immediate issue of files being excluded from the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thank you!
Addresses #1106