Skip to content

Conversation

@benashz
Copy link
Collaborator

@benashz benashz commented Nov 21, 2025

  • add copywrite-headers make target to ensure all files in the project have the proper license headers

PCI review checklist

  • I have documented a clear reason for, and description of, the change I am making.

  • If applicable, I've documented a plan to revert these changes if they require more than reverting the pull request.

  • If applicable, I've documented the impact of any changes to security controls.

    Examples of changes to security controls include using new access control methods, adding or removing logging pipelines, etc.

- add copywrite-headers make target to ensure all files in the project
  have the proper license headers
@benashz benashz requested a review from a team as a code owner November 21, 2025 18:39
@benashz benashz requested a review from tvoran November 21, 2025 18:40
Comment on lines +1 to +2
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1
Copy link
Member

Choose a reason for hiding this comment

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

These may need special handling because they're helm templates? Like in the vso chart:

{{- /*
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1
*/ -}}

Suggested change
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1
{{- /*
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1
*/ -}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants