From 58b5ca75877d4b7970b930a22b0435660c4137b3 Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Mon, 16 Oct 2023 21:26:07 +0200 Subject: [PATCH] chore(header): moving to new neutral organization --- .golangci.yml | 2 +- api/v1alpha1/additional_metadata.go | 2 +- api/v1alpha1/capsuleconfiguration_annotations.go | 2 +- api/v1alpha1/capsuleconfiguration_types.go | 2 +- api/v1alpha1/capsuleconfiguration_webhook.go | 2 +- api/v1alpha1/conversion_hub.go | 2 +- api/v1alpha1/conversion_hub_test.go | 2 +- api/v1alpha1/groupversion_info.go | 2 +- api/v1alpha1/owner.go | 2 +- api/v1alpha1/tenant_func.go | 2 +- api/v1alpha1/tenant_types.go | 2 +- api/v1alpha1/tenant_webhook.go | 2 +- api/v1alpha1/zz_generated.deepcopy.go | 2 +- api/v1beta1/custom_resource_quota.go | 2 +- api/v1beta1/deny_wildcard.go | 2 +- api/v1beta1/groupversion_info.go | 2 +- api/v1beta1/ingress_options.go | 2 +- api/v1beta1/namespace_options.go | 2 +- api/v1beta1/owner.go | 2 +- api/v1beta1/owner_list.go | 2 +- api/v1beta1/owner_list_test.go | 2 +- api/v1beta1/owner_role.go | 2 +- api/v1beta1/service_allowed_types.go | 2 +- api/v1beta1/service_options.go | 2 +- api/v1beta1/tenant_func.go | 2 +- api/v1beta1/tenant_status.go | 2 +- api/v1beta1/tenant_types.go | 2 +- api/v1beta1/tenant_webhook.go | 2 +- api/v1beta1/zz_generated.deepcopy.go | 2 +- api/v1beta2/additional_role_bindings.go | 2 +- api/v1beta2/capsuleconfiguration_convertion_hub.go | 2 +- api/v1beta2/capsuleconfiguration_types.go | 2 +- api/v1beta2/custom_resource_quota.go | 2 +- api/v1beta2/groupversion_info.go | 2 +- api/v1beta2/ingress_options.go | 2 +- api/v1beta2/namespace_options.go | 2 +- api/v1beta2/owner.go | 2 +- api/v1beta2/owner_list.go | 2 +- api/v1beta2/owner_list_test.go | 2 +- api/v1beta2/tenant_annotations.go | 2 +- api/v1beta2/tenant_conversion_hub.go | 2 +- api/v1beta2/tenant_func.go | 2 +- api/v1beta2/tenant_labels.go | 2 +- api/v1beta2/tenant_status.go | 2 +- api/v1beta2/tenant_types.go | 2 +- api/v1beta2/tenantresource_global.go | 2 +- api/v1beta2/tenantresource_namespaced.go | 2 +- api/v1beta2/tenantresource_types.go | 2 +- api/v1beta2/zz_generated.deepcopy.go | 2 +- controllers/config/manager.go | 2 +- controllers/pv/controller.go | 2 +- controllers/rbac/const.go | 2 +- controllers/rbac/manager.go | 2 +- controllers/resources/global.go | 2 +- controllers/resources/namespaced.go | 2 +- controllers/resources/processor.go | 2 +- controllers/servicelabels/abstract.go | 2 +- controllers/servicelabels/endpoint.go | 2 +- controllers/servicelabels/endpoint_slices.go | 2 +- controllers/servicelabels/errors.go | 2 +- controllers/servicelabels/service.go | 2 +- controllers/tenant/annotations.go | 2 +- controllers/tenant/limitranges.go | 2 +- controllers/tenant/manager.go | 2 +- controllers/tenant/namespaces.go | 2 +- controllers/tenant/networkpolicies.go | 2 +- controllers/tenant/resourcequotas.go | 2 +- controllers/tenant/resourcequotas_quota.go | 2 +- controllers/tenant/rolebindings.go | 2 +- controllers/tenant/utils.go | 2 +- controllers/tls/errors.go | 2 +- controllers/tls/manager.go | 2 +- controllers/utils/name_matching.go | 2 +- e2e/additional_role_bindings_test.go | 2 +- e2e/allowed_external_ips_test.go | 2 +- e2e/container_registry_test.go | 2 +- e2e/custom_capsule_group_test.go | 2 +- e2e/custom_resource_quota_test.go | 2 +- e2e/disable_externalname_test.go | 2 +- e2e/disable_ingress_wildcard_test.go | 2 +- e2e/disable_loadbalancer_test.go | 2 +- e2e/disable_node_ports_test.go | 2 +- e2e/dynamic_tenant_owner_clusterroles_test.go | 2 +- e2e/enable_loadbalancer_test.go | 2 +- e2e/enable_node_ports_test.go | 2 +- e2e/forbidden_annotations_regex_test.go | 2 +- e2e/force_tenant_prefix_test.go | 2 +- e2e/globaltenantresource_test.go | 2 +- e2e/imagepullpolicy_multiple_test.go | 2 +- e2e/imagepullpolicy_single_test.go | 2 +- e2e/ingress_class_extensions_test.go | 2 +- e2e/ingress_class_networking_test.go | 2 +- e2e/ingress_hostnames_collision_cluster_scope_test.go | 2 +- e2e/ingress_hostnames_collision_disabled_test.go | 2 +- e2e/ingress_hostnames_collision_namespace_scope_test.go | 2 +- e2e/ingress_hostnames_collision_tenant_scope_test.go | 2 +- e2e/ingress_hostnames_test.go | 2 +- e2e/missing_tenant_test.go | 2 +- e2e/namespace_additional_metadata_test.go | 2 +- e2e/namespace_capsule_label_test.go | 2 +- e2e/namespace_user_metadata_test.go | 2 +- e2e/new_namespace_test.go | 2 +- e2e/node_user_metadata_test.go | 2 +- e2e/overquota_namespace_test.go | 2 +- e2e/owner_webhooks_test.go | 2 +- e2e/pod_priority_class_test.go | 2 +- e2e/pod_runtime_class_test.go | 2 +- e2e/preventing_pv_cross_tenant_mount_test.go | 2 +- e2e/protected_namespace_regex_test.go | 2 +- e2e/resource_quota_exceeded_test.go | 2 +- e2e/sa_prevent_privilege_escalation_test.go | 2 +- e2e/selecting_non_owned_tenant_test.go | 2 +- e2e/selecting_tenant_fail_test.go | 2 +- e2e/selecting_tenant_with_label_test.go | 2 +- e2e/service_metadata_test.go | 2 +- e2e/storage_class_test.go | 2 +- e2e/suite_test.go | 2 +- e2e/tenant_cordoning_test.go | 2 +- e2e/tenant_name_webhook_test.go | 2 +- e2e/tenant_protected_webhook_test.go | 2 +- e2e/tenant_resources_changes_test.go | 2 +- e2e/tenant_resources_test.go | 2 +- e2e/tenantresource_test.go | 2 +- e2e/utils_test.go | 2 +- hack/boilerplate.go.txt | 2 +- main.go | 2 +- pkg/api/additional_metadata.go | 2 +- pkg/api/additional_role_bindings.go | 2 +- pkg/api/allowed_list.go | 2 +- pkg/api/allowed_list_test.go | 2 +- pkg/api/annotations.go | 2 +- pkg/api/external_service_ips.go | 2 +- pkg/api/forbidden_list.go | 2 +- pkg/api/forbidden_list_test.go | 2 +- pkg/api/hostname_collision_scope.go | 2 +- pkg/api/image_pull_policy.go | 2 +- pkg/api/limit_ranges.go | 2 +- pkg/api/network_policy.go | 2 +- pkg/api/resource_quota.go | 2 +- pkg/api/service_allowed_types.go | 2 +- pkg/api/service_options.go | 2 +- pkg/api/status_namespaces.go | 2 +- pkg/api/zz_generated.deepcopy.go | 2 +- pkg/cert/ca.go | 2 +- pkg/cert/ca_test.go | 2 +- pkg/cert/errors.go | 2 +- pkg/cert/options.go | 2 +- pkg/configuration/client.go | 2 +- pkg/configuration/configuration.go | 2 +- pkg/indexer/indexer.go | 2 +- pkg/indexer/ingress/hostname_path.go | 2 +- pkg/indexer/ingress/utils.go | 2 +- pkg/indexer/namespace/namespaces.go | 2 +- pkg/indexer/tenant/namespaces.go | 2 +- pkg/indexer/tenant/owner.go | 2 +- pkg/indexer/tenantresource/constants.go | 2 +- pkg/indexer/tenantresource/global.go | 2 +- pkg/indexer/tenantresource/local.go | 2 +- pkg/utils/errors.go | 2 +- pkg/utils/node_selector.go | 2 +- pkg/utils/owner.go | 2 +- pkg/utils/tenant_labels.go | 2 +- pkg/utils/user_group.go | 2 +- pkg/utils/user_group_test.go | 2 +- pkg/webhook/defaults/errors.go | 2 +- pkg/webhook/defaults/handler.go | 2 +- pkg/webhook/defaults/ingress.go | 2 +- pkg/webhook/defaults/pods.go | 2 +- pkg/webhook/defaults/storage.go | 2 +- pkg/webhook/handler.go | 2 +- pkg/webhook/ingress/errors.go | 2 +- pkg/webhook/ingress/types.go | 2 +- pkg/webhook/ingress/utils.go | 2 +- pkg/webhook/ingress/validate_class.go | 2 +- pkg/webhook/ingress/validate_collision.go | 2 +- pkg/webhook/ingress/validate_hostnames.go | 2 +- pkg/webhook/ingress/validate_wildcard.go | 2 +- pkg/webhook/namespace/errors.go | 2 +- pkg/webhook/namespace/freezed.go | 2 +- pkg/webhook/namespace/owner_reference.go | 2 +- pkg/webhook/namespace/patch.go | 2 +- pkg/webhook/namespace/prefix.go | 2 +- pkg/webhook/namespace/quota.go | 2 +- pkg/webhook/namespace/user_metadata.go | 2 +- pkg/webhook/networkpolicy/validating.go | 2 +- pkg/webhook/node/errors.go | 2 +- pkg/webhook/node/user_metadata.go | 2 +- pkg/webhook/ownerreference/patching.go | 2 +- pkg/webhook/pod/containerregistry.go | 2 +- pkg/webhook/pod/containerregistry_errors.go | 2 +- pkg/webhook/pod/containerregistry_registry.go | 2 +- pkg/webhook/pod/imagepullpolicy.go | 2 +- pkg/webhook/pod/imagepullpolicy_errors.go | 2 +- pkg/webhook/pod/imagepullpolicy_pullpolicy.go | 2 +- pkg/webhook/pod/priorityclass.go | 2 +- pkg/webhook/pod/priorityclass_errors.go | 2 +- pkg/webhook/pod/runtimeclass.go | 2 +- pkg/webhook/pod/runtimeclass_errors.go | 2 +- pkg/webhook/pvc/errors.go | 2 +- pkg/webhook/pvc/pv.go | 2 +- pkg/webhook/pvc/validating.go | 2 +- pkg/webhook/route/cordoning.go | 2 +- pkg/webhook/route/defaults.go | 2 +- pkg/webhook/route/ingresses.go | 2 +- pkg/webhook/route/namespaces.go | 2 +- pkg/webhook/route/networkpolicies.go | 2 +- pkg/webhook/route/node.go | 2 +- pkg/webhook/route/ownerreference.go | 2 +- pkg/webhook/route/pods.go | 2 +- pkg/webhook/route/pvc.go | 2 +- pkg/webhook/route/services.go | 2 +- pkg/webhook/route/tenantresource_objs.go | 2 +- pkg/webhook/route/tenants.go | 2 +- pkg/webhook/router.go | 2 +- pkg/webhook/service/errors.go | 2 +- pkg/webhook/service/validating.go | 2 +- pkg/webhook/tenant/containerregistry_regex.go | 2 +- pkg/webhook/tenant/cordoning.go | 2 +- pkg/webhook/tenant/custom_resource_quota.go | 2 +- pkg/webhook/tenant/custom_resource_quota_errors.go | 2 +- pkg/webhook/tenant/forbidden_annotations_regex.go | 2 +- pkg/webhook/tenant/freezed_emitter.go | 2 +- pkg/webhook/tenant/hostname_regex.go | 2 +- pkg/webhook/tenant/ingressclass_regex.go | 2 +- pkg/webhook/tenant/name.go | 2 +- pkg/webhook/tenant/protected.go | 2 +- pkg/webhook/tenant/rolebindings_regex.go | 2 +- pkg/webhook/tenant/serviceaccount_format.go | 2 +- pkg/webhook/tenant/storageclass_regex.go | 2 +- pkg/webhook/tenantresource/objects.go | 2 +- pkg/webhook/utils/error.go | 2 +- pkg/webhook/utils/in_capsule_groups.go | 2 +- pkg/webhook/utils/is_capsule_user.go | 2 +- pkg/webhook/utils/is_tenant_owner.go | 2 +- pkg/webhook/utils/kubernetes_version.go | 2 +- pkg/webhook/utils/resources.go | 2 +- pkg/webhook/utils/tenant_by_field.go | 2 +- pkg/webhook/webhook.go | 2 +- version.go | 2 +- 239 files changed, 239 insertions(+), 239 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 0b38aabd7..88e151b97 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -17,7 +17,7 @@ linters-settings: - prefix(github.com/projectcapsule/capsule) goheader: template: |- - Copyright 2020-2021 Clastix Labs + Copyright 2020-2023 Project Capsule Authors. SPDX-License-Identifier: Apache-2.0 linters: diff --git a/api/v1alpha1/additional_metadata.go b/api/v1alpha1/additional_metadata.go index 377688dfa..f0f065648 100644 --- a/api/v1alpha1/additional_metadata.go +++ b/api/v1alpha1/additional_metadata.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/v1alpha1/capsuleconfiguration_annotations.go b/api/v1alpha1/capsuleconfiguration_annotations.go index 9fb42c544..11162434d 100644 --- a/api/v1alpha1/capsuleconfiguration_annotations.go +++ b/api/v1alpha1/capsuleconfiguration_annotations.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/v1alpha1/capsuleconfiguration_types.go b/api/v1alpha1/capsuleconfiguration_types.go index ac404a25a..0b000f2a8 100644 --- a/api/v1alpha1/capsuleconfiguration_types.go +++ b/api/v1alpha1/capsuleconfiguration_types.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/v1alpha1/capsuleconfiguration_webhook.go b/api/v1alpha1/capsuleconfiguration_webhook.go index 45a4221dc..383bc51de 100644 --- a/api/v1alpha1/capsuleconfiguration_webhook.go +++ b/api/v1alpha1/capsuleconfiguration_webhook.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/v1alpha1/conversion_hub.go b/api/v1alpha1/conversion_hub.go index 9502ff34b..303212e7f 100644 --- a/api/v1alpha1/conversion_hub.go +++ b/api/v1alpha1/conversion_hub.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/v1alpha1/conversion_hub_test.go b/api/v1alpha1/conversion_hub_test.go index 806a5ea35..6d8ecb708 100644 --- a/api/v1alpha1/conversion_hub_test.go +++ b/api/v1alpha1/conversion_hub_test.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/v1alpha1/groupversion_info.go b/api/v1alpha1/groupversion_info.go index c1d13832f..e558012fb 100644 --- a/api/v1alpha1/groupversion_info.go +++ b/api/v1alpha1/groupversion_info.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 // Package v1alpha1 contains API Schema definitions for the capsule.clastix.io v1alpha1 API group diff --git a/api/v1alpha1/owner.go b/api/v1alpha1/owner.go index a925a85fd..275a2ed88 100644 --- a/api/v1alpha1/owner.go +++ b/api/v1alpha1/owner.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/v1alpha1/tenant_func.go b/api/v1alpha1/tenant_func.go index b00147b75..f87c666c0 100644 --- a/api/v1alpha1/tenant_func.go +++ b/api/v1alpha1/tenant_func.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/v1alpha1/tenant_types.go b/api/v1alpha1/tenant_types.go index b5e0cd865..4755ed878 100644 --- a/api/v1alpha1/tenant_types.go +++ b/api/v1alpha1/tenant_types.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/v1alpha1/tenant_webhook.go b/api/v1alpha1/tenant_webhook.go index 0df967e9e..0bb1fccb7 100644 --- a/api/v1alpha1/tenant_webhook.go +++ b/api/v1alpha1/tenant_webhook.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1alpha1 diff --git a/api/v1alpha1/zz_generated.deepcopy.go b/api/v1alpha1/zz_generated.deepcopy.go index dc6f72f4a..b8ea682fc 100644 --- a/api/v1alpha1/zz_generated.deepcopy.go +++ b/api/v1alpha1/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ //go:build !ignore_autogenerated // +build !ignore_autogenerated -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/api/v1beta1/custom_resource_quota.go b/api/v1beta1/custom_resource_quota.go index 91b1334ed..3f836b40a 100644 --- a/api/v1beta1/custom_resource_quota.go +++ b/api/v1beta1/custom_resource_quota.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1beta1 diff --git a/api/v1beta1/deny_wildcard.go b/api/v1beta1/deny_wildcard.go index 76460942d..61668da43 100644 --- a/api/v1beta1/deny_wildcard.go +++ b/api/v1beta1/deny_wildcard.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1beta1 diff --git a/api/v1beta1/groupversion_info.go b/api/v1beta1/groupversion_info.go index 4a99993c6..dae55b6a4 100644 --- a/api/v1beta1/groupversion_info.go +++ b/api/v1beta1/groupversion_info.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 // Package v1beta1 contains API Schema definitions for the capsule v1beta1 API group diff --git a/api/v1beta1/ingress_options.go b/api/v1beta1/ingress_options.go index edac1664f..5e5844246 100644 --- a/api/v1beta1/ingress_options.go +++ b/api/v1beta1/ingress_options.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1beta1 diff --git a/api/v1beta1/namespace_options.go b/api/v1beta1/namespace_options.go index 1b2ff2f66..f924f3223 100644 --- a/api/v1beta1/namespace_options.go +++ b/api/v1beta1/namespace_options.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1beta1 diff --git a/api/v1beta1/owner.go b/api/v1beta1/owner.go index 22894a782..ca2f89a01 100644 --- a/api/v1beta1/owner.go +++ b/api/v1beta1/owner.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1beta1 diff --git a/api/v1beta1/owner_list.go b/api/v1beta1/owner_list.go index b3f9d7289..daa0ba9ba 100644 --- a/api/v1beta1/owner_list.go +++ b/api/v1beta1/owner_list.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1beta1 diff --git a/api/v1beta1/owner_list_test.go b/api/v1beta1/owner_list_test.go index c8b62a039..296cce158 100644 --- a/api/v1beta1/owner_list_test.go +++ b/api/v1beta1/owner_list_test.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1beta1 diff --git a/api/v1beta1/owner_role.go b/api/v1beta1/owner_role.go index 27123c30d..9cc4f5cc3 100644 --- a/api/v1beta1/owner_role.go +++ b/api/v1beta1/owner_role.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1beta1 diff --git a/api/v1beta1/service_allowed_types.go b/api/v1beta1/service_allowed_types.go index 3f57c648f..8e3cfe4ab 100644 --- a/api/v1beta1/service_allowed_types.go +++ b/api/v1beta1/service_allowed_types.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1beta1 diff --git a/api/v1beta1/service_options.go b/api/v1beta1/service_options.go index 2de0617f7..4322588e7 100644 --- a/api/v1beta1/service_options.go +++ b/api/v1beta1/service_options.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1beta1 diff --git a/api/v1beta1/tenant_func.go b/api/v1beta1/tenant_func.go index 8111c028d..03e898b43 100644 --- a/api/v1beta1/tenant_func.go +++ b/api/v1beta1/tenant_func.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1beta1 diff --git a/api/v1beta1/tenant_status.go b/api/v1beta1/tenant_status.go index 8122633d2..edbc85ac7 100644 --- a/api/v1beta1/tenant_status.go +++ b/api/v1beta1/tenant_status.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1beta1 diff --git a/api/v1beta1/tenant_types.go b/api/v1beta1/tenant_types.go index d81a15bc2..5f9de077b 100644 --- a/api/v1beta1/tenant_types.go +++ b/api/v1beta1/tenant_types.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1beta1 diff --git a/api/v1beta1/tenant_webhook.go b/api/v1beta1/tenant_webhook.go index 58ffec85a..2c21925ab 100644 --- a/api/v1beta1/tenant_webhook.go +++ b/api/v1beta1/tenant_webhook.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1beta1 diff --git a/api/v1beta1/zz_generated.deepcopy.go b/api/v1beta1/zz_generated.deepcopy.go index 78d33aa13..c11f0a4a8 100644 --- a/api/v1beta1/zz_generated.deepcopy.go +++ b/api/v1beta1/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ //go:build !ignore_autogenerated // +build !ignore_autogenerated -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/api/v1beta2/additional_role_bindings.go b/api/v1beta2/additional_role_bindings.go index 298aa8bda..dd2f5cbef 100644 --- a/api/v1beta2/additional_role_bindings.go +++ b/api/v1beta2/additional_role_bindings.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1beta2 diff --git a/api/v1beta2/capsuleconfiguration_convertion_hub.go b/api/v1beta2/capsuleconfiguration_convertion_hub.go index ceb4d10ec..33bbe9a4a 100644 --- a/api/v1beta2/capsuleconfiguration_convertion_hub.go +++ b/api/v1beta2/capsuleconfiguration_convertion_hub.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1beta2 diff --git a/api/v1beta2/capsuleconfiguration_types.go b/api/v1beta2/capsuleconfiguration_types.go index 07248401e..c12734570 100644 --- a/api/v1beta2/capsuleconfiguration_types.go +++ b/api/v1beta2/capsuleconfiguration_types.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1beta2 diff --git a/api/v1beta2/custom_resource_quota.go b/api/v1beta2/custom_resource_quota.go index 42ccb7300..3be69020d 100644 --- a/api/v1beta2/custom_resource_quota.go +++ b/api/v1beta2/custom_resource_quota.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1beta2 diff --git a/api/v1beta2/groupversion_info.go b/api/v1beta2/groupversion_info.go index 37920ac44..61fe96f81 100644 --- a/api/v1beta2/groupversion_info.go +++ b/api/v1beta2/groupversion_info.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 // Package v1beta2 contains API Schema definitions for the capsule v1beta2 API group diff --git a/api/v1beta2/ingress_options.go b/api/v1beta2/ingress_options.go index 82353dce2..29c09c0d7 100644 --- a/api/v1beta2/ingress_options.go +++ b/api/v1beta2/ingress_options.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1beta2 diff --git a/api/v1beta2/namespace_options.go b/api/v1beta2/namespace_options.go index a97152466..ddaed491a 100644 --- a/api/v1beta2/namespace_options.go +++ b/api/v1beta2/namespace_options.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1beta2 diff --git a/api/v1beta2/owner.go b/api/v1beta2/owner.go index c4753c805..5e6845f5a 100644 --- a/api/v1beta2/owner.go +++ b/api/v1beta2/owner.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1beta2 diff --git a/api/v1beta2/owner_list.go b/api/v1beta2/owner_list.go index 3677acc6b..7e8fa23e8 100644 --- a/api/v1beta2/owner_list.go +++ b/api/v1beta2/owner_list.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1beta2 diff --git a/api/v1beta2/owner_list_test.go b/api/v1beta2/owner_list_test.go index 93697b938..5c286f0d2 100644 --- a/api/v1beta2/owner_list_test.go +++ b/api/v1beta2/owner_list_test.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1beta2 diff --git a/api/v1beta2/tenant_annotations.go b/api/v1beta2/tenant_annotations.go index 63413e34c..a6438f32f 100644 --- a/api/v1beta2/tenant_annotations.go +++ b/api/v1beta2/tenant_annotations.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1beta2 diff --git a/api/v1beta2/tenant_conversion_hub.go b/api/v1beta2/tenant_conversion_hub.go index 5658bd982..dd632255c 100644 --- a/api/v1beta2/tenant_conversion_hub.go +++ b/api/v1beta2/tenant_conversion_hub.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1beta2 diff --git a/api/v1beta2/tenant_func.go b/api/v1beta2/tenant_func.go index 166956aa3..08754ad9f 100644 --- a/api/v1beta2/tenant_func.go +++ b/api/v1beta2/tenant_func.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1beta2 diff --git a/api/v1beta2/tenant_labels.go b/api/v1beta2/tenant_labels.go index 7bd2a922b..e5c74f738 100644 --- a/api/v1beta2/tenant_labels.go +++ b/api/v1beta2/tenant_labels.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1beta2 diff --git a/api/v1beta2/tenant_status.go b/api/v1beta2/tenant_status.go index e3204ed1c..81e3c0469 100644 --- a/api/v1beta2/tenant_status.go +++ b/api/v1beta2/tenant_status.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1beta2 diff --git a/api/v1beta2/tenant_types.go b/api/v1beta2/tenant_types.go index 73ddfa038..93e01b759 100644 --- a/api/v1beta2/tenant_types.go +++ b/api/v1beta2/tenant_types.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1beta2 diff --git a/api/v1beta2/tenantresource_global.go b/api/v1beta2/tenantresource_global.go index 9108e5336..068e5ab45 100644 --- a/api/v1beta2/tenantresource_global.go +++ b/api/v1beta2/tenantresource_global.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1beta2 diff --git a/api/v1beta2/tenantresource_namespaced.go b/api/v1beta2/tenantresource_namespaced.go index 6fb088406..766cd7581 100644 --- a/api/v1beta2/tenantresource_namespaced.go +++ b/api/v1beta2/tenantresource_namespaced.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1beta2 diff --git a/api/v1beta2/tenantresource_types.go b/api/v1beta2/tenantresource_types.go index 8f701b22e..a1f191eaa 100644 --- a/api/v1beta2/tenantresource_types.go +++ b/api/v1beta2/tenantresource_types.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package v1beta2 diff --git a/api/v1beta2/zz_generated.deepcopy.go b/api/v1beta2/zz_generated.deepcopy.go index 4fef513eb..7245688f4 100644 --- a/api/v1beta2/zz_generated.deepcopy.go +++ b/api/v1beta2/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ //go:build !ignore_autogenerated // +build !ignore_autogenerated -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/controllers/config/manager.go b/controllers/config/manager.go index 5393a92e1..cf565f9ea 100644 --- a/controllers/config/manager.go +++ b/controllers/config/manager.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package config diff --git a/controllers/pv/controller.go b/controllers/pv/controller.go index 20c2bc745..b4753b740 100644 --- a/controllers/pv/controller.go +++ b/controllers/pv/controller.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package pv diff --git a/controllers/rbac/const.go b/controllers/rbac/const.go index 74b9bba54..362cd539e 100644 --- a/controllers/rbac/const.go +++ b/controllers/rbac/const.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package rbac diff --git a/controllers/rbac/manager.go b/controllers/rbac/manager.go index 449b22004..3a0f62f8f 100644 --- a/controllers/rbac/manager.go +++ b/controllers/rbac/manager.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package rbac diff --git a/controllers/resources/global.go b/controllers/resources/global.go index 40fbf8c6c..4e8fa7d39 100644 --- a/controllers/resources/global.go +++ b/controllers/resources/global.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package resources diff --git a/controllers/resources/namespaced.go b/controllers/resources/namespaced.go index b3b1a4198..60eadcbd3 100644 --- a/controllers/resources/namespaced.go +++ b/controllers/resources/namespaced.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package resources diff --git a/controllers/resources/processor.go b/controllers/resources/processor.go index 4e2d8e90d..3f2b81640 100644 --- a/controllers/resources/processor.go +++ b/controllers/resources/processor.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package resources diff --git a/controllers/servicelabels/abstract.go b/controllers/servicelabels/abstract.go index dcc979282..231e2fa06 100644 --- a/controllers/servicelabels/abstract.go +++ b/controllers/servicelabels/abstract.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package servicelabels diff --git a/controllers/servicelabels/endpoint.go b/controllers/servicelabels/endpoint.go index 26b0d182f..60a451844 100644 --- a/controllers/servicelabels/endpoint.go +++ b/controllers/servicelabels/endpoint.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package servicelabels diff --git a/controllers/servicelabels/endpoint_slices.go b/controllers/servicelabels/endpoint_slices.go index efcee1f74..42761bbaf 100644 --- a/controllers/servicelabels/endpoint_slices.go +++ b/controllers/servicelabels/endpoint_slices.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package servicelabels diff --git a/controllers/servicelabels/errors.go b/controllers/servicelabels/errors.go index 3a15656b2..807b82754 100644 --- a/controllers/servicelabels/errors.go +++ b/controllers/servicelabels/errors.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package servicelabels diff --git a/controllers/servicelabels/service.go b/controllers/servicelabels/service.go index 505f00f36..74d1368b3 100644 --- a/controllers/servicelabels/service.go +++ b/controllers/servicelabels/service.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package servicelabels diff --git a/controllers/tenant/annotations.go b/controllers/tenant/annotations.go index 94711e92e..fb758eedd 100644 --- a/controllers/tenant/annotations.go +++ b/controllers/tenant/annotations.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package tenant diff --git a/controllers/tenant/limitranges.go b/controllers/tenant/limitranges.go index f6e9cd90f..d17ea22ab 100644 --- a/controllers/tenant/limitranges.go +++ b/controllers/tenant/limitranges.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package tenant diff --git a/controllers/tenant/manager.go b/controllers/tenant/manager.go index 37141433c..56eb6d72f 100644 --- a/controllers/tenant/manager.go +++ b/controllers/tenant/manager.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package tenant diff --git a/controllers/tenant/namespaces.go b/controllers/tenant/namespaces.go index d09369ed0..71e452e43 100644 --- a/controllers/tenant/namespaces.go +++ b/controllers/tenant/namespaces.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package tenant diff --git a/controllers/tenant/networkpolicies.go b/controllers/tenant/networkpolicies.go index e3a9f76bd..b8bf53bab 100644 --- a/controllers/tenant/networkpolicies.go +++ b/controllers/tenant/networkpolicies.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package tenant diff --git a/controllers/tenant/resourcequotas.go b/controllers/tenant/resourcequotas.go index 39c35dff5..15d6bbf51 100644 --- a/controllers/tenant/resourcequotas.go +++ b/controllers/tenant/resourcequotas.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package tenant diff --git a/controllers/tenant/resourcequotas_quota.go b/controllers/tenant/resourcequotas_quota.go index 8a9356846..2f42b9142 100644 --- a/controllers/tenant/resourcequotas_quota.go +++ b/controllers/tenant/resourcequotas_quota.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package tenant diff --git a/controllers/tenant/rolebindings.go b/controllers/tenant/rolebindings.go index 1e85c7d72..065aa5bde 100644 --- a/controllers/tenant/rolebindings.go +++ b/controllers/tenant/rolebindings.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package tenant diff --git a/controllers/tenant/utils.go b/controllers/tenant/utils.go index a85df9eda..f94eed13b 100644 --- a/controllers/tenant/utils.go +++ b/controllers/tenant/utils.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package tenant diff --git a/controllers/tls/errors.go b/controllers/tls/errors.go index 98a49bca4..471b8b2b8 100644 --- a/controllers/tls/errors.go +++ b/controllers/tls/errors.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package tls diff --git a/controllers/tls/manager.go b/controllers/tls/manager.go index 9da5d1778..e2cdd5a22 100644 --- a/controllers/tls/manager.go +++ b/controllers/tls/manager.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package tls diff --git a/controllers/utils/name_matching.go b/controllers/utils/name_matching.go index ddc3dbdf5..98fd1a68e 100644 --- a/controllers/utils/name_matching.go +++ b/controllers/utils/name_matching.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package utils diff --git a/e2e/additional_role_bindings_test.go b/e2e/additional_role_bindings_test.go index 7cb2e4fc4..139606096 100644 --- a/e2e/additional_role_bindings_test.go +++ b/e2e/additional_role_bindings_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/allowed_external_ips_test.go b/e2e/allowed_external_ips_test.go index 29a6da572..e189616e8 100644 --- a/e2e/allowed_external_ips_test.go +++ b/e2e/allowed_external_ips_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/container_registry_test.go b/e2e/container_registry_test.go index 405eed57b..55e13fe09 100644 --- a/e2e/container_registry_test.go +++ b/e2e/container_registry_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/custom_capsule_group_test.go b/e2e/custom_capsule_group_test.go index e8ad51319..03c93b0a6 100644 --- a/e2e/custom_capsule_group_test.go +++ b/e2e/custom_capsule_group_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/custom_resource_quota_test.go b/e2e/custom_resource_quota_test.go index 4640d4129..0e209da73 100644 --- a/e2e/custom_resource_quota_test.go +++ b/e2e/custom_resource_quota_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/disable_externalname_test.go b/e2e/disable_externalname_test.go index c9e571156..918668dbd 100644 --- a/e2e/disable_externalname_test.go +++ b/e2e/disable_externalname_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/disable_ingress_wildcard_test.go b/e2e/disable_ingress_wildcard_test.go index bd4ae2ec0..6d7ce945a 100644 --- a/e2e/disable_ingress_wildcard_test.go +++ b/e2e/disable_ingress_wildcard_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/disable_loadbalancer_test.go b/e2e/disable_loadbalancer_test.go index 4d5293fa3..902cb7819 100644 --- a/e2e/disable_loadbalancer_test.go +++ b/e2e/disable_loadbalancer_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/disable_node_ports_test.go b/e2e/disable_node_ports_test.go index 48ab1fe11..67d22b0ea 100644 --- a/e2e/disable_node_ports_test.go +++ b/e2e/disable_node_ports_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/dynamic_tenant_owner_clusterroles_test.go b/e2e/dynamic_tenant_owner_clusterroles_test.go index 882298a0c..a34bf4ed4 100644 --- a/e2e/dynamic_tenant_owner_clusterroles_test.go +++ b/e2e/dynamic_tenant_owner_clusterroles_test.go @@ -1,7 +1,7 @@ //go:build e2e // +build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/enable_loadbalancer_test.go b/e2e/enable_loadbalancer_test.go index 9ba44bb10..8ea543207 100644 --- a/e2e/enable_loadbalancer_test.go +++ b/e2e/enable_loadbalancer_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/enable_node_ports_test.go b/e2e/enable_node_ports_test.go index 373b7ad38..894e890fe 100644 --- a/e2e/enable_node_ports_test.go +++ b/e2e/enable_node_ports_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/forbidden_annotations_regex_test.go b/e2e/forbidden_annotations_regex_test.go index b67f219bf..5b402276c 100644 --- a/e2e/forbidden_annotations_regex_test.go +++ b/e2e/forbidden_annotations_regex_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/force_tenant_prefix_test.go b/e2e/force_tenant_prefix_test.go index c9c2ac837..9c725761f 100644 --- a/e2e/force_tenant_prefix_test.go +++ b/e2e/force_tenant_prefix_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/globaltenantresource_test.go b/e2e/globaltenantresource_test.go index 7e1a69877..0f34419b3 100644 --- a/e2e/globaltenantresource_test.go +++ b/e2e/globaltenantresource_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/imagepullpolicy_multiple_test.go b/e2e/imagepullpolicy_multiple_test.go index 6cd9cbe1f..380ac5e96 100644 --- a/e2e/imagepullpolicy_multiple_test.go +++ b/e2e/imagepullpolicy_multiple_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/imagepullpolicy_single_test.go b/e2e/imagepullpolicy_single_test.go index 3018fb084..dbd87dc0e 100644 --- a/e2e/imagepullpolicy_single_test.go +++ b/e2e/imagepullpolicy_single_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/ingress_class_extensions_test.go b/e2e/ingress_class_extensions_test.go index 154693d18..1e55377f4 100644 --- a/e2e/ingress_class_extensions_test.go +++ b/e2e/ingress_class_extensions_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/ingress_class_networking_test.go b/e2e/ingress_class_networking_test.go index ae30d118a..6c92d54e8 100644 --- a/e2e/ingress_class_networking_test.go +++ b/e2e/ingress_class_networking_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/ingress_hostnames_collision_cluster_scope_test.go b/e2e/ingress_hostnames_collision_cluster_scope_test.go index 2f58da846..9aa189986 100644 --- a/e2e/ingress_hostnames_collision_cluster_scope_test.go +++ b/e2e/ingress_hostnames_collision_cluster_scope_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/ingress_hostnames_collision_disabled_test.go b/e2e/ingress_hostnames_collision_disabled_test.go index 894ae7c9d..950ab2255 100644 --- a/e2e/ingress_hostnames_collision_disabled_test.go +++ b/e2e/ingress_hostnames_collision_disabled_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/ingress_hostnames_collision_namespace_scope_test.go b/e2e/ingress_hostnames_collision_namespace_scope_test.go index 21b136ab4..a94e1d104 100644 --- a/e2e/ingress_hostnames_collision_namespace_scope_test.go +++ b/e2e/ingress_hostnames_collision_namespace_scope_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/ingress_hostnames_collision_tenant_scope_test.go b/e2e/ingress_hostnames_collision_tenant_scope_test.go index 4acb4b782..3b4816c1b 100644 --- a/e2e/ingress_hostnames_collision_tenant_scope_test.go +++ b/e2e/ingress_hostnames_collision_tenant_scope_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/ingress_hostnames_test.go b/e2e/ingress_hostnames_test.go index 8167d4b5c..53ac13480 100644 --- a/e2e/ingress_hostnames_test.go +++ b/e2e/ingress_hostnames_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/missing_tenant_test.go b/e2e/missing_tenant_test.go index cb8ebbe9d..48384fc79 100644 --- a/e2e/missing_tenant_test.go +++ b/e2e/missing_tenant_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/namespace_additional_metadata_test.go b/e2e/namespace_additional_metadata_test.go index a432f30c6..9bb3110a3 100644 --- a/e2e/namespace_additional_metadata_test.go +++ b/e2e/namespace_additional_metadata_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/namespace_capsule_label_test.go b/e2e/namespace_capsule_label_test.go index c517f25fd..213cd79c0 100644 --- a/e2e/namespace_capsule_label_test.go +++ b/e2e/namespace_capsule_label_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/namespace_user_metadata_test.go b/e2e/namespace_user_metadata_test.go index 3f5c02f04..a305bd514 100644 --- a/e2e/namespace_user_metadata_test.go +++ b/e2e/namespace_user_metadata_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/new_namespace_test.go b/e2e/new_namespace_test.go index 6ec99f1f1..54a9033ee 100644 --- a/e2e/new_namespace_test.go +++ b/e2e/new_namespace_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/node_user_metadata_test.go b/e2e/node_user_metadata_test.go index 9d834b2b5..f1a3287e6 100644 --- a/e2e/node_user_metadata_test.go +++ b/e2e/node_user_metadata_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/overquota_namespace_test.go b/e2e/overquota_namespace_test.go index 6687a5cbf..f6ef3d71e 100644 --- a/e2e/overquota_namespace_test.go +++ b/e2e/overquota_namespace_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/owner_webhooks_test.go b/e2e/owner_webhooks_test.go index d4a36879b..9950302a2 100644 --- a/e2e/owner_webhooks_test.go +++ b/e2e/owner_webhooks_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/pod_priority_class_test.go b/e2e/pod_priority_class_test.go index 24e95cb34..4f628a756 100644 --- a/e2e/pod_priority_class_test.go +++ b/e2e/pod_priority_class_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/pod_runtime_class_test.go b/e2e/pod_runtime_class_test.go index d96651064..259b35bc6 100644 --- a/e2e/pod_runtime_class_test.go +++ b/e2e/pod_runtime_class_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/preventing_pv_cross_tenant_mount_test.go b/e2e/preventing_pv_cross_tenant_mount_test.go index baa96741f..dd983abc1 100644 --- a/e2e/preventing_pv_cross_tenant_mount_test.go +++ b/e2e/preventing_pv_cross_tenant_mount_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/protected_namespace_regex_test.go b/e2e/protected_namespace_regex_test.go index 306e15b2a..b6937e83c 100644 --- a/e2e/protected_namespace_regex_test.go +++ b/e2e/protected_namespace_regex_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/resource_quota_exceeded_test.go b/e2e/resource_quota_exceeded_test.go index d16465dab..b1da8d2de 100644 --- a/e2e/resource_quota_exceeded_test.go +++ b/e2e/resource_quota_exceeded_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/sa_prevent_privilege_escalation_test.go b/e2e/sa_prevent_privilege_escalation_test.go index 192b7e5c8..c95e8e6c6 100644 --- a/e2e/sa_prevent_privilege_escalation_test.go +++ b/e2e/sa_prevent_privilege_escalation_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/selecting_non_owned_tenant_test.go b/e2e/selecting_non_owned_tenant_test.go index 9b8d8fa1b..5c36b6ad4 100644 --- a/e2e/selecting_non_owned_tenant_test.go +++ b/e2e/selecting_non_owned_tenant_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/selecting_tenant_fail_test.go b/e2e/selecting_tenant_fail_test.go index 8615a1f1a..eb3216b19 100644 --- a/e2e/selecting_tenant_fail_test.go +++ b/e2e/selecting_tenant_fail_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/selecting_tenant_with_label_test.go b/e2e/selecting_tenant_with_label_test.go index 32df40b06..2669e0f93 100644 --- a/e2e/selecting_tenant_with_label_test.go +++ b/e2e/selecting_tenant_with_label_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/service_metadata_test.go b/e2e/service_metadata_test.go index c13941fc2..15d1755b4 100644 --- a/e2e/service_metadata_test.go +++ b/e2e/service_metadata_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/storage_class_test.go b/e2e/storage_class_test.go index 05dfd6d1e..1d0f887df 100644 --- a/e2e/storage_class_test.go +++ b/e2e/storage_class_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 // "sigs.k8s.io/controller-runtime/pkg/client" diff --git a/e2e/suite_test.go b/e2e/suite_test.go index 5b10f1595..56d73d0b0 100644 --- a/e2e/suite_test.go +++ b/e2e/suite_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/tenant_cordoning_test.go b/e2e/tenant_cordoning_test.go index ed58651ba..57794866e 100644 --- a/e2e/tenant_cordoning_test.go +++ b/e2e/tenant_cordoning_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/tenant_name_webhook_test.go b/e2e/tenant_name_webhook_test.go index 0cd3578ee..472aeb037 100644 --- a/e2e/tenant_name_webhook_test.go +++ b/e2e/tenant_name_webhook_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/tenant_protected_webhook_test.go b/e2e/tenant_protected_webhook_test.go index a526c9eef..2262c464f 100644 --- a/e2e/tenant_protected_webhook_test.go +++ b/e2e/tenant_protected_webhook_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/tenant_resources_changes_test.go b/e2e/tenant_resources_changes_test.go index 21ae2e070..cba055d98 100644 --- a/e2e/tenant_resources_changes_test.go +++ b/e2e/tenant_resources_changes_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/tenant_resources_test.go b/e2e/tenant_resources_test.go index 0d3965cde..89ec6dc0a 100644 --- a/e2e/tenant_resources_test.go +++ b/e2e/tenant_resources_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/tenantresource_test.go b/e2e/tenantresource_test.go index 444d26ffe..99c94c00b 100644 --- a/e2e/tenantresource_test.go +++ b/e2e/tenantresource_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/e2e/utils_test.go b/e2e/utils_test.go index 98e4897ad..4bfcae681 100644 --- a/e2e/utils_test.go +++ b/e2e/utils_test.go @@ -1,6 +1,6 @@ //go:build e2e -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package e2e diff --git a/hack/boilerplate.go.txt b/hack/boilerplate.go.txt index 200362afe..b56c08544 100644 --- a/hack/boilerplate.go.txt +++ b/hack/boilerplate.go.txt @@ -1,2 +1,2 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 diff --git a/main.go b/main.go index b67e6660f..5c537f0c5 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package main diff --git a/pkg/api/additional_metadata.go b/pkg/api/additional_metadata.go index 7e8ef1046..04b347a61 100644 --- a/pkg/api/additional_metadata.go +++ b/pkg/api/additional_metadata.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package api diff --git a/pkg/api/additional_role_bindings.go b/pkg/api/additional_role_bindings.go index e7c7e7f36..38901f0e7 100644 --- a/pkg/api/additional_role_bindings.go +++ b/pkg/api/additional_role_bindings.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package api diff --git a/pkg/api/allowed_list.go b/pkg/api/allowed_list.go index 3d2ef867a..779971cc3 100644 --- a/pkg/api/allowed_list.go +++ b/pkg/api/allowed_list.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package api diff --git a/pkg/api/allowed_list_test.go b/pkg/api/allowed_list_test.go index 67fc247be..a8912aca1 100644 --- a/pkg/api/allowed_list_test.go +++ b/pkg/api/allowed_list_test.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 //nolint:dupl diff --git a/pkg/api/annotations.go b/pkg/api/annotations.go index 37753567f..922b404b8 100644 --- a/pkg/api/annotations.go +++ b/pkg/api/annotations.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package api diff --git a/pkg/api/external_service_ips.go b/pkg/api/external_service_ips.go index 4bd1c9b64..af4f389e0 100644 --- a/pkg/api/external_service_ips.go +++ b/pkg/api/external_service_ips.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package api diff --git a/pkg/api/forbidden_list.go b/pkg/api/forbidden_list.go index acabb1ed7..b92a66a40 100644 --- a/pkg/api/forbidden_list.go +++ b/pkg/api/forbidden_list.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package api diff --git a/pkg/api/forbidden_list_test.go b/pkg/api/forbidden_list_test.go index 48c0e6761..f721e89a3 100644 --- a/pkg/api/forbidden_list_test.go +++ b/pkg/api/forbidden_list_test.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 // //nolint:dupl diff --git a/pkg/api/hostname_collision_scope.go b/pkg/api/hostname_collision_scope.go index 31a09bde3..243540a81 100644 --- a/pkg/api/hostname_collision_scope.go +++ b/pkg/api/hostname_collision_scope.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package api diff --git a/pkg/api/image_pull_policy.go b/pkg/api/image_pull_policy.go index 3535f259a..4304b3576 100644 --- a/pkg/api/image_pull_policy.go +++ b/pkg/api/image_pull_policy.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package api diff --git a/pkg/api/limit_ranges.go b/pkg/api/limit_ranges.go index 649099ad4..b9edd8632 100644 --- a/pkg/api/limit_ranges.go +++ b/pkg/api/limit_ranges.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package api diff --git a/pkg/api/network_policy.go b/pkg/api/network_policy.go index b9789eb2c..92324b572 100644 --- a/pkg/api/network_policy.go +++ b/pkg/api/network_policy.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package api diff --git a/pkg/api/resource_quota.go b/pkg/api/resource_quota.go index 1eb5ae481..e5398eb34 100644 --- a/pkg/api/resource_quota.go +++ b/pkg/api/resource_quota.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package api diff --git a/pkg/api/service_allowed_types.go b/pkg/api/service_allowed_types.go index e1e604e21..a962d5d91 100644 --- a/pkg/api/service_allowed_types.go +++ b/pkg/api/service_allowed_types.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package api diff --git a/pkg/api/service_options.go b/pkg/api/service_options.go index 22168d4c5..ad77217ac 100644 --- a/pkg/api/service_options.go +++ b/pkg/api/service_options.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package api diff --git a/pkg/api/status_namespaces.go b/pkg/api/status_namespaces.go index 016ff8412..e3799ce3d 100644 --- a/pkg/api/status_namespaces.go +++ b/pkg/api/status_namespaces.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package api diff --git a/pkg/api/zz_generated.deepcopy.go b/pkg/api/zz_generated.deepcopy.go index 93b61c233..70c8265b9 100644 --- a/pkg/api/zz_generated.deepcopy.go +++ b/pkg/api/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ //go:build !ignore_autogenerated // +build !ignore_autogenerated -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 // Code generated by controller-gen. DO NOT EDIT. diff --git a/pkg/cert/ca.go b/pkg/cert/ca.go index d09fcf17d..b4b37a41a 100644 --- a/pkg/cert/ca.go +++ b/pkg/cert/ca.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package cert diff --git a/pkg/cert/ca_test.go b/pkg/cert/ca_test.go index 7f38e10d2..619007dab 100644 --- a/pkg/cert/ca_test.go +++ b/pkg/cert/ca_test.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package cert diff --git a/pkg/cert/errors.go b/pkg/cert/errors.go index 28630f2c2..f699ab709 100644 --- a/pkg/cert/errors.go +++ b/pkg/cert/errors.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package cert diff --git a/pkg/cert/options.go b/pkg/cert/options.go index ed161b844..f437778f2 100644 --- a/pkg/cert/options.go +++ b/pkg/cert/options.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package cert diff --git a/pkg/configuration/client.go b/pkg/configuration/client.go index 8d65ccae1..f2e032cc5 100644 --- a/pkg/configuration/client.go +++ b/pkg/configuration/client.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package configuration diff --git a/pkg/configuration/configuration.go b/pkg/configuration/configuration.go index c91350fc0..e75f71d65 100644 --- a/pkg/configuration/configuration.go +++ b/pkg/configuration/configuration.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package configuration diff --git a/pkg/indexer/indexer.go b/pkg/indexer/indexer.go index 7f01e758b..9d7b0fa8d 100644 --- a/pkg/indexer/indexer.go +++ b/pkg/indexer/indexer.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package indexer diff --git a/pkg/indexer/ingress/hostname_path.go b/pkg/indexer/ingress/hostname_path.go index e717d0eae..0ce2333a9 100644 --- a/pkg/indexer/ingress/hostname_path.go +++ b/pkg/indexer/ingress/hostname_path.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package ingress diff --git a/pkg/indexer/ingress/utils.go b/pkg/indexer/ingress/utils.go index a4c893e3f..45776b1e1 100644 --- a/pkg/indexer/ingress/utils.go +++ b/pkg/indexer/ingress/utils.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package ingress diff --git a/pkg/indexer/namespace/namespaces.go b/pkg/indexer/namespace/namespaces.go index cc4a1527b..551cc0d47 100644 --- a/pkg/indexer/namespace/namespaces.go +++ b/pkg/indexer/namespace/namespaces.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package namespace diff --git a/pkg/indexer/tenant/namespaces.go b/pkg/indexer/tenant/namespaces.go index 7aced7955..c73dcf6dd 100644 --- a/pkg/indexer/tenant/namespaces.go +++ b/pkg/indexer/tenant/namespaces.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package tenant diff --git a/pkg/indexer/tenant/owner.go b/pkg/indexer/tenant/owner.go index e871ab9ca..a5e578308 100644 --- a/pkg/indexer/tenant/owner.go +++ b/pkg/indexer/tenant/owner.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package tenant diff --git a/pkg/indexer/tenantresource/constants.go b/pkg/indexer/tenantresource/constants.go index 254622f9b..5c5ef7911 100644 --- a/pkg/indexer/tenantresource/constants.go +++ b/pkg/indexer/tenantresource/constants.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package tenantresource diff --git a/pkg/indexer/tenantresource/global.go b/pkg/indexer/tenantresource/global.go index a3253b3be..fd1656e71 100644 --- a/pkg/indexer/tenantresource/global.go +++ b/pkg/indexer/tenantresource/global.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 //nolint:dupl diff --git a/pkg/indexer/tenantresource/local.go b/pkg/indexer/tenantresource/local.go index a1633c9a0..467de07d0 100644 --- a/pkg/indexer/tenantresource/local.go +++ b/pkg/indexer/tenantresource/local.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 //nolint:dupl diff --git a/pkg/utils/errors.go b/pkg/utils/errors.go index cc5520350..2f677399e 100644 --- a/pkg/utils/errors.go +++ b/pkg/utils/errors.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package utils diff --git a/pkg/utils/node_selector.go b/pkg/utils/node_selector.go index ccf2a4b9a..97ceaf1b0 100644 --- a/pkg/utils/node_selector.go +++ b/pkg/utils/node_selector.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package utils diff --git a/pkg/utils/owner.go b/pkg/utils/owner.go index 12c0b5c09..0293eb598 100644 --- a/pkg/utils/owner.go +++ b/pkg/utils/owner.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package utils diff --git a/pkg/utils/tenant_labels.go b/pkg/utils/tenant_labels.go index 65dc5b76a..71657a954 100644 --- a/pkg/utils/tenant_labels.go +++ b/pkg/utils/tenant_labels.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package utils diff --git a/pkg/utils/user_group.go b/pkg/utils/user_group.go index 2db7e1e6c..0472519da 100644 --- a/pkg/utils/user_group.go +++ b/pkg/utils/user_group.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package utils diff --git a/pkg/utils/user_group_test.go b/pkg/utils/user_group_test.go index afb142090..2182d6729 100644 --- a/pkg/utils/user_group_test.go +++ b/pkg/utils/user_group_test.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package utils diff --git a/pkg/webhook/defaults/errors.go b/pkg/webhook/defaults/errors.go index 85202fb20..fa4ab2029 100644 --- a/pkg/webhook/defaults/errors.go +++ b/pkg/webhook/defaults/errors.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package defaults diff --git a/pkg/webhook/defaults/handler.go b/pkg/webhook/defaults/handler.go index 1f5e0d36e..44d8dfbcb 100644 --- a/pkg/webhook/defaults/handler.go +++ b/pkg/webhook/defaults/handler.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package defaults diff --git a/pkg/webhook/defaults/ingress.go b/pkg/webhook/defaults/ingress.go index 8bbb07f0c..2edc9d618 100644 --- a/pkg/webhook/defaults/ingress.go +++ b/pkg/webhook/defaults/ingress.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package defaults diff --git a/pkg/webhook/defaults/pods.go b/pkg/webhook/defaults/pods.go index 612cc81ef..5690aa954 100644 --- a/pkg/webhook/defaults/pods.go +++ b/pkg/webhook/defaults/pods.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package defaults diff --git a/pkg/webhook/defaults/storage.go b/pkg/webhook/defaults/storage.go index 89b4efc53..9f9b9ebf7 100644 --- a/pkg/webhook/defaults/storage.go +++ b/pkg/webhook/defaults/storage.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package defaults diff --git a/pkg/webhook/handler.go b/pkg/webhook/handler.go index 1415bd341..a80122f00 100644 --- a/pkg/webhook/handler.go +++ b/pkg/webhook/handler.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package webhook diff --git a/pkg/webhook/ingress/errors.go b/pkg/webhook/ingress/errors.go index afb6212d6..dead54a09 100644 --- a/pkg/webhook/ingress/errors.go +++ b/pkg/webhook/ingress/errors.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package ingress diff --git a/pkg/webhook/ingress/types.go b/pkg/webhook/ingress/types.go index 638574918..c3e7e2489 100644 --- a/pkg/webhook/ingress/types.go +++ b/pkg/webhook/ingress/types.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package ingress diff --git a/pkg/webhook/ingress/utils.go b/pkg/webhook/ingress/utils.go index bbb15ad82..3d35db991 100644 --- a/pkg/webhook/ingress/utils.go +++ b/pkg/webhook/ingress/utils.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package ingress diff --git a/pkg/webhook/ingress/validate_class.go b/pkg/webhook/ingress/validate_class.go index 47ff3df53..4df54b9a4 100644 --- a/pkg/webhook/ingress/validate_class.go +++ b/pkg/webhook/ingress/validate_class.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package ingress diff --git a/pkg/webhook/ingress/validate_collision.go b/pkg/webhook/ingress/validate_collision.go index 022d64606..a366295d0 100644 --- a/pkg/webhook/ingress/validate_collision.go +++ b/pkg/webhook/ingress/validate_collision.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package ingress diff --git a/pkg/webhook/ingress/validate_hostnames.go b/pkg/webhook/ingress/validate_hostnames.go index a11eedc98..6f11dcf5a 100644 --- a/pkg/webhook/ingress/validate_hostnames.go +++ b/pkg/webhook/ingress/validate_hostnames.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package ingress diff --git a/pkg/webhook/ingress/validate_wildcard.go b/pkg/webhook/ingress/validate_wildcard.go index fd29800a2..0341b43a3 100644 --- a/pkg/webhook/ingress/validate_wildcard.go +++ b/pkg/webhook/ingress/validate_wildcard.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package ingress diff --git a/pkg/webhook/namespace/errors.go b/pkg/webhook/namespace/errors.go index ba37aab8e..bdfd0fe06 100644 --- a/pkg/webhook/namespace/errors.go +++ b/pkg/webhook/namespace/errors.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package namespace diff --git a/pkg/webhook/namespace/freezed.go b/pkg/webhook/namespace/freezed.go index 8b4f26a1d..a43d5f347 100644 --- a/pkg/webhook/namespace/freezed.go +++ b/pkg/webhook/namespace/freezed.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package namespace diff --git a/pkg/webhook/namespace/owner_reference.go b/pkg/webhook/namespace/owner_reference.go index 350c1423e..2fbd4594e 100644 --- a/pkg/webhook/namespace/owner_reference.go +++ b/pkg/webhook/namespace/owner_reference.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package namespace diff --git a/pkg/webhook/namespace/patch.go b/pkg/webhook/namespace/patch.go index 653ecb6a5..aa359e3ba 100644 --- a/pkg/webhook/namespace/patch.go +++ b/pkg/webhook/namespace/patch.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package namespace diff --git a/pkg/webhook/namespace/prefix.go b/pkg/webhook/namespace/prefix.go index 105a6d579..bc7ff2709 100644 --- a/pkg/webhook/namespace/prefix.go +++ b/pkg/webhook/namespace/prefix.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package namespace diff --git a/pkg/webhook/namespace/quota.go b/pkg/webhook/namespace/quota.go index 5d4f98553..810a37f18 100644 --- a/pkg/webhook/namespace/quota.go +++ b/pkg/webhook/namespace/quota.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package namespace diff --git a/pkg/webhook/namespace/user_metadata.go b/pkg/webhook/namespace/user_metadata.go index 9c1bb0934..e2badedbd 100644 --- a/pkg/webhook/namespace/user_metadata.go +++ b/pkg/webhook/namespace/user_metadata.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package namespace diff --git a/pkg/webhook/networkpolicy/validating.go b/pkg/webhook/networkpolicy/validating.go index ef0841553..76e2ae506 100644 --- a/pkg/webhook/networkpolicy/validating.go +++ b/pkg/webhook/networkpolicy/validating.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package networkpolicy diff --git a/pkg/webhook/node/errors.go b/pkg/webhook/node/errors.go index 55087fa43..1ac0053ef 100644 --- a/pkg/webhook/node/errors.go +++ b/pkg/webhook/node/errors.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package node diff --git a/pkg/webhook/node/user_metadata.go b/pkg/webhook/node/user_metadata.go index c800f287e..7cf1a3a76 100644 --- a/pkg/webhook/node/user_metadata.go +++ b/pkg/webhook/node/user_metadata.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package node diff --git a/pkg/webhook/ownerreference/patching.go b/pkg/webhook/ownerreference/patching.go index 3fd993593..629a042e4 100644 --- a/pkg/webhook/ownerreference/patching.go +++ b/pkg/webhook/ownerreference/patching.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package ownerreference diff --git a/pkg/webhook/pod/containerregistry.go b/pkg/webhook/pod/containerregistry.go index 17c7148e3..a559f26b8 100644 --- a/pkg/webhook/pod/containerregistry.go +++ b/pkg/webhook/pod/containerregistry.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package pod diff --git a/pkg/webhook/pod/containerregistry_errors.go b/pkg/webhook/pod/containerregistry_errors.go index aa9961a83..e955937f9 100644 --- a/pkg/webhook/pod/containerregistry_errors.go +++ b/pkg/webhook/pod/containerregistry_errors.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package pod diff --git a/pkg/webhook/pod/containerregistry_registry.go b/pkg/webhook/pod/containerregistry_registry.go index 79fbd3c1a..120359f36 100644 --- a/pkg/webhook/pod/containerregistry_registry.go +++ b/pkg/webhook/pod/containerregistry_registry.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package pod diff --git a/pkg/webhook/pod/imagepullpolicy.go b/pkg/webhook/pod/imagepullpolicy.go index 73c530304..e4c43714a 100644 --- a/pkg/webhook/pod/imagepullpolicy.go +++ b/pkg/webhook/pod/imagepullpolicy.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package pod diff --git a/pkg/webhook/pod/imagepullpolicy_errors.go b/pkg/webhook/pod/imagepullpolicy_errors.go index 434400e1d..306e5be66 100644 --- a/pkg/webhook/pod/imagepullpolicy_errors.go +++ b/pkg/webhook/pod/imagepullpolicy_errors.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package pod diff --git a/pkg/webhook/pod/imagepullpolicy_pullpolicy.go b/pkg/webhook/pod/imagepullpolicy_pullpolicy.go index ec28123d3..8eb84348e 100644 --- a/pkg/webhook/pod/imagepullpolicy_pullpolicy.go +++ b/pkg/webhook/pod/imagepullpolicy_pullpolicy.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package pod diff --git a/pkg/webhook/pod/priorityclass.go b/pkg/webhook/pod/priorityclass.go index 8f4d71482..4d5534d81 100644 --- a/pkg/webhook/pod/priorityclass.go +++ b/pkg/webhook/pod/priorityclass.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package pod diff --git a/pkg/webhook/pod/priorityclass_errors.go b/pkg/webhook/pod/priorityclass_errors.go index 0cf2a5871..48f342e8f 100644 --- a/pkg/webhook/pod/priorityclass_errors.go +++ b/pkg/webhook/pod/priorityclass_errors.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package pod diff --git a/pkg/webhook/pod/runtimeclass.go b/pkg/webhook/pod/runtimeclass.go index 71059daca..b0bee2bbc 100644 --- a/pkg/webhook/pod/runtimeclass.go +++ b/pkg/webhook/pod/runtimeclass.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package pod diff --git a/pkg/webhook/pod/runtimeclass_errors.go b/pkg/webhook/pod/runtimeclass_errors.go index eb037fb06..1dce1999a 100644 --- a/pkg/webhook/pod/runtimeclass_errors.go +++ b/pkg/webhook/pod/runtimeclass_errors.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package pod diff --git a/pkg/webhook/pvc/errors.go b/pkg/webhook/pvc/errors.go index 26043a9e8..658fb5e1e 100644 --- a/pkg/webhook/pvc/errors.go +++ b/pkg/webhook/pvc/errors.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package pvc diff --git a/pkg/webhook/pvc/pv.go b/pkg/webhook/pvc/pv.go index 771372842..5c4b278f1 100644 --- a/pkg/webhook/pvc/pv.go +++ b/pkg/webhook/pvc/pv.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package pvc diff --git a/pkg/webhook/pvc/validating.go b/pkg/webhook/pvc/validating.go index 1651531a3..1c58e4353 100644 --- a/pkg/webhook/pvc/validating.go +++ b/pkg/webhook/pvc/validating.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package pvc diff --git a/pkg/webhook/route/cordoning.go b/pkg/webhook/route/cordoning.go index d2771e350..484be45bb 100644 --- a/pkg/webhook/route/cordoning.go +++ b/pkg/webhook/route/cordoning.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package route diff --git a/pkg/webhook/route/defaults.go b/pkg/webhook/route/defaults.go index ed4ef7eaa..46d810e0f 100644 --- a/pkg/webhook/route/defaults.go +++ b/pkg/webhook/route/defaults.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package route diff --git a/pkg/webhook/route/ingresses.go b/pkg/webhook/route/ingresses.go index 18221f32b..f190abb05 100644 --- a/pkg/webhook/route/ingresses.go +++ b/pkg/webhook/route/ingresses.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package route diff --git a/pkg/webhook/route/namespaces.go b/pkg/webhook/route/namespaces.go index 73b240a73..d6e78e6a9 100644 --- a/pkg/webhook/route/namespaces.go +++ b/pkg/webhook/route/namespaces.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package route diff --git a/pkg/webhook/route/networkpolicies.go b/pkg/webhook/route/networkpolicies.go index 7c86fadb4..d4fcfc66e 100644 --- a/pkg/webhook/route/networkpolicies.go +++ b/pkg/webhook/route/networkpolicies.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package route diff --git a/pkg/webhook/route/node.go b/pkg/webhook/route/node.go index 11d5c3aae..61f4590a4 100644 --- a/pkg/webhook/route/node.go +++ b/pkg/webhook/route/node.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package route diff --git a/pkg/webhook/route/ownerreference.go b/pkg/webhook/route/ownerreference.go index 115f52084..037e64640 100644 --- a/pkg/webhook/route/ownerreference.go +++ b/pkg/webhook/route/ownerreference.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package route diff --git a/pkg/webhook/route/pods.go b/pkg/webhook/route/pods.go index fdad1a731..81bcdd233 100644 --- a/pkg/webhook/route/pods.go +++ b/pkg/webhook/route/pods.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package route diff --git a/pkg/webhook/route/pvc.go b/pkg/webhook/route/pvc.go index 8c361b027..53f667d82 100644 --- a/pkg/webhook/route/pvc.go +++ b/pkg/webhook/route/pvc.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package route diff --git a/pkg/webhook/route/services.go b/pkg/webhook/route/services.go index 3040872f8..4440f0c57 100644 --- a/pkg/webhook/route/services.go +++ b/pkg/webhook/route/services.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package route diff --git a/pkg/webhook/route/tenantresource_objs.go b/pkg/webhook/route/tenantresource_objs.go index 00c3fb6b4..9f9282845 100644 --- a/pkg/webhook/route/tenantresource_objs.go +++ b/pkg/webhook/route/tenantresource_objs.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package route diff --git a/pkg/webhook/route/tenants.go b/pkg/webhook/route/tenants.go index 05e12f629..3e77f30cc 100644 --- a/pkg/webhook/route/tenants.go +++ b/pkg/webhook/route/tenants.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package route diff --git a/pkg/webhook/router.go b/pkg/webhook/router.go index 3c765fa14..3e419a4f3 100644 --- a/pkg/webhook/router.go +++ b/pkg/webhook/router.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package webhook diff --git a/pkg/webhook/service/errors.go b/pkg/webhook/service/errors.go index ebb190c51..3b3029684 100644 --- a/pkg/webhook/service/errors.go +++ b/pkg/webhook/service/errors.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package service diff --git a/pkg/webhook/service/validating.go b/pkg/webhook/service/validating.go index 845a416dd..38868b76c 100644 --- a/pkg/webhook/service/validating.go +++ b/pkg/webhook/service/validating.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package service diff --git a/pkg/webhook/tenant/containerregistry_regex.go b/pkg/webhook/tenant/containerregistry_regex.go index a0ee1c1e9..7127d6dd9 100644 --- a/pkg/webhook/tenant/containerregistry_regex.go +++ b/pkg/webhook/tenant/containerregistry_regex.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 //nolint:dupl diff --git a/pkg/webhook/tenant/cordoning.go b/pkg/webhook/tenant/cordoning.go index 8c4d802fa..678af9c75 100644 --- a/pkg/webhook/tenant/cordoning.go +++ b/pkg/webhook/tenant/cordoning.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package tenant diff --git a/pkg/webhook/tenant/custom_resource_quota.go b/pkg/webhook/tenant/custom_resource_quota.go index 2afbbfd2b..31578ab1c 100644 --- a/pkg/webhook/tenant/custom_resource_quota.go +++ b/pkg/webhook/tenant/custom_resource_quota.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package tenant diff --git a/pkg/webhook/tenant/custom_resource_quota_errors.go b/pkg/webhook/tenant/custom_resource_quota_errors.go index 3ace11d6c..568578831 100644 --- a/pkg/webhook/tenant/custom_resource_quota_errors.go +++ b/pkg/webhook/tenant/custom_resource_quota_errors.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package tenant diff --git a/pkg/webhook/tenant/forbidden_annotations_regex.go b/pkg/webhook/tenant/forbidden_annotations_regex.go index f01aff612..51cfc7a5f 100644 --- a/pkg/webhook/tenant/forbidden_annotations_regex.go +++ b/pkg/webhook/tenant/forbidden_annotations_regex.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package tenant diff --git a/pkg/webhook/tenant/freezed_emitter.go b/pkg/webhook/tenant/freezed_emitter.go index 1617ed290..562b0a4c0 100644 --- a/pkg/webhook/tenant/freezed_emitter.go +++ b/pkg/webhook/tenant/freezed_emitter.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package tenant diff --git a/pkg/webhook/tenant/hostname_regex.go b/pkg/webhook/tenant/hostname_regex.go index ef7e8dfbc..a5f795689 100644 --- a/pkg/webhook/tenant/hostname_regex.go +++ b/pkg/webhook/tenant/hostname_regex.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 //nolint:dupl diff --git a/pkg/webhook/tenant/ingressclass_regex.go b/pkg/webhook/tenant/ingressclass_regex.go index c012dccd3..1d1a7d43c 100644 --- a/pkg/webhook/tenant/ingressclass_regex.go +++ b/pkg/webhook/tenant/ingressclass_regex.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 //nolint:dupl diff --git a/pkg/webhook/tenant/name.go b/pkg/webhook/tenant/name.go index b79db0607..7e6a73617 100644 --- a/pkg/webhook/tenant/name.go +++ b/pkg/webhook/tenant/name.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package tenant diff --git a/pkg/webhook/tenant/protected.go b/pkg/webhook/tenant/protected.go index 8dcff5bed..06868e47a 100644 --- a/pkg/webhook/tenant/protected.go +++ b/pkg/webhook/tenant/protected.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package tenant diff --git a/pkg/webhook/tenant/rolebindings_regex.go b/pkg/webhook/tenant/rolebindings_regex.go index 717d7c66c..a9510b8a2 100644 --- a/pkg/webhook/tenant/rolebindings_regex.go +++ b/pkg/webhook/tenant/rolebindings_regex.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package tenant diff --git a/pkg/webhook/tenant/serviceaccount_format.go b/pkg/webhook/tenant/serviceaccount_format.go index 487d1d7f6..b5cd51512 100644 --- a/pkg/webhook/tenant/serviceaccount_format.go +++ b/pkg/webhook/tenant/serviceaccount_format.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package tenant diff --git a/pkg/webhook/tenant/storageclass_regex.go b/pkg/webhook/tenant/storageclass_regex.go index 30b78fc39..e7c77b3b7 100644 --- a/pkg/webhook/tenant/storageclass_regex.go +++ b/pkg/webhook/tenant/storageclass_regex.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 //nolint:dupl diff --git a/pkg/webhook/tenantresource/objects.go b/pkg/webhook/tenantresource/objects.go index daaa7447e..9767d37bd 100644 --- a/pkg/webhook/tenantresource/objects.go +++ b/pkg/webhook/tenantresource/objects.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package tenant diff --git a/pkg/webhook/utils/error.go b/pkg/webhook/utils/error.go index 8406ab460..a24036ff8 100644 --- a/pkg/webhook/utils/error.go +++ b/pkg/webhook/utils/error.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package utils diff --git a/pkg/webhook/utils/in_capsule_groups.go b/pkg/webhook/utils/in_capsule_groups.go index e26bb2d22..842dbe9c9 100644 --- a/pkg/webhook/utils/in_capsule_groups.go +++ b/pkg/webhook/utils/in_capsule_groups.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package utils diff --git a/pkg/webhook/utils/is_capsule_user.go b/pkg/webhook/utils/is_capsule_user.go index e35d9677f..8072abc25 100644 --- a/pkg/webhook/utils/is_capsule_user.go +++ b/pkg/webhook/utils/is_capsule_user.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package utils diff --git a/pkg/webhook/utils/is_tenant_owner.go b/pkg/webhook/utils/is_tenant_owner.go index 62c0ceb3b..f1d1c488d 100644 --- a/pkg/webhook/utils/is_tenant_owner.go +++ b/pkg/webhook/utils/is_tenant_owner.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package utils diff --git a/pkg/webhook/utils/kubernetes_version.go b/pkg/webhook/utils/kubernetes_version.go index dc5f75066..031106bd4 100644 --- a/pkg/webhook/utils/kubernetes_version.go +++ b/pkg/webhook/utils/kubernetes_version.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package utils diff --git a/pkg/webhook/utils/resources.go b/pkg/webhook/utils/resources.go index d729a0e92..e601071cd 100644 --- a/pkg/webhook/utils/resources.go +++ b/pkg/webhook/utils/resources.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package utils diff --git a/pkg/webhook/utils/tenant_by_field.go b/pkg/webhook/utils/tenant_by_field.go index 8f01a95f2..f2b230263 100644 --- a/pkg/webhook/utils/tenant_by_field.go +++ b/pkg/webhook/utils/tenant_by_field.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package utils diff --git a/pkg/webhook/webhook.go b/pkg/webhook/webhook.go index 10bb17bb6..eb0bcf811 100644 --- a/pkg/webhook/webhook.go +++ b/pkg/webhook/webhook.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package webhook diff --git a/version.go b/version.go index b8144fe80..dbe6c7fab 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ -// Copyright 2020-2021 Clastix Labs +// Copyright 2020-2023 Project Capsule Authors. // SPDX-License-Identifier: Apache-2.0 package main