-
Notifications
You must be signed in to change notification settings - Fork 9.8k
IBM copyright update, A-D + T-Z #45517
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
Conversation
- Update GitHub workflow to use copyplop check instead of copywrite headers - Update Makefile copyright target to use copyplop check - Add copyright-fix target for local development - Add automatic copyplop installation to both targets - Configure copyplop for services a-d and t-z in .copyplop.yaml
Updated copyright headers using copyplop for services a-d and t-z
Updated copyright headers using copyplop for services a-d and t-z
Updated copyright headers using copyplop for services a-d and t-z
Updated copyright headers using copyplop for services a-d and t-z
Updated copyright headers using copyplop for services a-d and t-z
Updated copyright headers using copyplop for services a-d and t-z
Updated copyright headers using copyplop for services a-d and t-z
Updated copyright headers using copyplop for services a-d and t-z
Updated copyright headers using copyplop for services a-d and t-z
Updated copyright headers using copyplop for services a-d and t-z
Updated copyright headers using copyplop for services a-d and t-z
Updated copyright headers using copyplop for services a-d and t-z
Updated copyright headers using copyplop for services a-d and t-z
Updated copyright headers using copyplop for services a-d and t-z
Updated copyright headers using copyplop for services a-d and t-z
Updated copyright headers using copyplop for services a-d and t-z
Updated copyright headers using copyplop for services a-d and t-z
Updated copyright headers using copyplop for services a-d and t-z
Updated copyright headers using copyplop for services a-d and t-z
Community GuidelinesThis comment is added to every new Pull Request to provide quick reference to how the Terraform AWS Provider is maintained. Please review the information below, and thank you for contributing to the community that keeps the provider thriving! 🚀 Voting for Prioritization
Pull Request Authors
|
|
This functionality has been released in v6.26.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
Rollback Plan
If a change needs to be reverted, we will publish an updated version of the library.
Changes to Security Controls
Are there any changes to security controls (access controls, encryption, logging) in this pull request? If so, explain.
Description
This PR uses copyplop to normalize copyright headers across AWS provider services a-d and t-z. Copyplop is a configurable CLI tool that ensures consistent copyright + SPDX license header formatting while preserving file content and handling third-party copyrights appropriately.
The tool was configured with path filtering (
internal/service/[a-d]*andinternal/service/[t-z]*) to process these specific service ranges, avoiding conflicts with other ongoing header normalization work.Relations
Closes #45458.
Child #45531.
Grandchild #45532.
References
Output from Acceptance Testing