From 2e901732384ea2142c1bf79094bdad54e7727437 Mon Sep 17 00:00:00 2001 From: yw-liu <43599588+yw-liu@users.noreply.github.com> Date: Fri, 17 Apr 2020 00:37:12 +0800 Subject: [PATCH] fix boilerplate --- pkg/buildcontext/git_test.go | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pkg/buildcontext/git_test.go b/pkg/buildcontext/git_test.go index e165bd508..ccc53fcb9 100644 --- a/pkg/buildcontext/git_test.go +++ b/pkg/buildcontext/git_test.go @@ -1,3 +1,19 @@ +/* +Copyright 2020 Google LLC + +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 buildcontext import (