From dfebd379cf587f3e22786e69022155cbf51531f5 Mon Sep 17 00:00:00 2001 From: Kevin Delgado Date: Tue, 27 Jul 2021 22:31:38 +0000 Subject: [PATCH] fix boilerplate and staticcheck Kubernetes-commit: 3628065b455f17cf3da5a5021c9603f89daf20bc --- applyconfigurations/meta/v1/unstructured.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applyconfigurations/meta/v1/unstructured.go b/applyconfigurations/meta/v1/unstructured.go index 27f70db1..040a6adb 100644 --- a/applyconfigurations/meta/v1/unstructured.go +++ b/applyconfigurations/meta/v1/unstructured.go @@ -1,5 +1,5 @@ /* -Copyright 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.