From 9c3cb6e66dccf04ba231f34b7ac9bad0c6e5b874 Mon Sep 17 00:00:00 2001 From: Dixita Narang Date: Fri, 9 Sep 2022 18:23:41 +0000 Subject: [PATCH] Fixing boilerplate header --- pkg/kubelet/apis/config/v1/doc.go | 3 +++ pkg/kubelet/apis/config/v1/register.go | 3 +++ 2 files changed, 6 insertions(+) diff --git a/pkg/kubelet/apis/config/v1/doc.go b/pkg/kubelet/apis/config/v1/doc.go index f4a6f4a6d4f..713be2de60a 100644 --- a/pkg/kubelet/apis/config/v1/doc.go +++ b/pkg/kubelet/apis/config/v1/doc.go @@ -1,9 +1,12 @@ /* Copyright 2022 The Kubernetes Authors. + 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. diff --git a/pkg/kubelet/apis/config/v1/register.go b/pkg/kubelet/apis/config/v1/register.go index ec933333914..efd8f35fa95 100644 --- a/pkg/kubelet/apis/config/v1/register.go +++ b/pkg/kubelet/apis/config/v1/register.go @@ -1,9 +1,12 @@ /* Copyright 2022 The Kubernetes Authors. + 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.