From 3a078ec31794e5442f1e9c1d068591624bd36f76 Mon Sep 17 00:00:00 2001 From: mewa Date: Mon, 8 Apr 2024 14:15:17 +0200 Subject: [PATCH] Copyright boilerplate --- .../hack/update-chart-version-readme.sh | 22 ++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/cluster-autoscaler/hack/update-chart-version-readme.sh b/cluster-autoscaler/hack/update-chart-version-readme.sh index 8c28376a55b5..51534b1d7ded 100755 --- a/cluster-autoscaler/hack/update-chart-version-readme.sh +++ b/cluster-autoscaler/hack/update-chart-version-readme.sh @@ -1,4 +1,24 @@ -#!/bin/bash +#!/usr/bin/env bash + +# Copyright 2024 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. + +### +# This script is to be used to update chart compatibility matrix in +# README when there's a new version of the helm chart available +### + set -eo pipefail if [[ -n $(git status -s) ]]; then