From 1fdb53ac1a057f6769c4617424e91228684018d4 Mon Sep 17 00:00:00 2001 From: Thomas Guettler Date: Mon, 6 Jan 2025 12:26:07 +0100 Subject: [PATCH] ... added copyright header --- pkg/services/baremetal/client/ssh/nic-info.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pkg/services/baremetal/client/ssh/nic-info.sh b/pkg/services/baremetal/client/ssh/nic-info.sh index 50bfb4249..ac6525fe3 100755 --- a/pkg/services/baremetal/client/ssh/nic-info.sh +++ b/pkg/services/baremetal/client/ssh/nic-info.sh @@ -1,4 +1,17 @@ #!/bin/bash +# Copyright 2025 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. trap 'echo "ERROR: A command has failed. Exiting the script. Line was ($0:$LINENO): $(sed -n "${LINENO}p" "$0")"; exit 3' ERR set -Eeuo pipefail