Skip to content

Conversation

@tenthirtyam
Copy link
Collaborator

Summary

Post-transfer update of the copyright and SPDX headers.

Type

  • fix: Bug Fix
  • feat: Feature or Enhancement
  • docs: Documentation
  • refactor: Refactoring
  • chore: Build, Dependencies, Workflows, etc.
  • other: Other (Please describe.)

Breaking Changes?

  • Yes, there are breaking changes.
  • No, there are no breaking changes.

Tests

  • Tests have been added or updated.
  • Tests have been completed.

Output:

Documentation

  • Documentation has been added or updated.

Issue References

Release Note

Additional Information

Post-transfer update of the copyright and SPDX headers.

Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
@tenthirtyam tenthirtyam added this to the v2.1.0 milestone Jan 29, 2026
@tenthirtyam tenthirtyam self-assigned this Jan 29, 2026
Copilot AI review requested due to automatic review settings January 29, 2026 01:54
@tenthirtyam tenthirtyam added the chore Chore label Jan 29, 2026
@github-actions github-actions bot added documentation Documentation needs-review Needs Review size/m Relative Sizing: Medium labels Jan 29, 2026
@tenthirtyam tenthirtyam merged commit 1f7ee6b into main Jan 29, 2026
17 checks passed
@tenthirtyam tenthirtyam deleted the chore(xfer)/update-headers-2 branch January 29, 2026 01:54
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates source file headers post-transfer by replacing legacy HashiCorp copyright notices with Broadcom copyright language while retaining the existing MPL-2.0 SPDX identifiers.

Changes:

  • Replace Copyright (c) HashiCorp, Inc. headers with Broadcom header text across Go, shell, HCL, YAML, and PowerShell example/test files.
  • Keep SPDX-License-Identifier: MPL-2.0 headers intact.
  • Minor whitespace cleanup in .web-docs/scripts/compile-to-webdocs.sh near the header block.

Reviewed changes

Copilot reviewed 20 out of 20 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
testing/vsphere/simulator.go Update file header to Broadcom + SPDX.
testing/vsphere/helpers.go Update file header to Broadcom + SPDX.
examples/driver/main.go Update file header to Broadcom + SPDX.
examples/builder/vsphere-supervisor/nginx-template.pkr.hcl Update file header to Broadcom + SPDX.
examples/builder/vsphere-supervisor/cleanup-playbook.yml Update file header to Broadcom + SPDX.
examples/builder/vsphere-iso/windows/windows-10.pkr.hcl Update file header to Broadcom + SPDX.
examples/builder/vsphere-iso/windows/setup/setup.ps1 Update file header to Broadcom + SPDX.
examples/builder/vsphere-iso/ubuntu/ubuntu-16.04.pkr.hcl Update file header to Broadcom + SPDX.
examples/builder/vsphere-iso/alpine/setup.sh Update file header to Broadcom + SPDX (after shebang).
examples/builder/vsphere-iso/alpine/alpine.pkr.hcl Update file header to Broadcom + SPDX.
examples/builder/vsphere-clone/alpine/alpine.pkr.hcl Update file header to Broadcom + SPDX.
datasource/virtualmachine/filters.go Update file header to Broadcom + SPDX.
datasource/virtualmachine/data_test.go Update file header to Broadcom + SPDX.
datasource/virtualmachine/data.go Update file header to Broadcom + SPDX.
builder/vsphere/driver/storage_drs.go Update file header to Broadcom + SPDX.
builder/vsphere/driver/datastore_cluster_mock.go Update file header to Broadcom + SPDX.
builder/vsphere/driver/datastore_cluster.go Update file header to Broadcom + SPDX.
builder/vsphere/common/step_resolve_datastore_test.go Update file header to Broadcom + SPDX.
builder/vsphere/common/step_resolve_datastore.go Update file header to Broadcom + SPDX.
.web-docs/scripts/compile-to-webdocs.sh Update header to Broadcom + SPDX and remove an extra blank line.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +1 to 3
// © Broadcom. All Rights Reserved.
// The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
// SPDX-License-Identifier: MPL-2.0
Copy link

Copilot AI Jan 29, 2026

Choose a reason for hiding this comment

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

PR description indicates a post-transfer update of copyright/SPDX headers, but the repo still contains at least one remaining HashiCorp header (e.g., .github/release.yml:1). Consider updating that file as part of this PR, or clarify in the PR summary that only a subset of headers are being updated.

Copilot uses AI. Check for mistakes.
@tenthirtyam tenthirtyam removed the needs-review Needs Review label Jan 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Chore documentation Documentation size/m Relative Sizing: Medium

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants