chore: add missing Apache 2.0 copyright headers#634
Open
isaacschepp wants to merge 1 commit intomainfrom
Open
Conversation
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
Deploying genealogix with
|
| Latest commit: |
d640569
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://142e5512.genealogix.pages.dev |
| Branch Preview URL: | https://chore-add-missing-headers.genealogix.pages.dev |
Contributor
There was a problem hiding this comment.
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.
This was referenced Apr 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Files changed
glx/version_test.gogo-glx/event_lookup.gogo-glx/event_lookup_test.goFixes #629
Test plan
make teststill passes (header-only change, no functional impact)