From 5d04ec8eeec8b94e13c7bad523c4102187957bba Mon Sep 17 00:00:00 2001 From: sauman Date: Thu, 23 Feb 2017 10:01:58 +0600 Subject: [PATCH] license headers added --- pkg/helm/types.go | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pkg/helm/types.go b/pkg/helm/types.go index 8f92aaa6f..63620001f 100644 --- a/pkg/helm/types.go +++ b/pkg/helm/types.go @@ -1,3 +1,19 @@ +/* +Copyright 2016 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. +*/ + package helm type AuthHeader string