From 52a9c1d5599e733a4393fa2552387ea46e9c4bae Mon Sep 17 00:00:00 2001 From: Dixita Narang Date: Thu, 8 Sep 2022 06:18:15 +0000 Subject: [PATCH] Fixing the year of creation of the new files --- staging/src/k8s.io/kubelet/config/v1/doc.go | 2 +- staging/src/k8s.io/kubelet/config/v1/register.go | 2 +- staging/src/k8s.io/kubelet/config/v1/register_test.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/staging/src/k8s.io/kubelet/config/v1/doc.go b/staging/src/k8s.io/kubelet/config/v1/doc.go index 27df1a2441a..b411f7151b7 100644 --- a/staging/src/k8s.io/kubelet/config/v1/doc.go +++ b/staging/src/k8s.io/kubelet/config/v1/doc.go @@ -1,5 +1,5 @@ /* -Copyright 2018 The Kubernetes Authors. +Copyright 2022 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. diff --git a/staging/src/k8s.io/kubelet/config/v1/register.go b/staging/src/k8s.io/kubelet/config/v1/register.go index 5d7a8e8a21f..effb5b38171 100644 --- a/staging/src/k8s.io/kubelet/config/v1/register.go +++ b/staging/src/k8s.io/kubelet/config/v1/register.go @@ -1,5 +1,5 @@ /* -Copyright 2018 The Kubernetes Authors. +Copyright 2022 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. diff --git a/staging/src/k8s.io/kubelet/config/v1/register_test.go b/staging/src/k8s.io/kubelet/config/v1/register_test.go index 188b62a259d..cadf2cf2bab 100644 --- a/staging/src/k8s.io/kubelet/config/v1/register_test.go +++ b/staging/src/k8s.io/kubelet/config/v1/register_test.go @@ -1,5 +1,5 @@ /* -Copyright 2020 The Kubernetes Authors. +Copyright 2022 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.