From 0c7788532998b7f16fc0425331b612337cd106f7 Mon Sep 17 00:00:00 2001 From: Thomas Stromberg Date: Thu, 17 Oct 2019 13:11:04 -0700 Subject: [PATCH] Add boilerplate --- hack/jenkins/cron/cleanup-and-reboot_Linux.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/hack/jenkins/cron/cleanup-and-reboot_Linux.sh b/hack/jenkins/cron/cleanup-and-reboot_Linux.sh index ebcbb1b8c7..a039e62dd8 100755 --- a/hack/jenkins/cron/cleanup-and-reboot_Linux.sh +++ b/hack/jenkins/cron/cleanup-and-reboot_Linux.sh @@ -1,5 +1,19 @@ #!/bin/bash +# Copyright 2019 The Kubernetes Authors All rights reserved. +# +# 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. + # Copyright 2016 The Kubernetes Authors All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License");