From 2e30c87d31ba2d6f53bb0b072bba6b82cf7dbcc6 Mon Sep 17 00:00:00 2001 From: Jason Costello Date: Thu, 11 Apr 2024 17:29:22 -0400 Subject: [PATCH] Fixing boilerplate on test Signed-off-by: Jason Costello --- .../config/cainjector/v1alpha1/defaults_test.go | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/internal/apis/config/cainjector/v1alpha1/defaults_test.go b/internal/apis/config/cainjector/v1alpha1/defaults_test.go index a35d3ce93..aaea66e1d 100644 --- a/internal/apis/config/cainjector/v1alpha1/defaults_test.go +++ b/internal/apis/config/cainjector/v1alpha1/defaults_test.go @@ -1,3 +1,19 @@ +/* +Copyright 2021 The cert-manager Authors. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + package v1alpha1 import (