Skip to content

Commit 9187409

Browse files
authored
Update copyright to 2025 (#4061)
1 parent a2c6c48 commit 9187409

File tree

276 files changed

+276
-276
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

276 files changed

+276
-276
lines changed

.golangci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ linters-settings:
6868
SPDX-License-Identifier: Apache-2.0
6969
values:
7070
regexp:
71-
DATES: '((201[7-9]|202[0-3]) - 2024|2024)'
71+
DATES: '((201[7-9]|202[0-4]) - 2025|2025)'
7272

7373
goimports:
7474
local-prefixes: github.com/crunchydata/postgres-operator

LICENSE.md

+1-1

bin/license_aggregator.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
# Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
3+
# Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
66
# You may obtain a copy of the License at

cmd/postgres-operator/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2017 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

cmd/postgres-operator/main_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2017 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

cmd/postgres-operator/open_telemetry.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

cmd/postgres-operator/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2017 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2017 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

config/README.md

+1-1

hack/boilerplate.go.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0

hack/create-kubeconfig.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
# Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
3+
# Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
66
# You may obtain a copy of the License at

hack/update-pgmonitor-installer.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
# Copyright 2022 - 2024 Crunchy Data Solutions, Inc.
3+
# Copyright 2022 - 2025 Crunchy Data Solutions, Inc.
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
66
# You may obtain a copy of the License at

internal/bridge/client.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/bridge/client_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/bridge/crunchybridgecluster/apply.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/bridge/crunchybridgecluster/crunchybridgecluster_controller.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/bridge/crunchybridgecluster/crunchybridgecluster_controller_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/bridge/crunchybridgecluster/delete.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/bridge/crunchybridgecluster/delete_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/bridge/crunchybridgecluster/helpers_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/bridge/crunchybridgecluster/mock_bridge_api.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/bridge/crunchybridgecluster/postgres.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/bridge/crunchybridgecluster/postgres_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/bridge/crunchybridgecluster/watches.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/bridge/crunchybridgecluster/watches_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/bridge/installation.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/bridge/installation_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/bridge/naming.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/bridge/quantity.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/bridge/quantity_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/config/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/config/config_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/controller/pgupgrade/apply.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/controller/pgupgrade/jobs.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/controller/pgupgrade/jobs_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/controller/pgupgrade/labels.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/controller/pgupgrade/pgupgrade_controller.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/controller/pgupgrade/registration.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/controller/pgupgrade/registration_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/controller/pgupgrade/utils.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/controller/pgupgrade/world.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/controller/pgupgrade/world_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/controller/postgrescluster/apply.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/controller/postgrescluster/apply_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/controller/postgrescluster/cluster.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/controller/postgrescluster/cluster_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/controller/postgrescluster/controller.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/controller/postgrescluster/controller_ref_manager.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/controller/postgrescluster/controller_ref_manager_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/controller/postgrescluster/controller_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/controller/postgrescluster/delete.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/controller/postgrescluster/helpers_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/controller/postgrescluster/instance.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/controller/postgrescluster/instance.md

+1-1

internal/controller/postgrescluster/instance_rollout_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/controller/postgrescluster/instance_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/controller/postgrescluster/patroni.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/controller/postgrescluster/patroni_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/controller/postgrescluster/pgadmin.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/controller/postgrescluster/pgadmin_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/controller/postgrescluster/pgbackrest.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/controller/postgrescluster/pgbackrest_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/controller/postgrescluster/pgbouncer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/controller/postgrescluster/pgbouncer_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

internal/controller/postgrescluster/pgmonitor.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 - 2024 Crunchy Data Solutions, Inc.
1+
// Copyright 2021 - 2025 Crunchy Data Solutions, Inc.
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

0 commit comments

Comments
 (0)