-
Notifications
You must be signed in to change notification settings - Fork 90
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
style(Other): Add Apache License 2.0 #780
Conversation
Jacob and I did a spot check on all file types (.cpp, .c, .h, .s, .S, .ld, .mk, Makefiles, .py, and .txt). |
/clang-format-run |
Looks like we need to blacklist |
This reverts commit db6f19b.
/clang-format-run |
The labeler is getting confused because that GitHub action only goes through the first 3000 files of a PR. The rest of the files are ignored. (This is due to GitHub only allowing you to view the first 3000 files in a PR review.) |
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.
Looks OK to me. I do see a *.Tariq file that probably needs to be deleted.
Description
This PR adds the Apache 2.0 License to the SDK. This only applies to files with the permissive, open-source version of the Maxim Integrated Copyright notice.
THe ME13 and ME55 files are ignored in this PR as they will be updated in a separate PR.
Checklist Before Requesting Review