From 8209aeea6df6b714d4e532ed4ee255dd9c56eac4 Mon Sep 17 00:00:00 2001 From: Jingfang Liu Date: Tue, 16 Oct 2018 11:02:47 -0700 Subject: [PATCH] fix copyright misalignment (#472) --- internal/k8sdeps/factory.go | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/internal/k8sdeps/factory.go b/internal/k8sdeps/factory.go index dcd1b036e..42edd935e 100644 --- a/internal/k8sdeps/factory.go +++ b/internal/k8sdeps/factory.go @@ -1,10 +1,13 @@ /* Copyright 2018 The Kubernetes Authors. - Licensed under the Apache License, Version 2.0 (the "License"); + +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 + + 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