diff --git a/.golangci.yaml b/.golangci.yaml index 46298e7..e7f41c1 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -63,7 +63,7 @@ linters: goheader: values: regexp: - DATES: (202[1-4] - 2025|2025) + DATES: (202[1-5] - 2026|2026) template: |- Copyright {{ DATES }} Crunchy Data Solutions, Inc. diff --git a/LICENSE.md b/LICENSE.md index 67be9ba..31930c2 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -176,7 +176,7 @@ END OF TERMS AND CONDITIONS - Copyright 2021 - 2025 Crunchy Data Solutions, Inc. + Copyright 2021 - 2026 Crunchy Data Solutions, Inc. 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/kubectl-pgo/main.go b/cmd/kubectl-pgo/main.go index bffda2c..a2604c0 100644 --- a/cmd/kubectl-pgo/main.go +++ b/cmd/kubectl-pgo/main.go @@ -1,4 +1,4 @@ -// Copyright 2021 - 2025 Crunchy Data Solutions, Inc. +// Copyright 2021 - 2026 Crunchy Data Solutions, Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/hack/boilerplate.go.txt b/hack/boilerplate.go.txt index 7c662ee..95f1ee4 100644 --- a/hack/boilerplate.go.txt +++ b/hack/boilerplate.go.txt @@ -1,3 +1,3 @@ -// Copyright 2021 - 2025 Crunchy Data Solutions, Inc. +// Copyright 2021 - 2026 Crunchy Data Solutions, Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/hack/generate-docs.go b/hack/generate-docs.go index 86511e1..3b7dd0c 100644 --- a/hack/generate-docs.go +++ b/hack/generate-docs.go @@ -1,4 +1,4 @@ -// Copyright 2021 - 2025 Crunchy Data Solutions, Inc. +// Copyright 2021 - 2026 Crunchy Data Solutions, Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/apis/postgres-operator.crunchydata.com/v1beta1/groupversion_info.go b/internal/apis/postgres-operator.crunchydata.com/v1beta1/groupversion_info.go index 35c90b1..07eddf4 100644 --- a/internal/apis/postgres-operator.crunchydata.com/v1beta1/groupversion_info.go +++ b/internal/apis/postgres-operator.crunchydata.com/v1beta1/groupversion_info.go @@ -1,4 +1,4 @@ -// Copyright 2021 - 2025 Crunchy Data Solutions, Inc. +// Copyright 2021 - 2026 Crunchy Data Solutions, Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/apis/postgres-operator.crunchydata.com/v1beta1/pgadmin_types.go b/internal/apis/postgres-operator.crunchydata.com/v1beta1/pgadmin_types.go index 3003e64..82d99c1 100644 --- a/internal/apis/postgres-operator.crunchydata.com/v1beta1/pgadmin_types.go +++ b/internal/apis/postgres-operator.crunchydata.com/v1beta1/pgadmin_types.go @@ -1,4 +1,4 @@ -// Copyright 2021 - 2025 Crunchy Data Solutions, Inc. +// Copyright 2021 - 2026 Crunchy Data Solutions, Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/apis/postgres-operator.crunchydata.com/v1beta1/postgrescluster_types.go b/internal/apis/postgres-operator.crunchydata.com/v1beta1/postgrescluster_types.go index 8419a7f..c6273fc 100644 --- a/internal/apis/postgres-operator.crunchydata.com/v1beta1/postgrescluster_types.go +++ b/internal/apis/postgres-operator.crunchydata.com/v1beta1/postgrescluster_types.go @@ -1,4 +1,4 @@ -// Copyright 2021 - 2025 Crunchy Data Solutions, Inc. +// Copyright 2021 - 2026 Crunchy Data Solutions, Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/cmd/backup.go b/internal/cmd/backup.go index bfdf582..12a3a52 100644 --- a/internal/cmd/backup.go +++ b/internal/cmd/backup.go @@ -1,4 +1,4 @@ -// Copyright 2021 - 2025 Crunchy Data Solutions, Inc. +// Copyright 2021 - 2026 Crunchy Data Solutions, Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/cmd/backup_test.go b/internal/cmd/backup_test.go index ce2187f..7e05eb3 100644 --- a/internal/cmd/backup_test.go +++ b/internal/cmd/backup_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 - 2025 Crunchy Data Solutions, Inc. +// Copyright 2021 - 2026 Crunchy Data Solutions, Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/cmd/client_version.go b/internal/cmd/client_version.go index cf91b61..9384174 100644 --- a/internal/cmd/client_version.go +++ b/internal/cmd/client_version.go @@ -1,4 +1,4 @@ -// Copyright 2021 - 2025 Crunchy Data Solutions, Inc. +// Copyright 2021 - 2026 Crunchy Data Solutions, Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/cmd/create.go b/internal/cmd/create.go index 90dd037..ea86ff1 100644 --- a/internal/cmd/create.go +++ b/internal/cmd/create.go @@ -1,4 +1,4 @@ -// Copyright 2021 - 2025 Crunchy Data Solutions, Inc. +// Copyright 2021 - 2026 Crunchy Data Solutions, Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/cmd/create_test.go b/internal/cmd/create_test.go index ee22d21..6c9332d 100644 --- a/internal/cmd/create_test.go +++ b/internal/cmd/create_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 - 2025 Crunchy Data Solutions, Inc. +// Copyright 2021 - 2026 Crunchy Data Solutions, Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/cmd/delete.go b/internal/cmd/delete.go index a97ae1f..3c45c4b 100644 --- a/internal/cmd/delete.go +++ b/internal/cmd/delete.go @@ -1,4 +1,4 @@ -// Copyright 2021 - 2025 Crunchy Data Solutions, Inc. +// Copyright 2021 - 2026 Crunchy Data Solutions, Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/cmd/exec.go b/internal/cmd/exec.go index 885b01b..3974b9a 100644 --- a/internal/cmd/exec.go +++ b/internal/cmd/exec.go @@ -1,4 +1,4 @@ -// Copyright 2021 - 2025 Crunchy Data Solutions, Inc. +// Copyright 2021 - 2026 Crunchy Data Solutions, Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/cmd/exec_test.go b/internal/cmd/exec_test.go index 54cd2ed..a7ab3c4 100644 --- a/internal/cmd/exec_test.go +++ b/internal/cmd/exec_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 - 2025 Crunchy Data Solutions, Inc. +// Copyright 2021 - 2026 Crunchy Data Solutions, Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/cmd/export.go b/internal/cmd/export.go index 0ac814f..a70ff4e 100644 --- a/internal/cmd/export.go +++ b/internal/cmd/export.go @@ -1,4 +1,4 @@ -// Copyright 2021 - 2025 Crunchy Data Solutions, Inc. +// Copyright 2021 - 2026 Crunchy Data Solutions, Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/cmd/export_test.go b/internal/cmd/export_test.go index 07a554e..05fafa0 100644 --- a/internal/cmd/export_test.go +++ b/internal/cmd/export_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 - 2025 Crunchy Data Solutions, Inc. +// Copyright 2021 - 2026 Crunchy Data Solutions, Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/cmd/pgo.go b/internal/cmd/pgo.go index 2a84325..dce29e2 100644 --- a/internal/cmd/pgo.go +++ b/internal/cmd/pgo.go @@ -1,4 +1,4 @@ -// Copyright 2021 - 2025 Crunchy Data Solutions, Inc. +// Copyright 2021 - 2026 Crunchy Data Solutions, Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/cmd/pgo_test.go b/internal/cmd/pgo_test.go index 9f08c1b..9dd1fb2 100644 --- a/internal/cmd/pgo_test.go +++ b/internal/cmd/pgo_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 - 2025 Crunchy Data Solutions, Inc. +// Copyright 2021 - 2026 Crunchy Data Solutions, Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/cmd/restore.go b/internal/cmd/restore.go index 904ee3d..9b4b1ab 100644 --- a/internal/cmd/restore.go +++ b/internal/cmd/restore.go @@ -1,4 +1,4 @@ -// Copyright 2021 - 2025 Crunchy Data Solutions, Inc. +// Copyright 2021 - 2026 Crunchy Data Solutions, Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/cmd/restore_test.go b/internal/cmd/restore_test.go index 5248f23..21014b6 100644 --- a/internal/cmd/restore_test.go +++ b/internal/cmd/restore_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 - 2025 Crunchy Data Solutions, Inc. +// Copyright 2021 - 2026 Crunchy Data Solutions, Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/cmd/show.go b/internal/cmd/show.go index 6e39245..778815a 100644 --- a/internal/cmd/show.go +++ b/internal/cmd/show.go @@ -1,4 +1,4 @@ -// Copyright 2021 - 2025 Crunchy Data Solutions, Inc. +// Copyright 2021 - 2026 Crunchy Data Solutions, Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/cmd/start.go b/internal/cmd/start.go index 9dc18ad..0ff1825 100644 --- a/internal/cmd/start.go +++ b/internal/cmd/start.go @@ -1,4 +1,4 @@ -// Copyright 2021 - 2025 Crunchy Data Solutions, Inc. +// Copyright 2021 - 2026 Crunchy Data Solutions, Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/cmd/stop.go b/internal/cmd/stop.go index 76517b6..e155986 100644 --- a/internal/cmd/stop.go +++ b/internal/cmd/stop.go @@ -1,4 +1,4 @@ -// Copyright 2021 - 2025 Crunchy Data Solutions, Inc. +// Copyright 2021 - 2026 Crunchy Data Solutions, Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/cmd/support.go b/internal/cmd/support.go index 7027028..00e4446 100644 --- a/internal/cmd/support.go +++ b/internal/cmd/support.go @@ -1,4 +1,4 @@ -// Copyright 2021 - 2025 Crunchy Data Solutions, Inc. +// Copyright 2021 - 2026 Crunchy Data Solutions, Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/cmd/version.go b/internal/cmd/version.go index 70622cc..b972444 100644 --- a/internal/cmd/version.go +++ b/internal/cmd/version.go @@ -1,4 +1,4 @@ -// Copyright 2021 - 2025 Crunchy Data Solutions, Inc. +// Copyright 2021 - 2026 Crunchy Data Solutions, Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/config.go b/internal/config.go index abe326f..c2dc3c9 100644 --- a/internal/config.go +++ b/internal/config.go @@ -1,4 +1,4 @@ -// Copyright 2021 - 2025 Crunchy Data Solutions, Inc. +// Copyright 2021 - 2026 Crunchy Data Solutions, Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/format.go b/internal/format.go index 2d7e7a0..e3a39c8 100644 --- a/internal/format.go +++ b/internal/format.go @@ -1,4 +1,4 @@ -// Copyright 2021 - 2025 Crunchy Data Solutions, Inc. +// Copyright 2021 - 2026 Crunchy Data Solutions, Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/format_test.go b/internal/format_test.go index 2e676c5..7e83fd0 100644 --- a/internal/format_test.go +++ b/internal/format_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 - 2025 Crunchy Data Solutions, Inc. +// Copyright 2021 - 2026 Crunchy Data Solutions, Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/testing/cmp/cmp.go b/internal/testing/cmp/cmp.go index 4cca025..170055d 100644 --- a/internal/testing/cmp/cmp.go +++ b/internal/testing/cmp/cmp.go @@ -1,4 +1,4 @@ -// Copyright 2021 - 2025 Crunchy Data Solutions, Inc. +// Copyright 2021 - 2026 Crunchy Data Solutions, Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/unstructured.go b/internal/unstructured.go index 568c96d..d669f2c 100644 --- a/internal/unstructured.go +++ b/internal/unstructured.go @@ -1,4 +1,4 @@ -// Copyright 2021 - 2025 Crunchy Data Solutions, Inc. +// Copyright 2021 - 2026 Crunchy Data Solutions, Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/unstructured_test.go b/internal/unstructured_test.go index 1a91c09..74e6ab7 100644 --- a/internal/unstructured_test.go +++ b/internal/unstructured_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 - 2025 Crunchy Data Solutions, Inc. +// Copyright 2021 - 2026 Crunchy Data Solutions, Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/util/enum.go b/internal/util/enum.go index 795a096..07670d7 100644 --- a/internal/util/enum.go +++ b/internal/util/enum.go @@ -1,4 +1,4 @@ -// Copyright 2021 - 2025 Crunchy Data Solutions, Inc. +// Copyright 2021 - 2026 Crunchy Data Solutions, Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/util/executor.go b/internal/util/executor.go index 88bea76..a98d949 100644 --- a/internal/util/executor.go +++ b/internal/util/executor.go @@ -1,4 +1,4 @@ -// Copyright 2021 - 2025 Crunchy Data Solutions, Inc. +// Copyright 2021 - 2026 Crunchy Data Solutions, Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/util/interactions.go b/internal/util/interactions.go index 8a30bc0..2570d0c 100644 --- a/internal/util/interactions.go +++ b/internal/util/interactions.go @@ -1,4 +1,4 @@ -// Copyright 2021 - 2025 Crunchy Data Solutions, Inc. +// Copyright 2021 - 2026 Crunchy Data Solutions, Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/util/interactions_test.go b/internal/util/interactions_test.go index 6e5236a..9c7d7c7 100644 --- a/internal/util/interactions_test.go +++ b/internal/util/interactions_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 - 2025 Crunchy Data Solutions, Inc. +// Copyright 2021 - 2026 Crunchy Data Solutions, Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/util/naming.go b/internal/util/naming.go index 06e8646..87980fe 100644 --- a/internal/util/naming.go +++ b/internal/util/naming.go @@ -1,4 +1,4 @@ -// Copyright 2021 - 2025 Crunchy Data Solutions, Inc. +// Copyright 2021 - 2026 Crunchy Data Solutions, Inc. // // SPDX-License-Identifier: Apache-2.0 diff --git a/internal/util/naming_test.go b/internal/util/naming_test.go index ff558d2..365dc96 100644 --- a/internal/util/naming_test.go +++ b/internal/util/naming_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 - 2025 Crunchy Data Solutions, Inc. +// Copyright 2021 - 2026 Crunchy Data Solutions, Inc. // // SPDX-License-Identifier: Apache-2.0