Skip to content

chore(xfer): remove headers#425

Merged
tenthirtyam merged 1 commit intomainfrom
chore(xfer)/remove-headers
Jan 28, 2026
Merged

chore(xfer): remove headers#425
tenthirtyam merged 1 commit intomainfrom
chore(xfer)/remove-headers

Conversation

@tenthirtyam
Copy link
Copy Markdown
Collaborator

Summary

Post-transfer removal of artifact 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 removal of artifact headers.

Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
@tenthirtyam tenthirtyam added this to the v2.0.0 milestone Jan 28, 2026
@tenthirtyam tenthirtyam self-assigned this Jan 28, 2026
Copilot AI review requested due to automatic review settings January 28, 2026 14:58
@tenthirtyam tenthirtyam added the chore Chore label Jan 28, 2026
@github-actions github-actions bot added the needs-review Needs Review label Jan 28, 2026
@github-actions github-actions bot added the size/xs Relative Sizing: Extra-Small label Jan 28, 2026
@tenthirtyam tenthirtyam merged commit c5d69f9 into main Jan 28, 2026
15 checks passed
@tenthirtyam tenthirtyam deleted the chore(xfer)/remove-headers branch January 28, 2026 14:59
Copy link
Copy Markdown

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

This PR removes HashiCorp copyright and SPDX license headers from two YAML configuration files (.goreleaser.yml and .golangci.yml) following a repository transfer from HashiCorp to Broadcom. The PR description indicates this is part of "post-transfer removal of artifact headers."

Changes:

  • Removed SPDX-License-Identifier header from .goreleaser.yml
  • Removed Copyright and SPDX-License-Identifier headers from .golangci.yml

Reviewed changes

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

File Description
.goreleaser.yml Replaced SPDX license header with YAML document marker ---
.golangci.yml Removed 3 lines of copyright and SPDX license headers

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

@@ -1,4 +1,4 @@
# SPDX-License-Identifier: MPL-2.0
---
Copy link

Copilot AI Jan 28, 2026

Choose a reason for hiding this comment

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

This PR removes HashiCorp copyright and SPDX license headers from only two files (.goreleaser.yml and .golangci.yml), but leaves similar headers in many other files throughout the repository:

  • GitHub workflow files: .github/workflows/build_plugin_binaries.yml, .github/workflows/go-validate.yml, .github/workflows/release.yml
  • GitHub action files: .github/actions/build-and-persist-plugin-binary/action.yml
  • GitHub config: .github/release.yml
  • All Go source files in builder/, main.go, version/version.go

This creates an inconsistent state where some files have the old HashiCorp headers while others don't. For a post-transfer cleanup, consider either:

  1. Removing headers from all files consistently, or
  2. Keeping a consistent header approach across the entire codebase

The selective removal in just these two files appears incomplete for the stated purpose of "post-transfer removal of artifact headers."

Copilot uses AI. Check for mistakes.
@tenthirtyam tenthirtyam removed the needs-review Needs Review label Jan 28, 2026
@github-actions
Copy link
Copy Markdown

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
@github-actions
Copy link
Copy Markdown

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!

@github-actions
Copy link
Copy Markdown

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 26, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

chore Chore size/xs Relative Sizing: Extra-Small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants