From eb07eb990587d992189433662e30046d9b8e0908 Mon Sep 17 00:00:00 2001 From: Thibault Jamet Date: Mon, 13 Feb 2023 20:16:09 +0100 Subject: [PATCH] Add licence headers Change-Id: I3f4646cabd66216fd028fbae3adf68129a8a2cbf --- provider/cached_provider.go | 15 +++++++++++++++ provider/cached_provider_test.go | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/provider/cached_provider.go b/provider/cached_provider.go index 0b646306ff..4c59087db6 100644 --- a/provider/cached_provider.go +++ b/provider/cached_provider.go @@ -1,3 +1,18 @@ +/* +Copyright 2017 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. +See the License for the specific language governing permissions and +limitations under the License. +*/ package provider import ( diff --git a/provider/cached_provider_test.go b/provider/cached_provider_test.go index 201e9aa664..2c7eec95aa 100644 --- a/provider/cached_provider_test.go +++ b/provider/cached_provider_test.go @@ -1,3 +1,18 @@ +/* +Copyright 2017 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. +See the License for the specific language governing permissions and +limitations under the License. +*/ package provider import (