docs: Standardize copyright headers in krm-functions-catalog#1220
Merged
CsatariGergely merged 5 commits intokptdev:mainfrom Apr 16, 2026
Merged
docs: Standardize copyright headers in krm-functions-catalog#1220CsatariGergely merged 5 commits intokptdev:mainfrom
CsatariGergely merged 5 commits intokptdev:mainfrom
Conversation
- Replace 'Google LLC' with 'The kpt Authors' in 16 files (keeping original years 2019-2022) - Remove 'OpenInfra Foundation Europe' modification lines - Add copyright headers to 61 files missing them (using year 2026) - Skip 31 generated files Fixes #4395 Signed-off-by: Surbhi <agarwalsurbhi1807@gmail.com>
✅ Deploy Preview for krm-function-catalog canceled.
|
liamfallon
reviewed
Feb 26, 2026
Collaborator
liamfallon
left a comment
There was a problem hiding this comment.
Some small things I noticed.
liamfallon
reviewed
Mar 5, 2026
Collaborator
liamfallon
left a comment
There was a problem hiding this comment.
There are just one or two tiny changes left to do on this one.
Signed-off-by: Surbhi <agarwalsurbhi1807@gmail.com>
e7a9816 to
0f35140
Compare
Contributor
Author
|
Hi @liamfallon, I've removed the duplicate copyright header from kubeconform.go. Please let me know if there are any other changes needed. |
liamfallon
reviewed
Mar 5, 2026
liamfallon
reviewed
Mar 5, 2026
Updated copyright year from 2026 to 2025-2026 in the license header.
Collaborator
|
Apologies @SurbhiAgarwal1 , I made a muck of "functions/go/kubeconform/main.go" and I had to clean it up. |
liamfallon
approved these changes
Mar 5, 2026
Collaborator
liamfallon
left a comment
There was a problem hiding this comment.
Thanks very much for all the hard work on this one.
efiacor
approved these changes
Apr 15, 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.
Description
This PR standardizes copyright headers across the krm-functions-catalog repository to use "The kpt Authors" consistently.
Changes
// Code generatedcomment)Files Modified
Google LLC → The kpt Authors (16 files)
Added Headers (61 files)
Testing
All changes are header-only modifications. No functional code changes.
Fixes kptdev/kpt#4395