From f4861725c9a8494481093d30a5f6e07f7ab8f2d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arda=20G=C3=BC=C3=A7l=C3=BC?= Date: Wed, 29 Sep 2021 12:20:38 +0300 Subject: [PATCH] Add boilerplate header into util/prune --- .../src/k8s.io/kubectl/pkg/util/prune/prune.go | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/staging/src/k8s.io/kubectl/pkg/util/prune/prune.go b/staging/src/k8s.io/kubectl/pkg/util/prune/prune.go index a05abdc85e3..f44b2c639f2 100644 --- a/staging/src/k8s.io/kubectl/pkg/util/prune/prune.go +++ b/staging/src/k8s.io/kubectl/pkg/util/prune/prune.go @@ -1,3 +1,19 @@ +/* +Copyright 2017 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. +*/ + package prune import (