From 057c0aaa5e32f90e5f93c8f964838b5e88563766 Mon Sep 17 00:00:00 2001 From: hanenMizouni Date: Fri, 21 Jun 2024 07:36:03 +0000 Subject: [PATCH] fix boilerplate verification Signed-off-by: hanenMizouni --- cloud/utils/utils.go | 2 +- cloud/utils/utils_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud/utils/utils.go b/cloud/utils/utils.go index 89b033205..1c7e66941 100644 --- a/cloud/utils/utils.go +++ b/cloud/utils/utils.go @@ -1,5 +1,5 @@ /* -Copyright YEAR 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/cloud/utils/utils_test.go b/cloud/utils/utils_test.go index 7d94becfc..7fe3eb3e0 100644 --- a/cloud/utils/utils_test.go +++ b/cloud/utils/utils_test.go @@ -1,5 +1,5 @@ /* -Copyright YEAR 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.