From cc66bc12747f40bf8b3edc22571444af4854d1af Mon Sep 17 00:00:00 2001 From: Priyanka Saggu Date: Wed, 28 Apr 2021 22:50:22 +0530 Subject: [PATCH] correct copyright year to 2021 --- examples/cluster_scoped_custom_object.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cluster_scoped_custom_object.py b/examples/cluster_scoped_custom_object.py index 9926a9e22..4a1e46d16 100644 --- a/examples/cluster_scoped_custom_object.py +++ b/examples/cluster_scoped_custom_object.py @@ -1,4 +1,4 @@ -# Copyright 2019 The Kubernetes Authors. +# Copyright 2021 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.