From 1be12433e17882bea47d338062ce9507d46d35e1 Mon Sep 17 00:00:00 2001 From: Tuna Date: Thu, 23 Nov 2017 22:51:22 +0700 Subject: [PATCH] add license header to pkg --- pkg/gke/gke.go | 16 ++++++++++++++++ pkg/gke/gke_test.go | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/pkg/gke/gke.go b/pkg/gke/gke.go index 3be367e83a3..d36cae8f18f 100644 --- a/pkg/gke/gke.go +++ b/pkg/gke/gke.go @@ -1,3 +1,19 @@ +/* +Copyright (c) 2017 Bitnami + +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 gke import ( diff --git a/pkg/gke/gke_test.go b/pkg/gke/gke_test.go index e5644458fa0..7a5c201c501 100644 --- a/pkg/gke/gke_test.go +++ b/pkg/gke/gke_test.go @@ -1,3 +1,19 @@ +/* +Copyright (c) 2017 Bitnami + +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 gke import (