Skip to content

Update Apache License Copyright Headers to CNCF Format#4554

Merged
markmandel merged 1 commit intoagones-dev:mainfrom
ethanzhou-dev:main
May 7, 2026
Merged

Update Apache License Copyright Headers to CNCF Format#4554
markmandel merged 1 commit intoagones-dev:mainfrom
ethanzhou-dev:main

Conversation

@ethanzhou-dev
Copy link
Copy Markdown
Contributor

Fixes #4514

Updated source file copyright headers across the repository to 'Copyright Contributors to Agones a Series of LF Projects, LLC.' in accordance with CNCF guidelines.

What type of PR is this?
/kind cleanup

What this PR does / Why we need it:
Agones is a CNCF project, and we need to update our source file copyright headers to follow the CNCF-recommended format. This PR updates 350+ files to attribute copyright to the project contributors under the Linux Foundation's umbrella.

Which issue(s) this PR fixes:
Closes #4514

Special notes for your reviewer:
Used a script to find and replace Copyright <year> Google LLC with the new CNCF string across all .go, .proto, .sh, and configuration files (ignoring vendor/, .git/, and node_modules/).

Fixes agones-dev#4514

Updated source file copyright headers across the repository to 'Copyright Contributors to Agones a Series of LF Projects, LLC.' in accordance with CNCF guidelines.

Signed-off-by: Ethan Zhou <zhouyireitik@gmail.com>
@github-actions github-actions Bot added kind/cleanup Refactoring code, fixing up documentation, etc size/L labels May 7, 2026
@markmandel
Copy link
Copy Markdown
Member

/gcbrun

Looks good, thanks! Let's see if it passes 👍🏻 Something might get grumpy with the autogenerated files, but they may well be fine.

@agones-bot
Copy link
Copy Markdown
Collaborator

Build Succeeded 🥳

Build Id: cc5350ac-e904-463a-9af8-72424f429ae7

The following development artifacts have been built, and will exist for the next 30 days:

A preview of the website (the last 30 builds are retained):

To install this version:

git fetch https://github.com/googleforgames/agones.git pull/4554/head:pr_4554 && git checkout pr_4554
helm install agones ./install/helm/agones --namespace agones-system --set agones.image.registry=us-docker.pkg.dev/agones-images/ci --set agones.image.tag=1.58.0-dev-77ffd18

@markmandel markmandel merged commit 5a071fb into agones-dev:main May 7, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/cleanup Refactoring code, fixing up documentation, etc size/L

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Apache License Copyright Headers to CNCF Format

3 participants