From e1dc91e587f6b2ece30ab561f97fb8c821a862b5 Mon Sep 17 00:00:00 2001 From: Maciej Szulik Date: Wed, 14 Jan 2026 13:30:40 +0100 Subject: [PATCH] Drop unused boilerplate file Signed-off-by: Maciej Szulik Kubernetes-commit: 7eb548f9c376ede92c4b65f83683184b859121af --- hack/custom-boilerplate.go.txt | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 hack/custom-boilerplate.go.txt diff --git a/hack/custom-boilerplate.go.txt b/hack/custom-boilerplate.go.txt deleted file mode 100644 index e4cd20e3..00000000 --- a/hack/custom-boilerplate.go.txt +++ /dev/null @@ -1,16 +0,0 @@ -/* -Copyright YEAR The Kubernetes sample-controller 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. -*/ -