From e97640467cdd472805513bf9a36f2be800a99704 Mon Sep 17 00:00:00 2001 From: tenzen-y Date: Sun, 3 Dec 2023 18:32:29 +0900 Subject: [PATCH] Add a boilerplate Signed-off-by: tenzen-y --- .../boilerplate/boilerplate.generatego.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 cluster-autoscaler/boilerplate/boilerplate.generatego.txt diff --git a/cluster-autoscaler/boilerplate/boilerplate.generatego.txt b/cluster-autoscaler/boilerplate/boilerplate.generatego.txt new file mode 100755 index 000000000000..ce81398c7315 --- /dev/null +++ b/cluster-autoscaler/boilerplate/boilerplate.generatego.txt @@ -0,0 +1,15 @@ +/* +Copyright 2023 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. +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. +*/ \ No newline at end of file