From 909225fd7fd4a92630c793638ae8c7925607357c Mon Sep 17 00:00:00 2001 From: Oleksii Kurinnyi Date: Mon, 31 Mar 2025 11:16:15 +0300 Subject: [PATCH] chore: update copyright years Signed-off-by: Oleksii Kurinnyi --- .ci/common.sh | 2 +- .ci/oci-devworkspace-happy-path.sh | 2 +- .ci/oci.Dockerfile | 2 +- .ci/openshift_e2e.sh | 2 +- .github/workflows/devtools-image-build.yml | 2 +- .github/workflows/next-build.yml | 2 +- Makefile | 2 +- apis/controller/v1alpha1/attributes.go | 2 +- apis/controller/v1alpha1/common.go | 2 +- apis/controller/v1alpha1/devfile.go | 2 +- apis/controller/v1alpha1/devworkspaceoperatorconfig_types.go | 2 +- apis/controller/v1alpha1/devworkspacerouting_types.go | 2 +- apis/controller/v1alpha1/doc.go | 2 +- apis/controller/v1alpha1/errors.go | 2 +- apis/controller/v1alpha1/groupversion_info.go | 2 +- apis/controller/v1alpha1/zz_generated.deepcopy.go | 2 +- build/Dockerfile | 2 +- build/devtools.Dockerfile | 2 +- build/make/olm.mk | 2 +- build/scripts/generate_deployment.sh | 2 +- .../controller/devworkspacerouting/conversion/conversion.go | 2 +- .../devworkspacerouting/devworkspacerouting_controller.go | 2 +- .../devworkspacerouting/devworkspacerouting_controller_test.go | 2 +- controllers/controller/devworkspacerouting/predicates.go | 2 +- .../controller/devworkspacerouting/solvers/basic_solver.go | 2 +- .../controller/devworkspacerouting/solvers/cluster_solver.go | 2 +- controllers/controller/devworkspacerouting/solvers/common.go | 2 +- controllers/controller/devworkspacerouting/solvers/errors.go | 2 +- .../controller/devworkspacerouting/solvers/resolve_endpoints.go | 2 +- .../devworkspacerouting/solvers/resolve_endpoints_test.go | 2 +- controllers/controller/devworkspacerouting/solvers/solver.go | 2 +- controllers/controller/devworkspacerouting/suite_test.go | 2 +- controllers/controller/devworkspacerouting/sync_ingresses.go | 2 +- controllers/controller/devworkspacerouting/sync_routes.go | 2 +- controllers/controller/devworkspacerouting/sync_services.go | 2 +- controllers/controller/devworkspacerouting/util_test.go | 2 +- controllers/workspace/cleanup.go | 2 +- controllers/workspace/condition.go | 2 +- controllers/workspace/devworkspace_controller.go | 2 +- controllers/workspace/devworkspace_controller_test.go | 2 +- controllers/workspace/eventhandlers.go | 2 +- controllers/workspace/finalize.go | 2 +- controllers/workspace/http.go | 2 +- controllers/workspace/http_test.go | 2 +- controllers/workspace/internal/testutil/http.go | 2 +- controllers/workspace/metrics/deployment_provisioning.go | 2 +- controllers/workspace/metrics/failure_reason.go | 2 +- controllers/workspace/metrics/metrics.go | 2 +- controllers/workspace/metrics/update.go | 2 +- controllers/workspace/predicates.go | 2 +- controllers/workspace/status.go | 2 +- controllers/workspace/suite_test.go | 2 +- controllers/workspace/util_test.go | 2 +- controllers/workspace/validation.go | 2 +- hack/boilerplate.go.txt | 2 +- internal/images/image.go | 2 +- internal/map/map.go | 2 +- license_header.txt | 2 +- main.go | 2 +- make-release.sh | 2 +- patch/patch_crds.sh | 2 +- pkg/cache/cache.go | 2 +- pkg/common/naming.go | 2 +- pkg/common/types.go | 2 +- pkg/conditions/conditions.go | 2 +- pkg/config/common_test.go | 2 +- pkg/config/configmap/config.go | 2 +- pkg/config/configmap/doc.go | 2 +- pkg/config/configmap/property.go | 2 +- pkg/config/defaults.go | 2 +- pkg/config/env.go | 2 +- pkg/config/migrate.go | 2 +- pkg/config/migrate_test.go | 2 +- pkg/config/predicates.go | 2 +- pkg/config/proxy/openshift.go | 2 +- pkg/config/proxy/openshift_test.go | 2 +- pkg/config/sync.go | 2 +- pkg/config/sync_test.go | 2 +- pkg/constants/attributes.go | 2 +- pkg/constants/constants.go | 2 +- pkg/constants/env.go | 2 +- pkg/constants/finalizers.go | 2 +- pkg/constants/metadata.go | 2 +- pkg/dwerrors/errors.go | 2 +- pkg/infrastructure/cluster.go | 2 +- pkg/infrastructure/namespace.go | 2 +- pkg/infrastructure/webhook.go | 2 +- pkg/library/annotate/annotations.go | 2 +- pkg/library/annotate/plugins.go | 2 +- pkg/library/annotate/urls.go | 2 +- pkg/library/constants/constants.go | 2 +- pkg/library/container/container.go | 2 +- pkg/library/container/container_test.go | 2 +- pkg/library/container/conversion.go | 2 +- pkg/library/container/mountSources.go | 2 +- pkg/library/defaults/helper.go | 2 +- pkg/library/env/workspaceenv.go | 2 +- pkg/library/env/workspaceenv_test.go | 2 +- pkg/library/flatten/common.go | 2 +- pkg/library/flatten/flatten.go | 2 +- pkg/library/flatten/flatten_test.go | 2 +- pkg/library/flatten/helper.go | 2 +- pkg/library/flatten/internal/testutil/common.go | 2 +- pkg/library/flatten/internal/testutil/http.go | 2 +- pkg/library/flatten/internal/testutil/k8sClient.go | 2 +- pkg/library/flatten/merge.go | 2 +- pkg/library/flatten/network/devfile.go | 2 +- pkg/library/flatten/network/fetch.go | 2 +- pkg/library/home/persistentHome.go | 2 +- pkg/library/home/persistentHome_test.go | 2 +- pkg/library/kubernetes/common_test.go | 2 +- pkg/library/kubernetes/deserialize.go | 2 +- pkg/library/kubernetes/deserialize_test.go | 2 +- pkg/library/kubernetes/provision.go | 2 +- pkg/library/kubernetes/provision_test.go | 2 +- pkg/library/kubernetes/util.go | 2 +- pkg/library/lifecycle/command.go | 2 +- pkg/library/lifecycle/common.go | 2 +- pkg/library/lifecycle/poststart.go | 2 +- pkg/library/lifecycle/poststart_test.go | 2 +- pkg/library/lifecycle/prestart.go | 2 +- pkg/library/lifecycle/prestart_test.go | 2 +- pkg/library/lifecycle/prestop.go | 2 +- pkg/library/lifecycle/prestop_test.go | 2 +- pkg/library/lifecycle/util.go | 2 +- pkg/library/overrides/containers.go | 2 +- pkg/library/overrides/containers_test.go | 2 +- pkg/library/overrides/pods.go | 2 +- pkg/library/overrides/pods_test.go | 2 +- pkg/library/projects/clone.go | 2 +- pkg/library/resources/helper.go | 2 +- pkg/library/resources/helper_test.go | 2 +- pkg/library/ssh/event.go | 2 +- pkg/library/status/check.go | 2 +- pkg/provision/automount/common.go | 2 +- pkg/provision/automount/common_persistenthome_test.go | 2 +- pkg/provision/automount/common_test.go | 2 +- pkg/provision/automount/configmap.go | 2 +- pkg/provision/automount/gitconfig.go | 2 +- pkg/provision/automount/gitconfig_test.go | 2 +- pkg/provision/automount/projected.go | 2 +- pkg/provision/automount/projected_test.go | 2 +- pkg/provision/automount/pvcs.go | 2 +- pkg/provision/automount/secret.go | 2 +- pkg/provision/automount/templates.go | 2 +- pkg/provision/config/config.go | 2 +- pkg/provision/metadata/envvar.go | 2 +- pkg/provision/metadata/metadata.go | 2 +- pkg/provision/storage/asyncStorage.go | 2 +- pkg/provision/storage/asyncstorage/cleanup.go | 2 +- pkg/provision/storage/asyncstorage/configmap.go | 2 +- pkg/provision/storage/asyncstorage/configuration.go | 2 +- pkg/provision/storage/asyncstorage/constants.go | 2 +- pkg/provision/storage/asyncstorage/deployment.go | 2 +- pkg/provision/storage/asyncstorage/errors.go | 2 +- pkg/provision/storage/asyncstorage/secret.go | 2 +- pkg/provision/storage/asyncstorage/service.go | 2 +- pkg/provision/storage/asyncstorage/sidecar.go | 2 +- pkg/provision/storage/asyncstorage/ssh.go | 2 +- pkg/provision/storage/asyncstorage/volume.go | 2 +- pkg/provision/storage/cleanup.go | 2 +- pkg/provision/storage/commonStorage.go | 2 +- pkg/provision/storage/commonStorage_test.go | 2 +- pkg/provision/storage/doc.go | 2 +- pkg/provision/storage/ephemeralStorage.go | 2 +- pkg/provision/storage/ephemeralStorage_test.go | 2 +- pkg/provision/storage/perWorkspaceStorage.go | 2 +- pkg/provision/storage/perWorkspaceStorage_test.go | 2 +- pkg/provision/storage/provisioner.go | 2 +- pkg/provision/storage/shared.go | 2 +- pkg/provision/sync/cluster_api.go | 2 +- pkg/provision/sync/diff.go | 2 +- pkg/provision/sync/diffopts.go | 2 +- pkg/provision/sync/sync.go | 2 +- pkg/provision/sync/update.go | 2 +- pkg/provision/workspace/deployment.go | 2 +- pkg/provision/workspace/pull_secret.go | 2 +- pkg/provision/workspace/rbac/common.go | 2 +- pkg/provision/workspace/rbac/common_test.go | 2 +- pkg/provision/workspace/rbac/finalize.go | 2 +- pkg/provision/workspace/rbac/finalize_test.go | 2 +- pkg/provision/workspace/rbac/migrate.go | 2 +- pkg/provision/workspace/rbac/migrate_test.go | 2 +- pkg/provision/workspace/rbac/role.go | 2 +- pkg/provision/workspace/rbac/role_test.go | 2 +- pkg/provision/workspace/rbac/rolebinding.go | 2 +- pkg/provision/workspace/rbac/rolebinding_test.go | 2 +- pkg/provision/workspace/routing.go | 2 +- pkg/provision/workspace/serviceaccount.go | 2 +- pkg/provision/workspace/ssh.go | 2 +- pkg/provision/workspace/tokens.go | 2 +- pkg/provision/workspace/tokens_test.go | 2 +- pkg/webhook/cluster_role_bindings.go | 2 +- pkg/webhook/cluster_roles.go | 2 +- pkg/webhook/create.go | 2 +- pkg/webhook/deployment.go | 2 +- pkg/webhook/info.go | 2 +- pkg/webhook/init_cfg.go | 2 +- pkg/webhook/kubernetes/tls.go | 2 +- pkg/webhook/openshift/tls.go | 2 +- pkg/webhook/service/log.go | 2 +- pkg/webhook/service/service.go | 2 +- pkg/webhook/service_account.go | 2 +- project-clone/Dockerfile | 2 +- project-clone/internal/bootstrap/bootstrap.go | 2 +- project-clone/internal/bootstrap/cluster.go | 2 +- project-clone/internal/bootstrap/util.go | 2 +- project-clone/internal/devfile.go | 2 +- project-clone/internal/git/operations.go | 2 +- project-clone/internal/git/setup.go | 2 +- project-clone/internal/global.go | 2 +- project-clone/internal/shell/execute.go | 2 +- project-clone/internal/utils.go | 2 +- project-clone/internal/zip/setup.go | 2 +- project-clone/main.go | 2 +- test/e2e/cmd/workspaces_test.go | 2 +- test/e2e/pkg/client/client.go | 2 +- test/e2e/pkg/client/devws.go | 2 +- test/e2e/pkg/client/namespace.go | 2 +- test/e2e/pkg/client/oc.go | 2 +- test/e2e/pkg/client/pod.go | 2 +- test/e2e/pkg/client/rbac.go | 2 +- test/e2e/pkg/client/webhooks.go | 2 +- test/e2e/pkg/config/config.go | 2 +- test/e2e/pkg/metadata/metadata.go | 2 +- test/e2e/pkg/tests/devworkspaces_tests.go | 2 +- update_devworkspace_crds.sh | 2 +- version/version.go | 2 +- webhook/main.go | 2 +- webhook/server/server.go | 2 +- webhook/workspace/config.go | 2 +- webhook/workspace/handler/access_control.go | 2 +- webhook/workspace/handler/attributes.go | 2 +- webhook/workspace/handler/deployment.go | 2 +- webhook/workspace/handler/exec.go | 2 +- webhook/workspace/handler/handler.go | 2 +- webhook/workspace/handler/immutable.go | 2 +- webhook/workspace/handler/kind.go | 2 +- webhook/workspace/handler/kubernetes.go | 2 +- webhook/workspace/handler/log.go | 2 +- webhook/workspace/handler/metadata.go | 2 +- webhook/workspace/handler/pod.go | 2 +- webhook/workspace/handler/template.go | 2 +- webhook/workspace/handler/validate.go | 2 +- webhook/workspace/handler/warning.go | 2 +- webhook/workspace/handler/warning_test.go | 2 +- webhook/workspace/handler/workspace.go | 2 +- webhook/workspace/log.go | 2 +- webhook/workspace/mutate.go | 2 +- webhook/workspace/mutating_cfg.go | 2 +- webhook/workspace/validate.go | 2 +- webhook/workspace/validating_cfg.go | 2 +- 252 files changed, 252 insertions(+), 252 deletions(-) diff --git a/.ci/common.sh b/.ci/common.sh index 3e0bc84f1..5aef1dae1 100755 --- a/.ci/common.sh +++ b/.ci/common.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2019-2024 Red Hat, Inc. +# Copyright (c) 2019-2025 Red Hat, Inc. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/.ci/oci-devworkspace-happy-path.sh b/.ci/oci-devworkspace-happy-path.sh index 0a57a9dbc..75ff93673 100755 --- a/.ci/oci-devworkspace-happy-path.sh +++ b/.ci/oci-devworkspace-happy-path.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2019-2024 Red Hat, Inc. +# Copyright (c) 2019-2025 Red Hat, Inc. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/.ci/oci.Dockerfile b/.ci/oci.Dockerfile index a9eb41dd3..964558800 100644 --- a/.ci/oci.Dockerfile +++ b/.ci/oci.Dockerfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2024 Red Hat, Inc. +# Copyright (c) 2019-2025 Red Hat, Inc. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/.ci/openshift_e2e.sh b/.ci/openshift_e2e.sh index 8f1cbcdff..9b9b175b2 100755 --- a/.ci/openshift_e2e.sh +++ b/.ci/openshift_e2e.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2019-2024 Red Hat, Inc. +# Copyright (c) 2019-2025 Red Hat, Inc. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/.github/workflows/devtools-image-build.yml b/.github/workflows/devtools-image-build.yml index 10f9657d0..126a20074 100644 --- a/.github/workflows/devtools-image-build.yml +++ b/.github/workflows/devtools-image-build.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2024 Red Hat, Inc. +# Copyright (c) 2019-2025 Red Hat, Inc. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/.github/workflows/next-build.yml b/.github/workflows/next-build.yml index 6e5567b4c..6de02e201 100644 --- a/.github/workflows/next-build.yml +++ b/.github/workflows/next-build.yml @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2024 Red Hat, Inc. +# Copyright (c) 2019-2025 Red Hat, Inc. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/Makefile b/Makefile index a9f4c385e..36ac353c5 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2019-2024 Red Hat, Inc. +# Copyright (c) 2019-2025 Red Hat, Inc. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/apis/controller/v1alpha1/attributes.go b/apis/controller/v1alpha1/attributes.go index 0f77bd2a4..604fcdf60 100644 --- a/apis/controller/v1alpha1/attributes.go +++ b/apis/controller/v1alpha1/attributes.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/apis/controller/v1alpha1/common.go b/apis/controller/v1alpha1/common.go index cad580d01..526c0f25d 100644 --- a/apis/controller/v1alpha1/common.go +++ b/apis/controller/v1alpha1/common.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/apis/controller/v1alpha1/devfile.go b/apis/controller/v1alpha1/devfile.go index 87ec1d182..2e294bde7 100644 --- a/apis/controller/v1alpha1/devfile.go +++ b/apis/controller/v1alpha1/devfile.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/apis/controller/v1alpha1/devworkspaceoperatorconfig_types.go b/apis/controller/v1alpha1/devworkspaceoperatorconfig_types.go index 04bd20dc4..c3bb4f4f4 100644 --- a/apis/controller/v1alpha1/devworkspaceoperatorconfig_types.go +++ b/apis/controller/v1alpha1/devworkspaceoperatorconfig_types.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/apis/controller/v1alpha1/devworkspacerouting_types.go b/apis/controller/v1alpha1/devworkspacerouting_types.go index 4b364d203..6db93e48a 100644 --- a/apis/controller/v1alpha1/devworkspacerouting_types.go +++ b/apis/controller/v1alpha1/devworkspacerouting_types.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/apis/controller/v1alpha1/doc.go b/apis/controller/v1alpha1/doc.go index 708cf9a73..db4ea643a 100644 --- a/apis/controller/v1alpha1/doc.go +++ b/apis/controller/v1alpha1/doc.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/apis/controller/v1alpha1/errors.go b/apis/controller/v1alpha1/errors.go index 709972cb9..77f43fe2d 100644 --- a/apis/controller/v1alpha1/errors.go +++ b/apis/controller/v1alpha1/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/apis/controller/v1alpha1/groupversion_info.go b/apis/controller/v1alpha1/groupversion_info.go index 5504a28c3..c952dae6e 100644 --- a/apis/controller/v1alpha1/groupversion_info.go +++ b/apis/controller/v1alpha1/groupversion_info.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/apis/controller/v1alpha1/zz_generated.deepcopy.go b/apis/controller/v1alpha1/zz_generated.deepcopy.go index 687b2aa2a..31ba176e7 100644 --- a/apis/controller/v1alpha1/zz_generated.deepcopy.go +++ b/apis/controller/v1alpha1/zz_generated.deepcopy.go @@ -1,7 +1,7 @@ //go:build !ignore_autogenerated // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/build/Dockerfile b/build/Dockerfile index 0f814e3a2..10e1dad6b 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2024 Red Hat, Inc. +# Copyright (c) 2019-2025 Red Hat, Inc. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/build/devtools.Dockerfile b/build/devtools.Dockerfile index b05b31461..17a4509b0 100644 --- a/build/devtools.Dockerfile +++ b/build/devtools.Dockerfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2024 Red Hat, Inc. +# Copyright (c) 2019-2025 Red Hat, Inc. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/build/make/olm.mk b/build/make/olm.mk index bd70d4b5b..5fe60ceb4 100644 --- a/build/make/olm.mk +++ b/build/make/olm.mk @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2024 Red Hat, Inc. +# Copyright (c) 2019-2025 Red Hat, Inc. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/build/scripts/generate_deployment.sh b/build/scripts/generate_deployment.sh index e91be2d64..d63632d07 100755 --- a/build/scripts/generate_deployment.sh +++ b/build/scripts/generate_deployment.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2019-2024 Red Hat, Inc. +# Copyright (c) 2019-2025 Red Hat, Inc. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/controllers/controller/devworkspacerouting/conversion/conversion.go b/controllers/controller/devworkspacerouting/conversion/conversion.go index 6c361f62f..7f4c62ace 100644 --- a/controllers/controller/devworkspacerouting/conversion/conversion.go +++ b/controllers/controller/devworkspacerouting/conversion/conversion.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/controllers/controller/devworkspacerouting/devworkspacerouting_controller.go b/controllers/controller/devworkspacerouting/devworkspacerouting_controller.go index 0f80a0111..367da93d0 100644 --- a/controllers/controller/devworkspacerouting/devworkspacerouting_controller.go +++ b/controllers/controller/devworkspacerouting/devworkspacerouting_controller.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/controllers/controller/devworkspacerouting/devworkspacerouting_controller_test.go b/controllers/controller/devworkspacerouting/devworkspacerouting_controller_test.go index 8ec6125a5..6c8cf1a30 100644 --- a/controllers/controller/devworkspacerouting/devworkspacerouting_controller_test.go +++ b/controllers/controller/devworkspacerouting/devworkspacerouting_controller_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/controllers/controller/devworkspacerouting/predicates.go b/controllers/controller/devworkspacerouting/predicates.go index 185356d98..7a545fa3f 100644 --- a/controllers/controller/devworkspacerouting/predicates.go +++ b/controllers/controller/devworkspacerouting/predicates.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/controllers/controller/devworkspacerouting/solvers/basic_solver.go b/controllers/controller/devworkspacerouting/solvers/basic_solver.go index 9cbafc1f0..50df27fa1 100644 --- a/controllers/controller/devworkspacerouting/solvers/basic_solver.go +++ b/controllers/controller/devworkspacerouting/solvers/basic_solver.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/controllers/controller/devworkspacerouting/solvers/cluster_solver.go b/controllers/controller/devworkspacerouting/solvers/cluster_solver.go index 305133d6b..7c5462252 100644 --- a/controllers/controller/devworkspacerouting/solvers/cluster_solver.go +++ b/controllers/controller/devworkspacerouting/solvers/cluster_solver.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/controllers/controller/devworkspacerouting/solvers/common.go b/controllers/controller/devworkspacerouting/solvers/common.go index b642874ec..b55367ad8 100644 --- a/controllers/controller/devworkspacerouting/solvers/common.go +++ b/controllers/controller/devworkspacerouting/solvers/common.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/controllers/controller/devworkspacerouting/solvers/errors.go b/controllers/controller/devworkspacerouting/solvers/errors.go index 1b598f027..ffcdd7b7b 100644 --- a/controllers/controller/devworkspacerouting/solvers/errors.go +++ b/controllers/controller/devworkspacerouting/solvers/errors.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/controllers/controller/devworkspacerouting/solvers/resolve_endpoints.go b/controllers/controller/devworkspacerouting/solvers/resolve_endpoints.go index 23645108b..0ba164263 100644 --- a/controllers/controller/devworkspacerouting/solvers/resolve_endpoints.go +++ b/controllers/controller/devworkspacerouting/solvers/resolve_endpoints.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/controllers/controller/devworkspacerouting/solvers/resolve_endpoints_test.go b/controllers/controller/devworkspacerouting/solvers/resolve_endpoints_test.go index 2e851ccb0..72387f5f6 100644 --- a/controllers/controller/devworkspacerouting/solvers/resolve_endpoints_test.go +++ b/controllers/controller/devworkspacerouting/solvers/resolve_endpoints_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/controllers/controller/devworkspacerouting/solvers/solver.go b/controllers/controller/devworkspacerouting/solvers/solver.go index a5c3a3872..c5c5a5c87 100644 --- a/controllers/controller/devworkspacerouting/solvers/solver.go +++ b/controllers/controller/devworkspacerouting/solvers/solver.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/controllers/controller/devworkspacerouting/suite_test.go b/controllers/controller/devworkspacerouting/suite_test.go index 51ef969fb..ca18835d4 100644 --- a/controllers/controller/devworkspacerouting/suite_test.go +++ b/controllers/controller/devworkspacerouting/suite_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/controllers/controller/devworkspacerouting/sync_ingresses.go b/controllers/controller/devworkspacerouting/sync_ingresses.go index 4c30c2829..6d21fae5a 100644 --- a/controllers/controller/devworkspacerouting/sync_ingresses.go +++ b/controllers/controller/devworkspacerouting/sync_ingresses.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/controllers/controller/devworkspacerouting/sync_routes.go b/controllers/controller/devworkspacerouting/sync_routes.go index bee939326..4a542a140 100644 --- a/controllers/controller/devworkspacerouting/sync_routes.go +++ b/controllers/controller/devworkspacerouting/sync_routes.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/controllers/controller/devworkspacerouting/sync_services.go b/controllers/controller/devworkspacerouting/sync_services.go index 1902626e4..41b8925c7 100644 --- a/controllers/controller/devworkspacerouting/sync_services.go +++ b/controllers/controller/devworkspacerouting/sync_services.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/controllers/controller/devworkspacerouting/util_test.go b/controllers/controller/devworkspacerouting/util_test.go index deb189afb..d386f4635 100644 --- a/controllers/controller/devworkspacerouting/util_test.go +++ b/controllers/controller/devworkspacerouting/util_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/controllers/workspace/cleanup.go b/controllers/workspace/cleanup.go index a89be8274..9992b11c4 100644 --- a/controllers/workspace/cleanup.go +++ b/controllers/workspace/cleanup.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/controllers/workspace/condition.go b/controllers/workspace/condition.go index d578b90c7..5b374f60d 100644 --- a/controllers/workspace/condition.go +++ b/controllers/workspace/condition.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/controllers/workspace/devworkspace_controller.go b/controllers/workspace/devworkspace_controller.go index c505e55d7..18ebc1047 100644 --- a/controllers/workspace/devworkspace_controller.go +++ b/controllers/workspace/devworkspace_controller.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/controllers/workspace/devworkspace_controller_test.go b/controllers/workspace/devworkspace_controller_test.go index 820af81ae..9fae45d48 100644 --- a/controllers/workspace/devworkspace_controller_test.go +++ b/controllers/workspace/devworkspace_controller_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/controllers/workspace/eventhandlers.go b/controllers/workspace/eventhandlers.go index 7b0bd990b..d7c796cfe 100644 --- a/controllers/workspace/eventhandlers.go +++ b/controllers/workspace/eventhandlers.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/controllers/workspace/finalize.go b/controllers/workspace/finalize.go index a1cf7fa48..169c412ef 100644 --- a/controllers/workspace/finalize.go +++ b/controllers/workspace/finalize.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/controllers/workspace/http.go b/controllers/workspace/http.go index 5268fcc1c..d4df30e3e 100644 --- a/controllers/workspace/http.go +++ b/controllers/workspace/http.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/controllers/workspace/http_test.go b/controllers/workspace/http_test.go index 2ef4e8d8d..a32d3c196 100644 --- a/controllers/workspace/http_test.go +++ b/controllers/workspace/http_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/controllers/workspace/internal/testutil/http.go b/controllers/workspace/internal/testutil/http.go index 2c283620f..3c5e2d51e 100644 --- a/controllers/workspace/internal/testutil/http.go +++ b/controllers/workspace/internal/testutil/http.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/controllers/workspace/metrics/deployment_provisioning.go b/controllers/workspace/metrics/deployment_provisioning.go index 05dff929e..b1951cfc9 100644 --- a/controllers/workspace/metrics/deployment_provisioning.go +++ b/controllers/workspace/metrics/deployment_provisioning.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/controllers/workspace/metrics/failure_reason.go b/controllers/workspace/metrics/failure_reason.go index e824deafd..c2123b124 100644 --- a/controllers/workspace/metrics/failure_reason.go +++ b/controllers/workspace/metrics/failure_reason.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/controllers/workspace/metrics/metrics.go b/controllers/workspace/metrics/metrics.go index 8cd1a69f1..099c54ed0 100644 --- a/controllers/workspace/metrics/metrics.go +++ b/controllers/workspace/metrics/metrics.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/controllers/workspace/metrics/update.go b/controllers/workspace/metrics/update.go index 16995693a..45399d0f7 100644 --- a/controllers/workspace/metrics/update.go +++ b/controllers/workspace/metrics/update.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/controllers/workspace/predicates.go b/controllers/workspace/predicates.go index cdf81a4f1..be931443a 100644 --- a/controllers/workspace/predicates.go +++ b/controllers/workspace/predicates.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/controllers/workspace/status.go b/controllers/workspace/status.go index d3184454a..6f359302e 100644 --- a/controllers/workspace/status.go +++ b/controllers/workspace/status.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/controllers/workspace/suite_test.go b/controllers/workspace/suite_test.go index b2373017f..d76e59766 100644 --- a/controllers/workspace/suite_test.go +++ b/controllers/workspace/suite_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/controllers/workspace/util_test.go b/controllers/workspace/util_test.go index b87f84b59..a110de16f 100644 --- a/controllers/workspace/util_test.go +++ b/controllers/workspace/util_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/controllers/workspace/validation.go b/controllers/workspace/validation.go index bd161212b..c351d0444 100644 --- a/controllers/workspace/validation.go +++ b/controllers/workspace/validation.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/hack/boilerplate.go.txt b/hack/boilerplate.go.txt index 8f22ca260..11aece2be 100644 --- a/hack/boilerplate.go.txt +++ b/hack/boilerplate.go.txt @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/internal/images/image.go b/internal/images/image.go index 5b5bc1dd0..e7b410ba4 100644 --- a/internal/images/image.go +++ b/internal/images/image.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/internal/map/map.go b/internal/map/map.go index d885abe9d..a1b38e49f 100644 --- a/internal/map/map.go +++ b/internal/map/map.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/license_header.txt b/license_header.txt index bf827c010..79e9fb051 100644 --- a/license_header.txt +++ b/license_header.txt @@ -1,4 +1,4 @@ -Copyright (c) 2019-2023 Red Hat, Inc. +Copyright (c) 2019-2025 Red Hat, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/main.go b/main.go index 2984f4f1f..f9a08d5a9 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/make-release.sh b/make-release.sh index cdaa62d74..9a2cd7bcb 100755 --- a/make-release.sh +++ b/make-release.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2019-2024 Red Hat, Inc. +# Copyright (c) 2019-2025 Red Hat, Inc. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/patch/patch_crds.sh b/patch/patch_crds.sh index 0936140fa..b1ddfebc6 100755 --- a/patch/patch_crds.sh +++ b/patch/patch_crds.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2019-2024 Red Hat, Inc. +# Copyright (c) 2019-2025 Red Hat, Inc. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/pkg/cache/cache.go b/pkg/cache/cache.go index a29e6d868..5b6b53594 100644 --- a/pkg/cache/cache.go +++ b/pkg/cache/cache.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/common/naming.go b/pkg/common/naming.go index 56b0c6516..1e7cb8c7e 100644 --- a/pkg/common/naming.go +++ b/pkg/common/naming.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/common/types.go b/pkg/common/types.go index d33ae545e..cacf46844 100644 --- a/pkg/common/types.go +++ b/pkg/common/types.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/conditions/conditions.go b/pkg/conditions/conditions.go index aa6f39614..2e193f4a0 100644 --- a/pkg/conditions/conditions.go +++ b/pkg/conditions/conditions.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/config/common_test.go b/pkg/config/common_test.go index 5d04c4d70..0bbbb4550 100644 --- a/pkg/config/common_test.go +++ b/pkg/config/common_test.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/config/configmap/config.go b/pkg/config/configmap/config.go index cf638c4f6..05be88b2b 100644 --- a/pkg/config/configmap/config.go +++ b/pkg/config/configmap/config.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/config/configmap/doc.go b/pkg/config/configmap/doc.go index 1a09e6222..3a0b3a120 100644 --- a/pkg/config/configmap/doc.go +++ b/pkg/config/configmap/doc.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/config/configmap/property.go b/pkg/config/configmap/property.go index 60c392098..3bdd842ed 100644 --- a/pkg/config/configmap/property.go +++ b/pkg/config/configmap/property.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/config/defaults.go b/pkg/config/defaults.go index 5e1c2eba0..2d95e7616 100644 --- a/pkg/config/defaults.go +++ b/pkg/config/defaults.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/config/env.go b/pkg/config/env.go index aace3202d..95974be47 100644 --- a/pkg/config/env.go +++ b/pkg/config/env.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/config/migrate.go b/pkg/config/migrate.go index e3620fe81..0f2705304 100644 --- a/pkg/config/migrate.go +++ b/pkg/config/migrate.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/config/migrate_test.go b/pkg/config/migrate_test.go index 81f2b9a67..707fee614 100644 --- a/pkg/config/migrate_test.go +++ b/pkg/config/migrate_test.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/config/predicates.go b/pkg/config/predicates.go index 2389792a8..a5f68bd6b 100644 --- a/pkg/config/predicates.go +++ b/pkg/config/predicates.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/config/proxy/openshift.go b/pkg/config/proxy/openshift.go index 4424dd220..5c79e655d 100644 --- a/pkg/config/proxy/openshift.go +++ b/pkg/config/proxy/openshift.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/config/proxy/openshift_test.go b/pkg/config/proxy/openshift_test.go index 3525ecfeb..ac9f080c8 100644 --- a/pkg/config/proxy/openshift_test.go +++ b/pkg/config/proxy/openshift_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/config/sync.go b/pkg/config/sync.go index 483c820ec..6d687d8b0 100644 --- a/pkg/config/sync.go +++ b/pkg/config/sync.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/config/sync_test.go b/pkg/config/sync_test.go index 68bc2e913..2c522e9cb 100644 --- a/pkg/config/sync_test.go +++ b/pkg/config/sync_test.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/constants/attributes.go b/pkg/constants/attributes.go index e5f8f8d85..484c7c885 100644 --- a/pkg/constants/attributes.go +++ b/pkg/constants/attributes.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/constants/constants.go b/pkg/constants/constants.go index e5e021200..8087aad7e 100644 --- a/pkg/constants/constants.go +++ b/pkg/constants/constants.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/constants/env.go b/pkg/constants/env.go index bad2a63d6..c80a743e3 100644 --- a/pkg/constants/env.go +++ b/pkg/constants/env.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/constants/finalizers.go b/pkg/constants/finalizers.go index 9baddab41..b53669d55 100644 --- a/pkg/constants/finalizers.go +++ b/pkg/constants/finalizers.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/constants/metadata.go b/pkg/constants/metadata.go index 20ffd09a6..a2767ae5b 100644 --- a/pkg/constants/metadata.go +++ b/pkg/constants/metadata.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/dwerrors/errors.go b/pkg/dwerrors/errors.go index 67c0b45e8..60c4f18cc 100644 --- a/pkg/dwerrors/errors.go +++ b/pkg/dwerrors/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/infrastructure/cluster.go b/pkg/infrastructure/cluster.go index a40038f3f..702d6e1ab 100644 --- a/pkg/infrastructure/cluster.go +++ b/pkg/infrastructure/cluster.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/infrastructure/namespace.go b/pkg/infrastructure/namespace.go index 5572ad756..d904b39b9 100644 --- a/pkg/infrastructure/namespace.go +++ b/pkg/infrastructure/namespace.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/infrastructure/webhook.go b/pkg/infrastructure/webhook.go index 10bf4894f..4b69ed4a2 100644 --- a/pkg/infrastructure/webhook.go +++ b/pkg/infrastructure/webhook.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/annotate/annotations.go b/pkg/library/annotate/annotations.go index b86503e46..c0250ca00 100644 --- a/pkg/library/annotate/annotations.go +++ b/pkg/library/annotate/annotations.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/annotate/plugins.go b/pkg/library/annotate/plugins.go index b1b589980..f025a533d 100644 --- a/pkg/library/annotate/plugins.go +++ b/pkg/library/annotate/plugins.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/annotate/urls.go b/pkg/library/annotate/urls.go index d33e0e875..888fc6378 100644 --- a/pkg/library/annotate/urls.go +++ b/pkg/library/annotate/urls.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/constants/constants.go b/pkg/library/constants/constants.go index c46112462..33414a2b3 100644 --- a/pkg/library/constants/constants.go +++ b/pkg/library/constants/constants.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/container/container.go b/pkg/library/container/container.go index c75d1091a..c69bc4b40 100644 --- a/pkg/library/container/container.go +++ b/pkg/library/container/container.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/container/container_test.go b/pkg/library/container/container_test.go index e518101b0..6b6f23463 100644 --- a/pkg/library/container/container_test.go +++ b/pkg/library/container/container_test.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/container/conversion.go b/pkg/library/container/conversion.go index bb087d0dd..c2bbd5dd7 100644 --- a/pkg/library/container/conversion.go +++ b/pkg/library/container/conversion.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/container/mountSources.go b/pkg/library/container/mountSources.go index 7afe963ae..5844bb1a1 100644 --- a/pkg/library/container/mountSources.go +++ b/pkg/library/container/mountSources.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/defaults/helper.go b/pkg/library/defaults/helper.go index 214ef538f..13f87ae93 100644 --- a/pkg/library/defaults/helper.go +++ b/pkg/library/defaults/helper.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/env/workspaceenv.go b/pkg/library/env/workspaceenv.go index 753ba99e1..6adf0ab24 100644 --- a/pkg/library/env/workspaceenv.go +++ b/pkg/library/env/workspaceenv.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/env/workspaceenv_test.go b/pkg/library/env/workspaceenv_test.go index 60b4be9c3..9b5ae16d0 100644 --- a/pkg/library/env/workspaceenv_test.go +++ b/pkg/library/env/workspaceenv_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/flatten/common.go b/pkg/library/flatten/common.go index 38e6455b9..6fc771766 100644 --- a/pkg/library/flatten/common.go +++ b/pkg/library/flatten/common.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/flatten/flatten.go b/pkg/library/flatten/flatten.go index 790edc448..c30063a53 100644 --- a/pkg/library/flatten/flatten.go +++ b/pkg/library/flatten/flatten.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/flatten/flatten_test.go b/pkg/library/flatten/flatten_test.go index 0244445c6..295b9beed 100644 --- a/pkg/library/flatten/flatten_test.go +++ b/pkg/library/flatten/flatten_test.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/flatten/helper.go b/pkg/library/flatten/helper.go index 422140bd6..2d1065f99 100644 --- a/pkg/library/flatten/helper.go +++ b/pkg/library/flatten/helper.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/flatten/internal/testutil/common.go b/pkg/library/flatten/internal/testutil/common.go index 352c73400..991522fa1 100644 --- a/pkg/library/flatten/internal/testutil/common.go +++ b/pkg/library/flatten/internal/testutil/common.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/flatten/internal/testutil/http.go b/pkg/library/flatten/internal/testutil/http.go index eade3a831..50ad52888 100644 --- a/pkg/library/flatten/internal/testutil/http.go +++ b/pkg/library/flatten/internal/testutil/http.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/flatten/internal/testutil/k8sClient.go b/pkg/library/flatten/internal/testutil/k8sClient.go index cbd45391a..5124177b6 100644 --- a/pkg/library/flatten/internal/testutil/k8sClient.go +++ b/pkg/library/flatten/internal/testutil/k8sClient.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/flatten/merge.go b/pkg/library/flatten/merge.go index 5e3ac066d..dad88b3ad 100644 --- a/pkg/library/flatten/merge.go +++ b/pkg/library/flatten/merge.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/flatten/network/devfile.go b/pkg/library/flatten/network/devfile.go index 29fd077f4..2eae0af7f 100644 --- a/pkg/library/flatten/network/devfile.go +++ b/pkg/library/flatten/network/devfile.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/flatten/network/fetch.go b/pkg/library/flatten/network/fetch.go index aaea303f8..08b41927f 100644 --- a/pkg/library/flatten/network/fetch.go +++ b/pkg/library/flatten/network/fetch.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/home/persistentHome.go b/pkg/library/home/persistentHome.go index 9f5eff1b1..bb6d8132b 100644 --- a/pkg/library/home/persistentHome.go +++ b/pkg/library/home/persistentHome.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/home/persistentHome_test.go b/pkg/library/home/persistentHome_test.go index 6f92e05a0..9b70d1734 100644 --- a/pkg/library/home/persistentHome_test.go +++ b/pkg/library/home/persistentHome_test.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/kubernetes/common_test.go b/pkg/library/kubernetes/common_test.go index e1c109b9b..066c606a7 100644 --- a/pkg/library/kubernetes/common_test.go +++ b/pkg/library/kubernetes/common_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/kubernetes/deserialize.go b/pkg/library/kubernetes/deserialize.go index f742a29e6..90bd38edd 100644 --- a/pkg/library/kubernetes/deserialize.go +++ b/pkg/library/kubernetes/deserialize.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/kubernetes/deserialize_test.go b/pkg/library/kubernetes/deserialize_test.go index c7fac020a..436e4a8f9 100644 --- a/pkg/library/kubernetes/deserialize_test.go +++ b/pkg/library/kubernetes/deserialize_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/kubernetes/provision.go b/pkg/library/kubernetes/provision.go index 9bc620dba..88b7a1108 100644 --- a/pkg/library/kubernetes/provision.go +++ b/pkg/library/kubernetes/provision.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/kubernetes/provision_test.go b/pkg/library/kubernetes/provision_test.go index 378f76f8d..0615d6344 100644 --- a/pkg/library/kubernetes/provision_test.go +++ b/pkg/library/kubernetes/provision_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/kubernetes/util.go b/pkg/library/kubernetes/util.go index 3d24eddb5..8fab5197f 100644 --- a/pkg/library/kubernetes/util.go +++ b/pkg/library/kubernetes/util.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/lifecycle/command.go b/pkg/library/lifecycle/command.go index ed58335b7..bb9329ff6 100644 --- a/pkg/library/lifecycle/command.go +++ b/pkg/library/lifecycle/command.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/lifecycle/common.go b/pkg/library/lifecycle/common.go index 7a85ddb5b..7ea6d9d3d 100644 --- a/pkg/library/lifecycle/common.go +++ b/pkg/library/lifecycle/common.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/lifecycle/poststart.go b/pkg/library/lifecycle/poststart.go index e93616a8e..572efa60c 100644 --- a/pkg/library/lifecycle/poststart.go +++ b/pkg/library/lifecycle/poststart.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/lifecycle/poststart_test.go b/pkg/library/lifecycle/poststart_test.go index dcfd7f484..e49197163 100644 --- a/pkg/library/lifecycle/poststart_test.go +++ b/pkg/library/lifecycle/poststart_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/lifecycle/prestart.go b/pkg/library/lifecycle/prestart.go index a828ab677..ac59fc3f0 100644 --- a/pkg/library/lifecycle/prestart.go +++ b/pkg/library/lifecycle/prestart.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/lifecycle/prestart_test.go b/pkg/library/lifecycle/prestart_test.go index 82217412e..963039ab0 100644 --- a/pkg/library/lifecycle/prestart_test.go +++ b/pkg/library/lifecycle/prestart_test.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/lifecycle/prestop.go b/pkg/library/lifecycle/prestop.go index 070d6d2c3..17fdb78d6 100644 --- a/pkg/library/lifecycle/prestop.go +++ b/pkg/library/lifecycle/prestop.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/lifecycle/prestop_test.go b/pkg/library/lifecycle/prestop_test.go index c8199132e..de66dc3ec 100644 --- a/pkg/library/lifecycle/prestop_test.go +++ b/pkg/library/lifecycle/prestop_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/lifecycle/util.go b/pkg/library/lifecycle/util.go index 2d1982842..8a4e1664b 100644 --- a/pkg/library/lifecycle/util.go +++ b/pkg/library/lifecycle/util.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/overrides/containers.go b/pkg/library/overrides/containers.go index 2303b94cf..2e68b26b9 100644 --- a/pkg/library/overrides/containers.go +++ b/pkg/library/overrides/containers.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/overrides/containers_test.go b/pkg/library/overrides/containers_test.go index 9cd8449d1..2a86a820e 100644 --- a/pkg/library/overrides/containers_test.go +++ b/pkg/library/overrides/containers_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/overrides/pods.go b/pkg/library/overrides/pods.go index cd0f45aa7..c9b826a5c 100644 --- a/pkg/library/overrides/pods.go +++ b/pkg/library/overrides/pods.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/overrides/pods_test.go b/pkg/library/overrides/pods_test.go index 87a4e09ba..6352fbc2e 100644 --- a/pkg/library/overrides/pods_test.go +++ b/pkg/library/overrides/pods_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/projects/clone.go b/pkg/library/projects/clone.go index 5f238444d..c1e4d9de1 100644 --- a/pkg/library/projects/clone.go +++ b/pkg/library/projects/clone.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/resources/helper.go b/pkg/library/resources/helper.go index 8dd50e254..c18135d8d 100644 --- a/pkg/library/resources/helper.go +++ b/pkg/library/resources/helper.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/resources/helper_test.go b/pkg/library/resources/helper_test.go index 1062b468b..7ef862739 100644 --- a/pkg/library/resources/helper_test.go +++ b/pkg/library/resources/helper_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/ssh/event.go b/pkg/library/ssh/event.go index f888b8d9c..91613d74b 100644 --- a/pkg/library/ssh/event.go +++ b/pkg/library/ssh/event.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/library/status/check.go b/pkg/library/status/check.go index c796e44c4..b44843772 100644 --- a/pkg/library/status/check.go +++ b/pkg/library/status/check.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/automount/common.go b/pkg/provision/automount/common.go index 23ce1ce96..9265e05c6 100644 --- a/pkg/provision/automount/common.go +++ b/pkg/provision/automount/common.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/automount/common_persistenthome_test.go b/pkg/provision/automount/common_persistenthome_test.go index 159f05b95..b1f71d0f8 100644 --- a/pkg/provision/automount/common_persistenthome_test.go +++ b/pkg/provision/automount/common_persistenthome_test.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/automount/common_test.go b/pkg/provision/automount/common_test.go index b7518b4fd..060c3ac79 100644 --- a/pkg/provision/automount/common_test.go +++ b/pkg/provision/automount/common_test.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/automount/configmap.go b/pkg/provision/automount/configmap.go index 9148f6ed6..04decb58c 100644 --- a/pkg/provision/automount/configmap.go +++ b/pkg/provision/automount/configmap.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/automount/gitconfig.go b/pkg/provision/automount/gitconfig.go index cbe5188bd..a9648a05e 100644 --- a/pkg/provision/automount/gitconfig.go +++ b/pkg/provision/automount/gitconfig.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/automount/gitconfig_test.go b/pkg/provision/automount/gitconfig_test.go index 3b7463b76..233dd588a 100644 --- a/pkg/provision/automount/gitconfig_test.go +++ b/pkg/provision/automount/gitconfig_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/automount/projected.go b/pkg/provision/automount/projected.go index 30fd7f882..241668e2b 100644 --- a/pkg/provision/automount/projected.go +++ b/pkg/provision/automount/projected.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/automount/projected_test.go b/pkg/provision/automount/projected_test.go index 127d87102..fb1efbbd0 100644 --- a/pkg/provision/automount/projected_test.go +++ b/pkg/provision/automount/projected_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/automount/pvcs.go b/pkg/provision/automount/pvcs.go index 3cfa480d9..653038b3d 100644 --- a/pkg/provision/automount/pvcs.go +++ b/pkg/provision/automount/pvcs.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/automount/secret.go b/pkg/provision/automount/secret.go index 7fc11471d..25146782d 100644 --- a/pkg/provision/automount/secret.go +++ b/pkg/provision/automount/secret.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/automount/templates.go b/pkg/provision/automount/templates.go index a16456ed9..d725de023 100644 --- a/pkg/provision/automount/templates.go +++ b/pkg/provision/automount/templates.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/config/config.go b/pkg/provision/config/config.go index b24dd7779..41336eed9 100644 --- a/pkg/provision/config/config.go +++ b/pkg/provision/config/config.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/metadata/envvar.go b/pkg/provision/metadata/envvar.go index 32c72d5f7..ef692df12 100644 --- a/pkg/provision/metadata/envvar.go +++ b/pkg/provision/metadata/envvar.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/metadata/metadata.go b/pkg/provision/metadata/metadata.go index 1aaa64550..858fce9c1 100644 --- a/pkg/provision/metadata/metadata.go +++ b/pkg/provision/metadata/metadata.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/storage/asyncStorage.go b/pkg/provision/storage/asyncStorage.go index 1a595b6f4..4f101ab6d 100644 --- a/pkg/provision/storage/asyncStorage.go +++ b/pkg/provision/storage/asyncStorage.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/storage/asyncstorage/cleanup.go b/pkg/provision/storage/asyncstorage/cleanup.go index d451c9be8..806c5ddbe 100644 --- a/pkg/provision/storage/asyncstorage/cleanup.go +++ b/pkg/provision/storage/asyncstorage/cleanup.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/storage/asyncstorage/configmap.go b/pkg/provision/storage/asyncstorage/configmap.go index 79afba548..cb393443d 100644 --- a/pkg/provision/storage/asyncstorage/configmap.go +++ b/pkg/provision/storage/asyncstorage/configmap.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/storage/asyncstorage/configuration.go b/pkg/provision/storage/asyncstorage/configuration.go index be5bda1c0..4a28dcb61 100644 --- a/pkg/provision/storage/asyncstorage/configuration.go +++ b/pkg/provision/storage/asyncstorage/configuration.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/storage/asyncstorage/constants.go b/pkg/provision/storage/asyncstorage/constants.go index 5f0cdd7f0..0611d8de6 100644 --- a/pkg/provision/storage/asyncstorage/constants.go +++ b/pkg/provision/storage/asyncstorage/constants.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/storage/asyncstorage/deployment.go b/pkg/provision/storage/asyncstorage/deployment.go index e424ce4d3..35e83b153 100644 --- a/pkg/provision/storage/asyncstorage/deployment.go +++ b/pkg/provision/storage/asyncstorage/deployment.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/storage/asyncstorage/errors.go b/pkg/provision/storage/asyncstorage/errors.go index 2f05f52a9..8072ce966 100644 --- a/pkg/provision/storage/asyncstorage/errors.go +++ b/pkg/provision/storage/asyncstorage/errors.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/storage/asyncstorage/secret.go b/pkg/provision/storage/asyncstorage/secret.go index a503cc7e5..03379785e 100644 --- a/pkg/provision/storage/asyncstorage/secret.go +++ b/pkg/provision/storage/asyncstorage/secret.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/storage/asyncstorage/service.go b/pkg/provision/storage/asyncstorage/service.go index da283896d..c1ce3ffbc 100644 --- a/pkg/provision/storage/asyncstorage/service.go +++ b/pkg/provision/storage/asyncstorage/service.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/storage/asyncstorage/sidecar.go b/pkg/provision/storage/asyncstorage/sidecar.go index 54da986b3..6596a3b5a 100644 --- a/pkg/provision/storage/asyncstorage/sidecar.go +++ b/pkg/provision/storage/asyncstorage/sidecar.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/storage/asyncstorage/ssh.go b/pkg/provision/storage/asyncstorage/ssh.go index 13f85ef35..824896393 100644 --- a/pkg/provision/storage/asyncstorage/ssh.go +++ b/pkg/provision/storage/asyncstorage/ssh.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/storage/asyncstorage/volume.go b/pkg/provision/storage/asyncstorage/volume.go index ee87a8be9..2873d4048 100644 --- a/pkg/provision/storage/asyncstorage/volume.go +++ b/pkg/provision/storage/asyncstorage/volume.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/storage/cleanup.go b/pkg/provision/storage/cleanup.go index a66cfc0a0..f9e4e4987 100644 --- a/pkg/provision/storage/cleanup.go +++ b/pkg/provision/storage/cleanup.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/storage/commonStorage.go b/pkg/provision/storage/commonStorage.go index eef48d987..0c1a89f4d 100644 --- a/pkg/provision/storage/commonStorage.go +++ b/pkg/provision/storage/commonStorage.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/storage/commonStorage_test.go b/pkg/provision/storage/commonStorage_test.go index b882f8c67..743375db0 100644 --- a/pkg/provision/storage/commonStorage_test.go +++ b/pkg/provision/storage/commonStorage_test.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/storage/doc.go b/pkg/provision/storage/doc.go index b94240033..959075c93 100644 --- a/pkg/provision/storage/doc.go +++ b/pkg/provision/storage/doc.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/storage/ephemeralStorage.go b/pkg/provision/storage/ephemeralStorage.go index 187acc395..3f31df417 100644 --- a/pkg/provision/storage/ephemeralStorage.go +++ b/pkg/provision/storage/ephemeralStorage.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/storage/ephemeralStorage_test.go b/pkg/provision/storage/ephemeralStorage_test.go index f24e1681f..a632cc675 100644 --- a/pkg/provision/storage/ephemeralStorage_test.go +++ b/pkg/provision/storage/ephemeralStorage_test.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/storage/perWorkspaceStorage.go b/pkg/provision/storage/perWorkspaceStorage.go index ef781c778..8379b2086 100644 --- a/pkg/provision/storage/perWorkspaceStorage.go +++ b/pkg/provision/storage/perWorkspaceStorage.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/storage/perWorkspaceStorage_test.go b/pkg/provision/storage/perWorkspaceStorage_test.go index 355b99f31..cc3149d46 100644 --- a/pkg/provision/storage/perWorkspaceStorage_test.go +++ b/pkg/provision/storage/perWorkspaceStorage_test.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/storage/provisioner.go b/pkg/provision/storage/provisioner.go index f20ca2b8e..cc41c9aaf 100644 --- a/pkg/provision/storage/provisioner.go +++ b/pkg/provision/storage/provisioner.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/storage/shared.go b/pkg/provision/storage/shared.go index 8ef4617c3..e2c76dced 100644 --- a/pkg/provision/storage/shared.go +++ b/pkg/provision/storage/shared.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/sync/cluster_api.go b/pkg/provision/sync/cluster_api.go index 6e9df6d72..fb27edcad 100644 --- a/pkg/provision/sync/cluster_api.go +++ b/pkg/provision/sync/cluster_api.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/sync/diff.go b/pkg/provision/sync/diff.go index 7670d5de1..83e115dea 100644 --- a/pkg/provision/sync/diff.go +++ b/pkg/provision/sync/diff.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/sync/diffopts.go b/pkg/provision/sync/diffopts.go index c843b8267..536e82f77 100644 --- a/pkg/provision/sync/diffopts.go +++ b/pkg/provision/sync/diffopts.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/sync/sync.go b/pkg/provision/sync/sync.go index 5e69d1f81..a231e45f8 100644 --- a/pkg/provision/sync/sync.go +++ b/pkg/provision/sync/sync.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/sync/update.go b/pkg/provision/sync/update.go index d954ab0af..f84a91d02 100644 --- a/pkg/provision/sync/update.go +++ b/pkg/provision/sync/update.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/workspace/deployment.go b/pkg/provision/workspace/deployment.go index 7fa2e0198..3bf7d6a63 100644 --- a/pkg/provision/workspace/deployment.go +++ b/pkg/provision/workspace/deployment.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/workspace/pull_secret.go b/pkg/provision/workspace/pull_secret.go index 7674af1a6..031883c30 100644 --- a/pkg/provision/workspace/pull_secret.go +++ b/pkg/provision/workspace/pull_secret.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/workspace/rbac/common.go b/pkg/provision/workspace/rbac/common.go index 9434a0414..9e29aa5d6 100644 --- a/pkg/provision/workspace/rbac/common.go +++ b/pkg/provision/workspace/rbac/common.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/workspace/rbac/common_test.go b/pkg/provision/workspace/rbac/common_test.go index 66dea770e..878bda8c3 100644 --- a/pkg/provision/workspace/rbac/common_test.go +++ b/pkg/provision/workspace/rbac/common_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/workspace/rbac/finalize.go b/pkg/provision/workspace/rbac/finalize.go index 8f7472289..04485d78d 100644 --- a/pkg/provision/workspace/rbac/finalize.go +++ b/pkg/provision/workspace/rbac/finalize.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/workspace/rbac/finalize_test.go b/pkg/provision/workspace/rbac/finalize_test.go index abffc781f..6e371fd57 100644 --- a/pkg/provision/workspace/rbac/finalize_test.go +++ b/pkg/provision/workspace/rbac/finalize_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/workspace/rbac/migrate.go b/pkg/provision/workspace/rbac/migrate.go index 1367af023..93b785b2d 100644 --- a/pkg/provision/workspace/rbac/migrate.go +++ b/pkg/provision/workspace/rbac/migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/workspace/rbac/migrate_test.go b/pkg/provision/workspace/rbac/migrate_test.go index 307c2c61d..8d554ad76 100644 --- a/pkg/provision/workspace/rbac/migrate_test.go +++ b/pkg/provision/workspace/rbac/migrate_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/workspace/rbac/role.go b/pkg/provision/workspace/rbac/role.go index d563c3c63..66c49c4c5 100644 --- a/pkg/provision/workspace/rbac/role.go +++ b/pkg/provision/workspace/rbac/role.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/workspace/rbac/role_test.go b/pkg/provision/workspace/rbac/role_test.go index c7da2f3ca..1e805c0ea 100644 --- a/pkg/provision/workspace/rbac/role_test.go +++ b/pkg/provision/workspace/rbac/role_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/workspace/rbac/rolebinding.go b/pkg/provision/workspace/rbac/rolebinding.go index 00ff9e857..a590020c5 100644 --- a/pkg/provision/workspace/rbac/rolebinding.go +++ b/pkg/provision/workspace/rbac/rolebinding.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/workspace/rbac/rolebinding_test.go b/pkg/provision/workspace/rbac/rolebinding_test.go index 86fe6bbcc..e0549e3e9 100644 --- a/pkg/provision/workspace/rbac/rolebinding_test.go +++ b/pkg/provision/workspace/rbac/rolebinding_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/workspace/routing.go b/pkg/provision/workspace/routing.go index d6530be7f..df14d89aa 100644 --- a/pkg/provision/workspace/routing.go +++ b/pkg/provision/workspace/routing.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/workspace/serviceaccount.go b/pkg/provision/workspace/serviceaccount.go index 5b01af347..42dfdf345 100644 --- a/pkg/provision/workspace/serviceaccount.go +++ b/pkg/provision/workspace/serviceaccount.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/workspace/ssh.go b/pkg/provision/workspace/ssh.go index 9fcf6475c..64a3d61fc 100644 --- a/pkg/provision/workspace/ssh.go +++ b/pkg/provision/workspace/ssh.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/workspace/tokens.go b/pkg/provision/workspace/tokens.go index cf7a069c8..1b9ae3acb 100644 --- a/pkg/provision/workspace/tokens.go +++ b/pkg/provision/workspace/tokens.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/provision/workspace/tokens_test.go b/pkg/provision/workspace/tokens_test.go index 7fe00e55c..b90a9fde8 100644 --- a/pkg/provision/workspace/tokens_test.go +++ b/pkg/provision/workspace/tokens_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/webhook/cluster_role_bindings.go b/pkg/webhook/cluster_role_bindings.go index b1dbf3c60..f2163cf5b 100755 --- a/pkg/webhook/cluster_role_bindings.go +++ b/pkg/webhook/cluster_role_bindings.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/webhook/cluster_roles.go b/pkg/webhook/cluster_roles.go index 37ae53c1e..cce26efae 100755 --- a/pkg/webhook/cluster_roles.go +++ b/pkg/webhook/cluster_roles.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/webhook/create.go b/pkg/webhook/create.go index 65287d793..02c4d0587 100644 --- a/pkg/webhook/create.go +++ b/pkg/webhook/create.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/webhook/deployment.go b/pkg/webhook/deployment.go index 1de7691a6..8e26aae85 100755 --- a/pkg/webhook/deployment.go +++ b/pkg/webhook/deployment.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/webhook/info.go b/pkg/webhook/info.go index 2009e5b5f..abf4bfd42 100644 --- a/pkg/webhook/info.go +++ b/pkg/webhook/info.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/webhook/init_cfg.go b/pkg/webhook/init_cfg.go index 192e211e5..9e385c198 100644 --- a/pkg/webhook/init_cfg.go +++ b/pkg/webhook/init_cfg.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/webhook/kubernetes/tls.go b/pkg/webhook/kubernetes/tls.go index 80f8d480a..6811b53d7 100644 --- a/pkg/webhook/kubernetes/tls.go +++ b/pkg/webhook/kubernetes/tls.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/webhook/openshift/tls.go b/pkg/webhook/openshift/tls.go index f54614b56..224c7593d 100755 --- a/pkg/webhook/openshift/tls.go +++ b/pkg/webhook/openshift/tls.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/webhook/service/log.go b/pkg/webhook/service/log.go index e4b96147b..c4ca1828a 100644 --- a/pkg/webhook/service/log.go +++ b/pkg/webhook/service/log.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/webhook/service/service.go b/pkg/webhook/service/service.go index 6043421ae..d5af5c6bd 100644 --- a/pkg/webhook/service/service.go +++ b/pkg/webhook/service/service.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pkg/webhook/service_account.go b/pkg/webhook/service_account.go index 2efbf6345..bfb3afaed 100755 --- a/pkg/webhook/service_account.go +++ b/pkg/webhook/service_account.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/project-clone/Dockerfile b/project-clone/Dockerfile index 530a04545..5bfd4a4e7 100644 --- a/project-clone/Dockerfile +++ b/project-clone/Dockerfile @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2024 Red Hat, Inc. +# Copyright (c) 2019-2025 Red Hat, Inc. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/project-clone/internal/bootstrap/bootstrap.go b/project-clone/internal/bootstrap/bootstrap.go index cee06a767..5ae5c8ec9 100644 --- a/project-clone/internal/bootstrap/bootstrap.go +++ b/project-clone/internal/bootstrap/bootstrap.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/project-clone/internal/bootstrap/cluster.go b/project-clone/internal/bootstrap/cluster.go index 6884ef3c7..459d6ee42 100644 --- a/project-clone/internal/bootstrap/cluster.go +++ b/project-clone/internal/bootstrap/cluster.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/project-clone/internal/bootstrap/util.go b/project-clone/internal/bootstrap/util.go index 8e5859de7..c5419f228 100644 --- a/project-clone/internal/bootstrap/util.go +++ b/project-clone/internal/bootstrap/util.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/project-clone/internal/devfile.go b/project-clone/internal/devfile.go index 933d5c2a2..cca77deb5 100644 --- a/project-clone/internal/devfile.go +++ b/project-clone/internal/devfile.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/project-clone/internal/git/operations.go b/project-clone/internal/git/operations.go index 53bf3f23f..54688d866 100644 --- a/project-clone/internal/git/operations.go +++ b/project-clone/internal/git/operations.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/project-clone/internal/git/setup.go b/project-clone/internal/git/setup.go index 126996cd1..df550d9fd 100644 --- a/project-clone/internal/git/setup.go +++ b/project-clone/internal/git/setup.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/project-clone/internal/global.go b/project-clone/internal/global.go index c9b7ae414..2a2e5e84b 100644 --- a/project-clone/internal/global.go +++ b/project-clone/internal/global.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/project-clone/internal/shell/execute.go b/project-clone/internal/shell/execute.go index 9803887a8..507e048e1 100644 --- a/project-clone/internal/shell/execute.go +++ b/project-clone/internal/shell/execute.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/project-clone/internal/utils.go b/project-clone/internal/utils.go index 2952a38be..137f92e20 100644 --- a/project-clone/internal/utils.go +++ b/project-clone/internal/utils.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/project-clone/internal/zip/setup.go b/project-clone/internal/zip/setup.go index b79468859..2b0fba443 100644 --- a/project-clone/internal/zip/setup.go +++ b/project-clone/internal/zip/setup.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/project-clone/main.go b/project-clone/main.go index 61725aa5c..970bd60c2 100644 --- a/project-clone/main.go +++ b/project-clone/main.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/test/e2e/cmd/workspaces_test.go b/test/e2e/cmd/workspaces_test.go index 4d046073d..58a7ade78 100644 --- a/test/e2e/cmd/workspaces_test.go +++ b/test/e2e/cmd/workspaces_test.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/test/e2e/pkg/client/client.go b/test/e2e/pkg/client/client.go index 37498acd1..1c7d81f9f 100644 --- a/test/e2e/pkg/client/client.go +++ b/test/e2e/pkg/client/client.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/test/e2e/pkg/client/devws.go b/test/e2e/pkg/client/devws.go index 6ddf1c31f..eb80a7a9e 100644 --- a/test/e2e/pkg/client/devws.go +++ b/test/e2e/pkg/client/devws.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/test/e2e/pkg/client/namespace.go b/test/e2e/pkg/client/namespace.go index 2a9822dd1..eb337dae9 100644 --- a/test/e2e/pkg/client/namespace.go +++ b/test/e2e/pkg/client/namespace.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/test/e2e/pkg/client/oc.go b/test/e2e/pkg/client/oc.go index 5b66b8640..14397558f 100644 --- a/test/e2e/pkg/client/oc.go +++ b/test/e2e/pkg/client/oc.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/test/e2e/pkg/client/pod.go b/test/e2e/pkg/client/pod.go index 3d253abf4..1a91b4337 100644 --- a/test/e2e/pkg/client/pod.go +++ b/test/e2e/pkg/client/pod.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/test/e2e/pkg/client/rbac.go b/test/e2e/pkg/client/rbac.go index 58740ce5c..e7458f52a 100644 --- a/test/e2e/pkg/client/rbac.go +++ b/test/e2e/pkg/client/rbac.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/test/e2e/pkg/client/webhooks.go b/test/e2e/pkg/client/webhooks.go index ba7fbd086..0fd4c2c76 100644 --- a/test/e2e/pkg/client/webhooks.go +++ b/test/e2e/pkg/client/webhooks.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/test/e2e/pkg/config/config.go b/test/e2e/pkg/config/config.go index a11f45e75..1f3b9270a 100644 --- a/test/e2e/pkg/config/config.go +++ b/test/e2e/pkg/config/config.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/test/e2e/pkg/metadata/metadata.go b/test/e2e/pkg/metadata/metadata.go index 5447de2ee..ff3ab4418 100644 --- a/test/e2e/pkg/metadata/metadata.go +++ b/test/e2e/pkg/metadata/metadata.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/test/e2e/pkg/tests/devworkspaces_tests.go b/test/e2e/pkg/tests/devworkspaces_tests.go index 1ce41ec47..c07946eac 100644 --- a/test/e2e/pkg/tests/devworkspaces_tests.go +++ b/test/e2e/pkg/tests/devworkspaces_tests.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/update_devworkspace_crds.sh b/update_devworkspace_crds.sh index 8011addb3..6fdd82b00 100755 --- a/update_devworkspace_crds.sh +++ b/update_devworkspace_crds.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2019-2024 Red Hat, Inc. +# Copyright (c) 2019-2025 Red Hat, Inc. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/version/version.go b/version/version.go index 0ad61bf83..8b4712ba1 100644 --- a/version/version.go +++ b/version/version.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/webhook/main.go b/webhook/main.go index 5cfc01619..c171087f4 100644 --- a/webhook/main.go +++ b/webhook/main.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/webhook/server/server.go b/webhook/server/server.go index 384cf6155..a71be8c69 100644 --- a/webhook/server/server.go +++ b/webhook/server/server.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/webhook/workspace/config.go b/webhook/workspace/config.go index 5abf496af..583406ecc 100644 --- a/webhook/workspace/config.go +++ b/webhook/workspace/config.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/webhook/workspace/handler/access_control.go b/webhook/workspace/handler/access_control.go index 7e8544d63..b8f7a7e1f 100644 --- a/webhook/workspace/handler/access_control.go +++ b/webhook/workspace/handler/access_control.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/webhook/workspace/handler/attributes.go b/webhook/workspace/handler/attributes.go index 0473e3fa9..9e4fa1fac 100644 --- a/webhook/workspace/handler/attributes.go +++ b/webhook/workspace/handler/attributes.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/webhook/workspace/handler/deployment.go b/webhook/workspace/handler/deployment.go index 4e1f41f5f..3c08e1210 100644 --- a/webhook/workspace/handler/deployment.go +++ b/webhook/workspace/handler/deployment.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/webhook/workspace/handler/exec.go b/webhook/workspace/handler/exec.go index 330d0b83a..667bca9ea 100644 --- a/webhook/workspace/handler/exec.go +++ b/webhook/workspace/handler/exec.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/webhook/workspace/handler/handler.go b/webhook/workspace/handler/handler.go index 0ba83a39c..deb67ff04 100644 --- a/webhook/workspace/handler/handler.go +++ b/webhook/workspace/handler/handler.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/webhook/workspace/handler/immutable.go b/webhook/workspace/handler/immutable.go index e70114811..eaec127f0 100644 --- a/webhook/workspace/handler/immutable.go +++ b/webhook/workspace/handler/immutable.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/webhook/workspace/handler/kind.go b/webhook/workspace/handler/kind.go index 0bd8ba34b..a8e8f8d78 100644 --- a/webhook/workspace/handler/kind.go +++ b/webhook/workspace/handler/kind.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/webhook/workspace/handler/kubernetes.go b/webhook/workspace/handler/kubernetes.go index 6600503be..784c6a52a 100644 --- a/webhook/workspace/handler/kubernetes.go +++ b/webhook/workspace/handler/kubernetes.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/webhook/workspace/handler/log.go b/webhook/workspace/handler/log.go index 98e1374fc..130cf7770 100644 --- a/webhook/workspace/handler/log.go +++ b/webhook/workspace/handler/log.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/webhook/workspace/handler/metadata.go b/webhook/workspace/handler/metadata.go index 690f95225..f1bc3d72f 100644 --- a/webhook/workspace/handler/metadata.go +++ b/webhook/workspace/handler/metadata.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/webhook/workspace/handler/pod.go b/webhook/workspace/handler/pod.go index 1128bdef7..4a78353dd 100644 --- a/webhook/workspace/handler/pod.go +++ b/webhook/workspace/handler/pod.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/webhook/workspace/handler/template.go b/webhook/workspace/handler/template.go index 1640949ff..e0793f8a6 100644 --- a/webhook/workspace/handler/template.go +++ b/webhook/workspace/handler/template.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/webhook/workspace/handler/validate.go b/webhook/workspace/handler/validate.go index 17887a046..2faa33c88 100644 --- a/webhook/workspace/handler/validate.go +++ b/webhook/workspace/handler/validate.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/webhook/workspace/handler/warning.go b/webhook/workspace/handler/warning.go index d889b14e6..c3e37bfae 100644 --- a/webhook/workspace/handler/warning.go +++ b/webhook/workspace/handler/warning.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/webhook/workspace/handler/warning_test.go b/webhook/workspace/handler/warning_test.go index ce1c46707..77aa708e0 100644 --- a/webhook/workspace/handler/warning_test.go +++ b/webhook/workspace/handler/warning_test.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/webhook/workspace/handler/workspace.go b/webhook/workspace/handler/workspace.go index 847cb69ce..96a567da6 100644 --- a/webhook/workspace/handler/workspace.go +++ b/webhook/workspace/handler/workspace.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/webhook/workspace/log.go b/webhook/workspace/log.go index 4811bfa40..b2c456ef9 100644 --- a/webhook/workspace/log.go +++ b/webhook/workspace/log.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/webhook/workspace/mutate.go b/webhook/workspace/mutate.go index 2c9e5aa86..dcfb04d52 100644 --- a/webhook/workspace/mutate.go +++ b/webhook/workspace/mutate.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/webhook/workspace/mutating_cfg.go b/webhook/workspace/mutating_cfg.go index 9e34154b1..c7433c8c4 100644 --- a/webhook/workspace/mutating_cfg.go +++ b/webhook/workspace/mutating_cfg.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/webhook/workspace/validate.go b/webhook/workspace/validate.go index 52898e156..471bc37ed 100644 --- a/webhook/workspace/validate.go +++ b/webhook/workspace/validate.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/webhook/workspace/validating_cfg.go b/webhook/workspace/validating_cfg.go index 378353e03..86c22f15b 100644 --- a/webhook/workspace/validating_cfg.go +++ b/webhook/workspace/validating_cfg.go @@ -1,5 +1,5 @@ // -// Copyright (c) 2019-2024 Red Hat, Inc. +// Copyright (c) 2019-2025 Red Hat, Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at