Conversation
Post-transfer update of the copyright and SPDX headers. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
There was a problem hiding this comment.
Pull request overview
This PR updates copyright and SPDX headers following a transfer of ownership from IBM Corp. to Broadcom. The changes are purely administrative, replacing the old copyright notice with the new Broadcom copyright format while maintaining the MPL-2.0 license.
Changes:
- Updated copyright headers from "Copyright IBM Corp. 2013, 2025" to "© Broadcom. All Rights Reserved." with subsidiary clarification
- Applied consistently across 105 files including Go source files, HCL configuration files, and PowerShell scripts
- Retained MPL-2.0 SPDX license identifier in all files
Reviewed changes
Copilot reviewed 109 out of 109 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| version/version.go | Updated copyright header in version package |
| main.go | Updated copyright header in main entry point |
| example/vmx/*.pkr.hcl | Updated copyright headers in VMX example configurations |
| example/iso/*.pkr.hcl | Updated copyright headers in ISO example configurations |
| builder/vmware/vmx/*.go | Updated copyright headers in VMX builder source files |
| builder/vmware/iso/*.go | Updated copyright headers in ISO builder source files |
| builder/vmware/common/*.go | Updated copyright headers in common builder utilities |
| builder/vmware/common/testdata/floppies/foo.ps1 | Updated copyright header in test PowerShell script |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
This functionality has been released in v2.0.0 of the plugin. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
1 similar comment
|
This functionality has been released in v2.0.0 of the plugin. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
|
I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Post-transfer update of the copyright and SPDX headers.
More to follow.