diff --git a/.github/workflows/e2e-kind-create.yaml b/.github/workflows/e2e-kind-create.yaml index 3c8a38c31..cf84725d6 100644 --- a/.github/workflows/e2e-kind-create.yaml +++ b/.github/workflows/e2e-kind-create.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/e2e-kind-decommission.yaml b/.github/workflows/e2e-kind-decommission.yaml index 99c6e0f86..fc6b79910 100644 --- a/.github/workflows/e2e-kind-decommission.yaml +++ b/.github/workflows/e2e-kind-decommission.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/e2e-kind-upgrades.yaml b/.github/workflows/e2e-kind-upgrades.yaml index 4b9232619..e9e963edd 100644 --- a/.github/workflows/e2e-kind-upgrades.yaml +++ b/.github/workflows/e2e-kind-upgrades.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/e2e-kind-upgradessha256.yaml b/.github/workflows/e2e-kind-upgradessha256.yaml index 727f11d52..71fd199b0 100644 --- a/.github/workflows/e2e-kind-upgradessha256.yaml +++ b/.github/workflows/e2e-kind-upgradessha256.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/e2e-kind-versionchecker.yaml b/.github/workflows/e2e-kind-versionchecker.yaml index f53b4c55b..18914a530 100644 --- a/.github/workflows/e2e-kind-versionchecker.yaml +++ b/.github/workflows/e2e-kind-versionchecker.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/nightly-smoketest.yaml b/.github/workflows/nightly-smoketest.yaml index 2eef7b1d7..f35d9d6bf 100644 --- a/.github/workflows/nightly-smoketest.yaml +++ b/.github/workflows/nightly-smoketest.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/templates.yaml b/.github/workflows/templates.yaml index 622df9736..74080d93d 100644 --- a/.github/workflows/templates.yaml +++ b/.github/workflows/templates.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 84b919b83..a66b48e75 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.github/workflows/update-crdb-versions.yaml b/.github/workflows/update-crdb-versions.yaml index ae9c27655..d7be24fc9 100644 --- a/.github/workflows/update-crdb-versions.yaml +++ b/.github/workflows/update-crdb-versions.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.golangci.yaml b/.golangci.yaml index a58ae719c..8fa77b93f 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/Makefile b/Makefile index 6082a778b..e105a017c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/apis/v1alpha1/action_status.go b/apis/v1alpha1/action_status.go index fe8fd5832..adb8a743d 100644 --- a/apis/v1alpha1/action_status.go +++ b/apis/v1alpha1/action_status.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -16,7 +16,7 @@ limitations under the License. package v1alpha1 -//ActionStatus struct used to save the status of each action that the controller runs +// ActionStatus struct used to save the status of each action that the controller runs type ActionStatus int const ( diff --git a/apis/v1alpha1/action_types.go b/apis/v1alpha1/action_types.go index c40ccd3ba..588c34773 100644 --- a/apis/v1alpha1/action_types.go +++ b/apis/v1alpha1/action_types.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -16,7 +16,7 @@ limitations under the License. package v1alpha1 -//ActionType type alias +// ActionType type alias type ActionType string // All possible action types diff --git a/apis/v1alpha1/cluster_types.go b/apis/v1alpha1/cluster_types.go index 64d101eef..9b99da6d6 100644 --- a/apis/v1alpha1/cluster_types.go +++ b/apis/v1alpha1/cluster_types.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/apis/v1alpha1/cluster_types_test.go b/apis/v1alpha1/cluster_types_test.go index ebb152579..cf9972bc4 100644 --- a/apis/v1alpha1/cluster_types_test.go +++ b/apis/v1alpha1/cluster_types_test.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/apis/v1alpha1/condition_types.go b/apis/v1alpha1/condition_types.go index e15290535..2ba776534 100644 --- a/apis/v1alpha1/condition_types.go +++ b/apis/v1alpha1/condition_types.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -16,7 +16,7 @@ limitations under the License. package v1alpha1 -//ClusterConditionType type alias +// ClusterConditionType type alias type ClusterConditionType string const ( diff --git a/apis/v1alpha1/doc.go b/apis/v1alpha1/doc.go index ff59ad6aa..017fbad80 100644 --- a/apis/v1alpha1/doc.go +++ b/apis/v1alpha1/doc.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/apis/v1alpha1/groupversion_info.go b/apis/v1alpha1/groupversion_info.go index c0a402415..cb1909d88 100644 --- a/apis/v1alpha1/groupversion_info.go +++ b/apis/v1alpha1/groupversion_info.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/apis/v1alpha1/restart_types.go b/apis/v1alpha1/restart_types.go index a0dbda010..cf2681902 100644 --- a/apis/v1alpha1/restart_types.go +++ b/apis/v1alpha1/restart_types.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -16,7 +16,7 @@ limitations under the License. package v1alpha1 -//ClusterRestartType type alias +// ClusterRestartType type alias type ClusterRestartType int const ( diff --git a/apis/v1alpha1/volume.go b/apis/v1alpha1/volume.go index 8d6485d8e..918211d2b 100644 --- a/apis/v1alpha1/volume.go +++ b/apis/v1alpha1/volume.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/apis/v1alpha1/volume_test.go b/apis/v1alpha1/volume_test.go index 4a2a49ab7..d8769be8b 100644 --- a/apis/v1alpha1/volume_test.go +++ b/apis/v1alpha1/volume_test.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/apis/v1alpha1/webhook.go b/apis/v1alpha1/webhook.go index 3a132c8d0..81e00b227 100644 --- a/apis/v1alpha1/webhook.go +++ b/apis/v1alpha1/webhook.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/apis/v1alpha1/webhook_test.go b/apis/v1alpha1/webhook_test.go index 67204f6c6..49f3ab189 100644 --- a/apis/v1alpha1/webhook_test.go +++ b/apis/v1alpha1/webhook_test.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/apis/v1alpha1/zz_generated.deepcopy.go b/apis/v1alpha1/zz_generated.deepcopy.go index ca1e8b44a..14840fe6d 100644 --- a/apis/v1alpha1/zz_generated.deepcopy.go +++ b/apis/v1alpha1/zz_generated.deepcopy.go @@ -2,7 +2,7 @@ // +build !ignore_autogenerated /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/build/release/teamcity-publish-openshift-bundle.sh b/build/release/teamcity-publish-openshift-bundle.sh index d6f788ad5..aa04ac8f5 100755 --- a/build/release/teamcity-publish-openshift-bundle.sh +++ b/build/release/teamcity-publish-openshift-bundle.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/build/release/teamcity-publish-openshift.sh b/build/release/teamcity-publish-openshift.sh index e5449105e..45f3717d4 100755 --- a/build/release/teamcity-publish-openshift.sh +++ b/build/release/teamcity-publish-openshift.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/build/release/teamcity-publish-release.sh b/build/release/teamcity-publish-release.sh index a117a10ba..746751998 100755 --- a/build/release/teamcity-publish-release.sh +++ b/build/release/teamcity-publish-release.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/build/release/teamcity-support.sh b/build/release/teamcity-support.sh index 323e111c3..2e8529db4 100644 --- a/build/release/teamcity-support.sh +++ b/build/release/teamcity-support.sh @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cmd/cockroach-operator/main.go b/cmd/cockroach-operator/main.go index 0659ca560..2a5347dfa 100644 --- a/cmd/cockroach-operator/main.go +++ b/cmd/cockroach-operator/main.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cmd/cockroach-operator/prep_webhooks.go b/cmd/cockroach-operator/prep_webhooks.go index ad713d0c3..b323f0b4b 100644 --- a/cmd/cockroach-operator/prep_webhooks.go +++ b/cmd/cockroach-operator/prep_webhooks.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/config/crd/BUILD.bazel b/config/crd/BUILD.bazel index c8a2b2f74..48c66d499 100644 --- a/config/crd/BUILD.bazel +++ b/config/crd/BUILD.bazel @@ -1,4 +1,4 @@ -# Copyright 2020 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/crd/bases/crdb.cockroachlabs.com_crdbclusters.yaml b/config/crd/bases/crdb.cockroachlabs.com_crdbclusters.yaml index b74d34ad9..4f7f24173 100644 --- a/config/crd/bases/crdb.cockroachlabs.com_crdbclusters.yaml +++ b/config/crd/bases/crdb.cockroachlabs.com_crdbclusters.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/crd/kustomization.yaml b/config/crd/kustomization.yaml index cf47969e6..dbf9cd476 100644 --- a/config/crd/kustomization.yaml +++ b/config/crd/kustomization.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/default/kustomization.yaml b/config/default/kustomization.yaml index 5bd88770e..a1460c694 100644 --- a/config/default/kustomization.yaml +++ b/config/default/kustomization.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/default/namespace.yaml b/config/default/namespace.yaml index 1440e8af9..88b43e257 100644 --- a/config/default/namespace.yaml +++ b/config/default/namespace.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/manager/deployment.yaml b/config/manager/deployment.yaml index fd5866c45..0595eed79 100644 --- a/config/manager/deployment.yaml +++ b/config/manager/deployment.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 34e41a7e9..6ca5c97d6 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/manifests/bases/cockroach-operator.clusterserviceversion.yaml b/config/manifests/bases/cockroach-operator.clusterserviceversion.yaml index 42620a3c0..4dcaeb112 100644 --- a/config/manifests/bases/cockroach-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/cockroach-operator.clusterserviceversion.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/manifests/kustomization.yaml b/config/manifests/kustomization.yaml index 1016cf33a..5f004426b 100644 --- a/config/manifests/kustomization.yaml +++ b/config/manifests/kustomization.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/operator/kustomization.yaml b/config/operator/kustomization.yaml index eea59e0a0..fbb9ba0a9 100644 --- a/config/operator/kustomization.yaml +++ b/config/operator/kustomization.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/rbac/kustomization.yaml b/config/rbac/kustomization.yaml index 35ece5b1b..d1009158e 100644 --- a/config/rbac/kustomization.yaml +++ b/config/rbac/kustomization.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/rbac/operator.yaml b/config/rbac/operator.yaml index 48965f8ca..e91da88b5 100644 --- a/config/rbac/operator.yaml +++ b/config/rbac/operator.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/rbac/role.yaml b/config/rbac/role.yaml index 841422af8..13bffc385 100644 --- a/config/rbac/role.yaml +++ b/config/rbac/role.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/samples/kustomization.yaml b/config/samples/kustomization.yaml index 1d12569e4..55e41a023 100644 --- a/config/samples/kustomization.yaml +++ b/config/samples/kustomization.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/scorecard/bases/config.yaml b/config/scorecard/bases/config.yaml index d78653f90..7712cc54d 100644 --- a/config/scorecard/bases/config.yaml +++ b/config/scorecard/bases/config.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/scorecard/kustomization.yaml b/config/scorecard/kustomization.yaml index e0b7b7650..017f5e8fc 100644 --- a/config/scorecard/kustomization.yaml +++ b/config/scorecard/kustomization.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/scorecard/patches/basic.config.yaml b/config/scorecard/patches/basic.config.yaml index 32123f145..81604926b 100644 --- a/config/scorecard/patches/basic.config.yaml +++ b/config/scorecard/patches/basic.config.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/scorecard/patches/olm.config.yaml b/config/scorecard/patches/olm.config.yaml index bc946a0d0..02f4aaf2b 100644 --- a/config/scorecard/patches/olm.config.yaml +++ b/config/scorecard/patches/olm.config.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/templates/csv.yaml.in b/config/templates/csv.yaml.in index 02876e25e..8f63b92ee 100644 --- a/config/templates/csv.yaml.in +++ b/config/templates/csv.yaml.in @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/webhook/kustomization.yaml b/config/webhook/kustomization.yaml index 21fdbc08c..94607e1f6 100644 --- a/config/webhook/kustomization.yaml +++ b/config/webhook/kustomization.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/webhook/kustomizeconfig.yaml b/config/webhook/kustomizeconfig.yaml index 51a7f57f9..5c850a7fb 100644 --- a/config/webhook/kustomizeconfig.yaml +++ b/config/webhook/kustomizeconfig.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/webhook/manifests.yaml b/config/webhook/manifests.yaml index 6c8c8681d..0ee98675c 100644 --- a/config/webhook/manifests.yaml +++ b/config/webhook/manifests.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config/webhook/service.yaml b/config/webhook/service.yaml index 9a4613aa8..e3eb009c0 100644 --- a/config/webhook/service.yaml +++ b/config/webhook/service.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/crdb-versions.yaml b/crdb-versions.yaml index f65dad57f..48efe692b 100644 --- a/crdb-versions.yaml +++ b/crdb-versions.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/e2e/create/create_test.go b/e2e/create/create_test.go index 6a8d154ce..a3c89db42 100644 --- a/e2e/create/create_test.go +++ b/e2e/create/create_test.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/decommission/decommission_test.go b/e2e/decommission/decommission_test.go index 5823ce390..8c35b5de0 100644 --- a/e2e/decommission/decommission_test.go +++ b/e2e/decommission/decommission_test.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/e2e.go b/e2e/e2e.go index 9874fecf6..0af82ec1d 100644 --- a/e2e/e2e.go +++ b/e2e/e2e.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-eks/deployer/build.go b/e2e/kubetest2-eks/deployer/build.go index dc6e2d36c..04c845b20 100644 --- a/e2e/kubetest2-eks/deployer/build.go +++ b/e2e/kubetest2-eks/deployer/build.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-eks/deployer/deployer.go b/e2e/kubetest2-eks/deployer/deployer.go index f43b68918..36aa03c4e 100644 --- a/e2e/kubetest2-eks/deployer/deployer.go +++ b/e2e/kubetest2-eks/deployer/deployer.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-eks/deployer/down.go b/e2e/kubetest2-eks/deployer/down.go index 3a21460a7..58c518881 100644 --- a/e2e/kubetest2-eks/deployer/down.go +++ b/e2e/kubetest2-eks/deployer/down.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-eks/deployer/dumplogs.go b/e2e/kubetest2-eks/deployer/dumplogs.go index 1b71f2aab..a75a61c7a 100644 --- a/e2e/kubetest2-eks/deployer/dumplogs.go +++ b/e2e/kubetest2-eks/deployer/dumplogs.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-eks/deployer/up.go b/e2e/kubetest2-eks/deployer/up.go index b6307d0ce..aa153f1b0 100644 --- a/e2e/kubetest2-eks/deployer/up.go +++ b/e2e/kubetest2-eks/deployer/up.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-eks/main.go b/e2e/kubetest2-eks/main.go index 9335ac32b..84c480378 100644 --- a/e2e/kubetest2-eks/main.go +++ b/e2e/kubetest2-eks/main.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-k3d/deployer/build.go b/e2e/kubetest2-k3d/deployer/build.go index e2ec7a355..bcff7e1ff 100644 --- a/e2e/kubetest2-k3d/deployer/build.go +++ b/e2e/kubetest2-k3d/deployer/build.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-k3d/deployer/deployer.go b/e2e/kubetest2-k3d/deployer/deployer.go index 10cfef55e..4c6b20acb 100644 --- a/e2e/kubetest2-k3d/deployer/deployer.go +++ b/e2e/kubetest2-k3d/deployer/deployer.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-k3d/deployer/down.go b/e2e/kubetest2-k3d/deployer/down.go index 1efee0b16..5b78a306d 100644 --- a/e2e/kubetest2-k3d/deployer/down.go +++ b/e2e/kubetest2-k3d/deployer/down.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-k3d/deployer/dumplogs.go b/e2e/kubetest2-k3d/deployer/dumplogs.go index 51f437905..0e2ebd413 100644 --- a/e2e/kubetest2-k3d/deployer/dumplogs.go +++ b/e2e/kubetest2-k3d/deployer/dumplogs.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-k3d/deployer/up.go b/e2e/kubetest2-k3d/deployer/up.go index 55acd4abb..3355ec041 100644 --- a/e2e/kubetest2-k3d/deployer/up.go +++ b/e2e/kubetest2-k3d/deployer/up.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-k3d/main.go b/e2e/kubetest2-k3d/main.go index 369257879..53740979b 100644 --- a/e2e/kubetest2-k3d/main.go +++ b/e2e/kubetest2-k3d/main.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-openshift/deployer/build.go b/e2e/kubetest2-openshift/deployer/build.go index 83f29921a..b1a0f7df2 100644 --- a/e2e/kubetest2-openshift/deployer/build.go +++ b/e2e/kubetest2-openshift/deployer/build.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-openshift/deployer/deployer.go b/e2e/kubetest2-openshift/deployer/deployer.go index 1f8ef64a0..af4951362 100644 --- a/e2e/kubetest2-openshift/deployer/deployer.go +++ b/e2e/kubetest2-openshift/deployer/deployer.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-openshift/deployer/down.go b/e2e/kubetest2-openshift/deployer/down.go index e87e28e5f..ee83e7bd8 100644 --- a/e2e/kubetest2-openshift/deployer/down.go +++ b/e2e/kubetest2-openshift/deployer/down.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-openshift/deployer/dumplogs.go b/e2e/kubetest2-openshift/deployer/dumplogs.go index f9482aea0..79b77bf94 100644 --- a/e2e/kubetest2-openshift/deployer/dumplogs.go +++ b/e2e/kubetest2-openshift/deployer/dumplogs.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-openshift/deployer/up.go b/e2e/kubetest2-openshift/deployer/up.go index 527f2c900..d5fbf60f1 100644 --- a/e2e/kubetest2-openshift/deployer/up.go +++ b/e2e/kubetest2-openshift/deployer/up.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-openshift/main.go b/e2e/kubetest2-openshift/main.go index 6083f9144..c1d5a9782 100644 --- a/e2e/kubetest2-openshift/main.go +++ b/e2e/kubetest2-openshift/main.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-openshift/types/gcp/platform.go b/e2e/kubetest2-openshift/types/gcp/platform.go index 00721651a..5387b04a9 100644 --- a/e2e/kubetest2-openshift/types/gcp/platform.go +++ b/e2e/kubetest2-openshift/types/gcp/platform.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/kubetest2-openshift/types/installconfigs.go b/e2e/kubetest2-openshift/types/installconfigs.go index 48a046aa3..502aa758a 100644 --- a/e2e/kubetest2-openshift/types/installconfigs.go +++ b/e2e/kubetest2-openshift/types/installconfigs.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/openshift/openshift_packaging_test.go b/e2e/openshift/openshift_packaging_test.go index 66ed29bfa..b85cc222d 100644 --- a/e2e/openshift/openshift_packaging_test.go +++ b/e2e/openshift/openshift_packaging_test.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/pvcresize/pvcresize_test.go b/e2e/pvcresize/pvcresize_test.go index 7d59eb185..e8e6ced85 100644 --- a/e2e/pvcresize/pvcresize_test.go +++ b/e2e/pvcresize/pvcresize_test.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/upgrades/upgrades_test.go b/e2e/upgrades/upgrades_test.go index 739691b2d..f33ab75d0 100644 --- a/e2e/upgrades/upgrades_test.go +++ b/e2e/upgrades/upgrades_test.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/upgradessha256/upgradessha256_test.go b/e2e/upgradessha256/upgradessha256_test.go index aecb613e8..d5f22bb7c 100644 --- a/e2e/upgradessha256/upgradessha256_test.go +++ b/e2e/upgradessha256/upgradessha256_test.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/e2e/versionchecker/versionchecker_test.go b/e2e/versionchecker/versionchecker_test.go index b7c0bb114..6c9b644cc 100644 --- a/e2e/versionchecker/versionchecker_test.go +++ b/e2e/versionchecker/versionchecker_test.go @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/examples/3-nodes-insecure-no-topology.yaml b/examples/3-nodes-insecure-no-topology.yaml index 886a0d7f5..ac3035d32 100644 --- a/examples/3-nodes-insecure-no-topology.yaml +++ b/examples/3-nodes-insecure-no-topology.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/3-nodes-insecure.yaml b/examples/3-nodes-insecure.yaml index 2eb809915..9f4daa5a7 100644 --- a/examples/3-nodes-insecure.yaml +++ b/examples/3-nodes-insecure.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/3-nodes-secure-kube-cert-v20.1.yaml b/examples/3-nodes-secure-kube-cert-v20.1.yaml index 1a4298bbc..80ed07827 100644 --- a/examples/3-nodes-secure-kube-cert-v20.1.yaml +++ b/examples/3-nodes-secure-kube-cert-v20.1.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/3-nodes-secure-kube-cert.yaml b/examples/3-nodes-secure-kube-cert.yaml index d661aa9c6..ec831bdb7 100644 --- a/examples/3-nodes-secure-kube-cert.yaml +++ b/examples/3-nodes-secure-kube-cert.yaml @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/hack/bin/tools.go b/hack/bin/tools.go index 1052b67e8..f77e039d1 100644 --- a/hack/bin/tools.go +++ b/hack/bin/tools.go @@ -1,7 +1,7 @@ // +build tools /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/hack/boilerplate/boilerplate.Dockerfile.txt b/hack/boilerplate/boilerplate.Dockerfile.txt index 0ca059688..96f6cb0a5 100644 --- a/hack/boilerplate/boilerplate.Dockerfile.txt +++ b/hack/boilerplate/boilerplate.Dockerfile.txt @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/hack/boilerplate/boilerplate.Makefile.txt b/hack/boilerplate/boilerplate.Makefile.txt index 0ca059688..96f6cb0a5 100644 --- a/hack/boilerplate/boilerplate.Makefile.txt +++ b/hack/boilerplate/boilerplate.Makefile.txt @@ -1,4 +1,4 @@ -# Copyright 2023 The Cockroach Authors +# Copyright 2024 The Cockroach Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/hack/boilerplate/boilerplate.css.txt b/hack/boilerplate/boilerplate.css.txt index c41a30542..7acdc624b 100644 --- a/hack/boilerplate/boilerplate.css.txt +++ b/hack/boilerplate/boilerplate.css.txt @@ -1,4 +1,4 @@ -// Copyright 2023 The Cockroach Authors +// Copyright 2024 The Cockroach Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/hack/boilerplate/boilerplate.deepcopy.go.txt b/hack/boilerplate/boilerplate.deepcopy.go.txt index 00fba57c1..083771d71 100644 --- a/hack/boilerplate/boilerplate.deepcopy.go.txt +++ b/hack/boilerplate/boilerplate.deepcopy.go.txt @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/hack/boilerplate/boilerplate.go.txt b/hack/boilerplate/boilerplate.go.txt index 00fba57c1..083771d71 100644 --- a/hack/boilerplate/boilerplate.go.txt +++ b/hack/boilerplate/boilerplate.go.txt @@ -1,5 +1,5 @@ /* -Copyright 2023 The Cockroach Authors +Copyright 2024 The Cockroach Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/hack/boilerplate/boilerplate.html.txt b/hack/boilerplate/boilerplate.html.txt index 7eb305308..ad7dc247e 100644 --- a/hack/boilerplate/boilerplate.html.txt +++ b/hack/boilerplate/boilerplate.html.txt @@ -1,5 +1,5 @@