From acaf22243ca7387c483ebb8f120f2d3163be65ef Mon Sep 17 00:00:00 2001 From: Lex Cao Date: Wed, 11 Aug 2021 15:55:03 +0800 Subject: [PATCH] Add license for new files --- pkg/utils/docker/image.go | 16 ++++++++++++++++ pkg/utils/docker/image_test.go | 16 ++++++++++++++++ pkg/utils/docker/tag.go | 16 ++++++++++++++++ 3 files changed, 48 insertions(+) diff --git a/pkg/utils/docker/image.go b/pkg/utils/docker/image.go index d1db94be..edd1ec48 100644 --- a/pkg/utils/docker/image.go +++ b/pkg/utils/docker/image.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 docker import ( diff --git a/pkg/utils/docker/image_test.go b/pkg/utils/docker/image_test.go index 65b243bf..fb04188b 100644 --- a/pkg/utils/docker/image_test.go +++ b/pkg/utils/docker/image_test.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 docker import ( diff --git a/pkg/utils/docker/tag.go b/pkg/utils/docker/tag.go index f0360948..6c0e6f07 100644 --- a/pkg/utils/docker/tag.go +++ b/pkg/utils/docker/tag.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 docker import (