diff --git a/images/virtualization-artifact/pkg/config/load_sa.go b/images/virtualization-artifact/pkg/config/load_sa.go index b615ac5ac..f6c3f090e 100644 --- a/images/virtualization-artifact/pkg/config/load_sa.go +++ b/images/virtualization-artifact/pkg/config/load_sa.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 config import ( diff --git a/images/virtualization-artifact/pkg/controller/webhook/protect.go b/images/virtualization-artifact/pkg/controller/webhook/protect.go index de356e8a4..a0fab3025 100644 --- a/images/virtualization-artifact/pkg/controller/webhook/protect.go +++ b/images/virtualization-artifact/pkg/controller/webhook/protect.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 webhook import ( diff --git a/images/virtualization-artifact/pkg/controller/webhook/webhook.go b/images/virtualization-artifact/pkg/controller/webhook/webhook.go index e272170fe..0303b0197 100644 --- a/images/virtualization-artifact/pkg/controller/webhook/webhook.go +++ b/images/virtualization-artifact/pkg/controller/webhook/webhook.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 webhook import (