From b7355510ef13630fdf016f8c40cc412468402906 Mon Sep 17 00:00:00 2001 From: Rohit Chaudhari <100275369+rohitkbc@users.noreply.github.com> Date: Sat, 24 Jan 2026 01:28:47 +0530 Subject: [PATCH] Fix copyright notice in container_manager_test.go Correct copyright year in container_manager_test.go --- pkg/kubelet/cm/container_manager_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kubelet/cm/container_manager_test.go b/pkg/kubelet/cm/container_manager_test.go index 335a0220180..e9a0c3dfc90 100644 --- a/pkg/kubelet/cm/container_manager_test.go +++ b/pkg/kubelet/cm/container_manager_test.go @@ -1,7 +1,7 @@ //go:build linux /* -Copyright 2026 The Kubernetes Authors. +Copyright The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.