I'd be +1 on dropping YEAR, too.On Thu, Sep 11, 2025 at 10:56 AM 'Jordan Liggitt' via steering <stee...@kubernetes.io> wrote:It looks like https://github.com/cncf/foundation/blob/main/copyright-notices.md#copyright-notices recommends formats that exclude years, and explicitly calls that out as a benefit (emphasis mine):"By using a common format, the project avoids having to deal with names of copyright holders, years or ranges of years, and variations on the (c) symbol. This aims to minimize the burden on developers and maintainers as well as redistributors of the code."I'd +1 dropping the years from our copyright headers.--On Thu, Sep 11, 2025 at 1:52 PM Tim Allclair <timal...@gmail.com> wrote:(I'm not sure who the right group is to ask this - feel free to redirect)--In a lot of PRs I review, there is a new file that copied the header from some other file, and therefore has an older year in the copyright header. I'm never sure if I should nit-pick changing the year, or just leave it.Does the copyright year matter? If it doesn't matter, can we just remove it? If it does, we should probably enforce correctness automatically. FWIW, here's a discussion of the decision to remove it from curl: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/, but IANAL.BTW, we already have a lot of files that omit the year: https://sourcegraph.com/search?q=repo:%5Egithub%5C.com/kubernetes/kubernetes%24+%22Copyright+The+Kubernetes+Authors%22&patternType=keyword&sm=0
You received this message because you are subscribed to the Google Groups "steering" group.
To unsubscribe from this group and stop receiving emails from it, send an email to steering+u...@kubernetes.io.
To view this discussion visit https://groups.google.com/a/kubernetes.io/d/msgid/steering/CALXpagwNnGu1dtzoMvwRyAY%2Bs%2B2pyvngi577fPssH-5Hxs97qA%40mail.gmail.com.
You received this message because you are subscribed to the Google Groups "steering" group.
To unsubscribe from this group and stop receiving emails from it, send an email to steering+u...@kubernetes.io.
To view this discussion visit https://groups.google.com/a/kubernetes.io/d/msgid/steering/CAMBP-pL9%3DHRqpdcDYFhazbQ7X3nMdY-XffpmrhomwXb2OavhdQ%40mail.gmail.com.
You received this message because you are subscribed to the Google Groups "kubernetes-sig-architecture" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-sig-arch...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/kubernetes-sig-architecture/CAOqU-DRhyK3TGoswhJt8tReDD4hZc2o8Ze3rJSPPh%3DV-7VOXwA%40mail.gmail.com.
+1
You received this message because you are subscribed to the Google Groups "kubernetes-sig-architecture" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-sig-arch...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/kubernetes-sig-architecture/CAC_RkjybBQwj0i4RZQRNsJ7RPdVvvVC%2Bu-rWnCSS2Y%3DuEmFXEw%40mail.gmail.com.
You received this message because you are subscribed to the Google Groups "kubernetes-sig-architecture" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-sig-arch...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/kubernetes-sig-architecture/CAC_RkjybBQwj0i4RZQRNsJ7RPdVvvVC%2Bu-rWnCSS2Y%3DuEmFXEw%40mail.gmail.com.
Thanks for looping me in, Bob.That's correct, as CNCF projects are converted to separate legal entities (isolating them from each other, rather than all sharing a single legal namespace) they'll need updates to their copyright lines and website footers to reflect that.I am working on clear instructions for this with LF Legal (for example, how exactly this should replace/enhance/add to the existing copyright lines) that we can share with SIG Arch and others soon.As a preview, this is what the updated strings will eventually look like (no change needed yet):For code/docs:> Copyright © contributors to Kubernetes, established as Kubernetes a Series of LF Projects, LLC.
For website footers:
> Copyright © Kubernetes a Series of LF Projects, LLC
> For website terms of use, trademark policy and other project policies please see lfprojects.org/policies/.
--
Hey - non-lawyers interjecting here to question the lawyers, but...One of the Linux Foundation training modules on open source licensing actually calls out this as being incorrect: "Copyright ©"That's essentially saying "copyright copyright". Is that actually what we want? Just thought I should point that out before any new official guidance goes out, just in case that is an oversight.SeanOn Wednesday, October 1, 2025 at 5:09:24 AM UTC-5 Daniel Krook wrote:Hi folks,
I've gotten guidance back from LF Legal and discussed this with Bob.
Their guidance is not to modify existing copyright lines in existing files, but to start using the new line for all new file contributions.
This is because attribution notices shouldn't be removed or replaced, rather just added to, without a very specific and legal reviewed reason.
That would mean all the template repos used for new efforts within the Kubernetes GitHub org should use a new "Copyright © contributors to Kubernetes a Series of LF Projects, LLC." line.
Automation scripts (generators and verifiers) should be updated to look for the existing format or the new one: "Copyright © contributors to Kubernetes a Series of LF Projects, LLC."
For the kubernetes.io website footer, it should be updated to read:
Copyright © Kubernetes a Series of LF Projects, LLC
For website terms of use, trademark policy and other project policies please see lfprojects.org/policies/.
Documentation Distributed under CC BY 4.0.
ICP license: 京ICP备17074266号-3
For tracking, should we open up an issue in the community or infra repos?On Fri, Sep 19, 2025 at 12:11 PM Daniel Krook <dkr...@linuxfoundation.org> wrote:Hi Tim,
Apologies for the delay.
LF legal did give us some guidance this week and Bob and I discussed how the change might work with the templates, generators, and verifiers.
I should have the guidance to share by the end of next week so I would hold off on the changes till at least then.
To view this discussion visit https://groups.google.com/a/kubernetes.io/d/msgid/steering/7af1c530-ad03-4c5b-8239-63ea2922f429n%40kubernetes.io.