Skip to content

chore: add missing Apache 2.0 copyright headers#634

Open
isaacschepp wants to merge 1 commit intomainfrom
chore/add-missing-headers
Open

chore: add missing Apache 2.0 copyright headers#634
isaacschepp wants to merge 1 commit intomainfrom
chore/add-missing-headers

Conversation

@isaacschepp
Copy link
Copy Markdown
Collaborator

Summary

  • Add the standard Apache 2.0 license header to the 3 Go files that were missing it
  • All 148 other Go files already have this identical header

Files changed

  1. glx/version_test.go
  2. go-glx/event_lookup.go
  3. go-glx/event_lookup_test.go

Fixes #629

Test plan

  • Verify all 3 files now start with the Apache 2.0 copyright header
  • Confirm make test still passes (header-only change, no functional impact)

Add the standard Apache 2.0 license header to the 3 Go files that
were missing it: version_test.go, event_lookup.go, and
event_lookup_test.go. All 148 other Go files already have this header.

Fixes #629
@isaacschepp isaacschepp added the tooling Infrastructure, workflow, and developer tools label Apr 2, 2026
Copilot AI review requested due to automatic review settings April 2, 2026 21:21
@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying genealogix with  Cloudflare Pages  Cloudflare Pages

Latest commit: d640569
Status: ✅  Deploy successful!
Preview URL: https://142e5512.genealogix.pages.dev
Branch Preview URL: https://chore-add-missing-headers.genealogix.pages.dev

View logs

Copy link
Copy Markdown
Contributor

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

Adds the repository-standard Apache 2.0 license header block to the remaining Go files that were missing it, bringing them into compliance with the goheader linter configuration.

Changes:

  • Prepends the standard Apache 2.0 copyright/license header to glx/version_test.go.
  • Prepends the standard Apache 2.0 copyright/license header to go-glx/event_lookup.go.
  • Prepends the standard Apache 2.0 copyright/license header to go-glx/event_lookup_test.go.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
go-glx/event_lookup.go Adds the standard Apache 2.0 header before the package declaration to satisfy goheader.
go-glx/event_lookup_test.go Adds the standard Apache 2.0 header before the package declaration to satisfy goheader.
glx/version_test.go Adds the standard Apache 2.0 header before the package declaration to satisfy goheader.

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

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

Labels

tooling Infrastructure, workflow, and developer tools

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add missing Apache 2.0 copyright headers to 3 Go files

2 participants