From c7c401d717bf9e39d16af31acd36b808c937853d Mon Sep 17 00:00:00 2001 From: yaroslavborbat Date: Thu, 12 Dec 2024 20:57:21 +0300 Subject: [PATCH] fix Signed-off-by: yaroslavborbat --- .../moduleconfig/reduce_cidrs_validator.go | 16 ++++++++++++++++ .../pkg/controller/validator/validator.go | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/images/virtualization-artifact/pkg/controller/moduleconfig/reduce_cidrs_validator.go b/images/virtualization-artifact/pkg/controller/moduleconfig/reduce_cidrs_validator.go index d03c5fcbf..33633a374 100644 --- a/images/virtualization-artifact/pkg/controller/moduleconfig/reduce_cidrs_validator.go +++ b/images/virtualization-artifact/pkg/controller/moduleconfig/reduce_cidrs_validator.go @@ -1,3 +1,19 @@ +/* +Copyright 2024 Flant JSC + +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 moduleconfig import ( diff --git a/images/virtualization-artifact/pkg/controller/validator/validator.go b/images/virtualization-artifact/pkg/controller/validator/validator.go index 21ddfb8dc..9561ea130 100644 --- a/images/virtualization-artifact/pkg/controller/validator/validator.go +++ b/images/virtualization-artifact/pkg/controller/validator/validator.go @@ -1,3 +1,19 @@ +/* +Copyright 2024 Flant JSC + +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 validator import (