Skip to content

chore: normalize Apache-2.0 license headers - #4

Merged
achetronic merged 1 commit into
masterfrom
chore/normalize-license-headers
Jun 30, 2026
Merged

chore: normalize Apache-2.0 license headers#4
achetronic merged 1 commit into
masterfrom
chore/normalize-license-headers

Conversation

@achetronic

Copy link
Copy Markdown
Owner

What

Normalizes the Apache-2.0 license header across the repository.

  • Changes the SPDX copyright line from Alby Hernández (Achetronic) to Alby Hernández <hola@achetronic.com> in all source files (72 Go files + the kubebuilder boilerplate template hack/boilerplate.go.txt).
  • Adds the missing Apache-2.0 SPDX header to .devcontainer/post-install.sh (the only code file that lacked one).

Why

Every code file should carry the canonical Apache-2.0 header with the correct copyright holder format (email-based).

Notes

  • 74 files changed, mechanical find-and-replace + one new header.
  • go build ./... passes.

Replace the SPDX-FileCopyrightText copyright holder format from
'Alby Hernández (Achetronic)' to 'Alby Hernández <hola@achetronic.com>'
across all source files, update the kubebuilder boilerplate template, and
add the missing Apache-2.0 header to .devcontainer/post-install.sh.
@achetronic achetronic self-assigned this Jun 30, 2026
@achetronic achetronic added the documentation Improvements or additions to documentation label Jun 30, 2026
@achetronic
achetronic merged commit 2b97116 into master Jun 30, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant