From 8f59805a16b95324d28b7cd12d847f98444cfccd Mon Sep 17 00:00:00 2001 From: blo Date: Fri, 16 Jan 2026 14:36:16 +0100 Subject: [PATCH] Update Copyright to 2026 --- LICENSE | 2 +- README | 2 +- README.pod | 2 +- check_pgactivity | 4 ++-- t/00-copyright-year.t | 2 +- t/01-archive_folder.t | 4 ++-- t/01-archiver.t | 2 +- t/01-autovacuum.t | 4 ++-- t/01-backends.t | 2 +- t/01-backends_status.t | 2 +- t/01-backup_label_age.t | 2 +- t/01-bgwriter.t | 2 +- t/01-btree_bloat.t | 2 +- t/01-checksum_errors.t | 2 +- t/01-commit_ratio.t | 2 +- t/01-configuration.t | 2 +- t/01-connection.t | 2 +- t/01-custom_query.t | 2 +- t/01-database_size.t | 2 +- t/01-extensions_versions | 2 +- t/01-hit_ratio.t | 2 +- t/01-hot_standby_delta.t | 6 +++--- t/01-hugepages.t | 2 +- t/01-invalid_indexes.t | 2 +- t/01-is_hot_standby.t | 2 +- t/01-is_master.t | 2 +- t/01-is_replay_paused.t | 2 +- t/01-last_analyze.t | 2 +- t/01-last_vacuum.t | 2 +- t/01-locks.t | 2 +- t/01-longest_query.t | 2 +- t/01-max_freeze_age.t | 2 +- t/01-minor_version.t | 2 +- t/01-oldest_2pc.t | 2 +- t/01-oldest_idlexact.t | 2 +- t/01-oldest_xmin.t | 2 +- t/01-pga_version.t | 2 +- t/01-pgdata_permission.t | 2 +- t/01-replication_slots.t | 2 +- t/01-sequences_exhausted.t | 2 +- t/01-session_stats.t | 2 +- t/01-settings.t | 2 +- t/01-stat_snapshot_age.t | 2 +- t/01-streaming_delta.t | 2 +- t/01-table_bloat.t | 2 +- t/01-table_unlogged.t | 2 +- t/01-temp-files.t | 2 +- t/01-uptime.t | 2 +- t/01-wal_files.t | 2 +- t/02-general.t | 2 +- t/lib/Mocker/Streaming.pm | 2 +- t/lib/pgNode.pm | 2 +- t/lib/pgSession.pm | 2 +- 53 files changed, 58 insertions(+), 58 deletions(-) diff --git a/LICENSE b/LICENSE index 748eb8f8..8b5c16a2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2012-2025, Open PostgreSQL Monitoring Development Group (OPMDG). +Copyright (c) 2012-2026, Open PostgreSQL Monitoring Development Group (OPMDG). Permission to use, copy, modify, and distribute this software and its documentation for any purpose, without fee, and without a written agreement diff --git a/README b/README index c8c1bda7..47fd5ceb 100644 --- a/README +++ b/README @@ -1341,5 +1341,5 @@ LICENSING AUTHORS Author: Open PostgreSQL Monitoring Development Group - Copyright: (C) 2012-2025 Open PostgreSQL Monitoring Development Group + Copyright: (C) 2012-2026 Open PostgreSQL Monitoring Development Group diff --git a/README.pod b/README.pod index 1267500f..48fece36 100644 --- a/README.pod +++ b/README.pod @@ -1381,5 +1381,5 @@ For license terms, see the LICENSE provided with the sources. =head1 AUTHORS S -S +S diff --git a/check_pgactivity b/check_pgactivity index 9199968c..e3261a96 100755 --- a/check_pgactivity +++ b/check_pgactivity @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group =head1 NAME @@ -9888,6 +9888,6 @@ For license terms, see the LICENSE provided with the sources. =head1 AUTHORS S -S +S =cut diff --git a/t/00-copyright-year.t b/t/00-copyright-year.t index f50d613e..c06b02ed 100644 --- a/t/00-copyright-year.t +++ b/t/00-copyright-year.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-archive_folder.t b/t/01-archive_folder.t index fffafc28..a6fd3010 100644 --- a/t/01-archive_folder.t +++ b/t/01-archive_folder.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; @@ -155,7 +155,7 @@ $node->command_checks_all( [ # next file but find 01 and warn that 03 was expected. $time = time - 400; utime $time, $time, "$archive_dir/000000010000000000000002"; - + $node->command_checks_all( [ './check_pgactivity', '--service' => 'archive_folder', '--username' => $ENV{'USER'} || 'postgres', diff --git a/t/01-archiver.t b/t/01-archiver.t index 2f3ecf6c..261595da 100644 --- a/t/01-archiver.t +++ b/t/01-archiver.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-autovacuum.t b/t/01-autovacuum.t index e7281f09..cb8ecbe0 100644 --- a/t/01-autovacuum.t +++ b/t/01-autovacuum.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; @@ -21,7 +21,7 @@ plan tests => $num_tests + 3; ### Beginning of tests ### $node->init; - + # Tests for PostreSQL 8.0 and before SKIP: { skip "testing incompatibility with PostgreSQL 8.0 and before", 3 diff --git a/t/01-backends.t b/t/01-backends.t index b8d72b72..8843ae90 100644 --- a/t/01-backends.t +++ b/t/01-backends.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-backends_status.t b/t/01-backends_status.t index 3af47014..f67a937b 100644 --- a/t/01-backends_status.t +++ b/t/01-backends_status.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-backup_label_age.t b/t/01-backup_label_age.t index 556e40b3..836edc33 100644 --- a/t/01-backup_label_age.t +++ b/t/01-backup_label_age.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-bgwriter.t b/t/01-bgwriter.t index f2eaa2c9..7025f724 100644 --- a/t/01-bgwriter.t +++ b/t/01-bgwriter.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-btree_bloat.t b/t/01-btree_bloat.t index 5b1ca853..77b23f19 100644 --- a/t/01-btree_bloat.t +++ b/t/01-btree_bloat.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-checksum_errors.t b/t/01-checksum_errors.t index 72479265..87f5cb54 100644 --- a/t/01-checksum_errors.t +++ b/t/01-checksum_errors.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-commit_ratio.t b/t/01-commit_ratio.t index 7519e7e9..7a6ba898 100644 --- a/t/01-commit_ratio.t +++ b/t/01-commit_ratio.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-configuration.t b/t/01-configuration.t index eb6327e7..896c099d 100644 --- a/t/01-configuration.t +++ b/t/01-configuration.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-connection.t b/t/01-connection.t index 05ef5879..bc9cbccb 100644 --- a/t/01-connection.t +++ b/t/01-connection.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-custom_query.t b/t/01-custom_query.t index 03f41a37..20d8a357 100644 --- a/t/01-custom_query.t +++ b/t/01-custom_query.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-database_size.t b/t/01-database_size.t index 875bd26e..f5962e5c 100644 --- a/t/01-database_size.t +++ b/t/01-database_size.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-extensions_versions b/t/01-extensions_versions index 2a5a5f1e..06fc9e63 100644 --- a/t/01-extensions_versions +++ b/t/01-extensions_versions @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-hit_ratio.t b/t/01-hit_ratio.t index dad82dfd..2114e647 100644 --- a/t/01-hit_ratio.t +++ b/t/01-hit_ratio.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-hot_standby_delta.t b/t/01-hot_standby_delta.t index 973b726d..43eefe12 100644 --- a/t/01-hot_standby_delta.t +++ b/t/01-hot_standby_delta.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; @@ -63,8 +63,8 @@ SKIP: { './check_pgactivity', '--service' => 'hot_standby_delta', '--username' => $ENV{'USER'} || 'postgres', '--format' => 'human', - '--host' => $prim->host . ',' . $stb1->host, - '--port' => $prim->port . ',' . $stb1->port, + '--host' => $prim->host . ',' . $stb1->host, + '--port' => $prim->port . ',' . $stb1->port, ], 0, [ diff --git a/t/01-hugepages.t b/t/01-hugepages.t index d01b877c..82bbeb84 100644 --- a/t/01-hugepages.t +++ b/t/01-hugepages.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-invalid_indexes.t b/t/01-invalid_indexes.t index 12311873..263a7ada 100644 --- a/t/01-invalid_indexes.t +++ b/t/01-invalid_indexes.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-is_hot_standby.t b/t/01-is_hot_standby.t index 2992f7f5..2227e011 100644 --- a/t/01-is_hot_standby.t +++ b/t/01-is_hot_standby.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-is_master.t b/t/01-is_master.t index 88216803..5b2fcf1f 100644 --- a/t/01-is_master.t +++ b/t/01-is_master.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-is_replay_paused.t b/t/01-is_replay_paused.t index b508ba10..b97ca0d1 100644 --- a/t/01-is_replay_paused.t +++ b/t/01-is_replay_paused.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-last_analyze.t b/t/01-last_analyze.t index 85ac9528..2b9edf5d 100644 --- a/t/01-last_analyze.t +++ b/t/01-last_analyze.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-last_vacuum.t b/t/01-last_vacuum.t index 02f019ed..801ab921 100644 --- a/t/01-last_vacuum.t +++ b/t/01-last_vacuum.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-locks.t b/t/01-locks.t index 3896aadd..664eb429 100644 --- a/t/01-locks.t +++ b/t/01-locks.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-longest_query.t b/t/01-longest_query.t index 63741d66..abf43c13 100644 --- a/t/01-longest_query.t +++ b/t/01-longest_query.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-max_freeze_age.t b/t/01-max_freeze_age.t index 825491af..21aed091 100644 --- a/t/01-max_freeze_age.t +++ b/t/01-max_freeze_age.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-minor_version.t b/t/01-minor_version.t index a53a50fe..b9f2edd8 100644 --- a/t/01-minor_version.t +++ b/t/01-minor_version.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-oldest_2pc.t b/t/01-oldest_2pc.t index c5536d2d..865f6ca0 100644 --- a/t/01-oldest_2pc.t +++ b/t/01-oldest_2pc.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-oldest_idlexact.t b/t/01-oldest_idlexact.t index 4b98c22f..42b6ac0d 100644 --- a/t/01-oldest_idlexact.t +++ b/t/01-oldest_idlexact.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-oldest_xmin.t b/t/01-oldest_xmin.t index 87eed643..664952e4 100644 --- a/t/01-oldest_xmin.t +++ b/t/01-oldest_xmin.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-pga_version.t b/t/01-pga_version.t index f273fd84..40fd3253 100644 --- a/t/01-pga_version.t +++ b/t/01-pga_version.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-pgdata_permission.t b/t/01-pgdata_permission.t index ab384e6f..6aa62ed1 100644 --- a/t/01-pgdata_permission.t +++ b/t/01-pgdata_permission.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-replication_slots.t b/t/01-replication_slots.t index eeeb04f9..fccb8563 100644 --- a/t/01-replication_slots.t +++ b/t/01-replication_slots.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-sequences_exhausted.t b/t/01-sequences_exhausted.t index 89c7a703..2d491e37 100644 --- a/t/01-sequences_exhausted.t +++ b/t/01-sequences_exhausted.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-session_stats.t b/t/01-session_stats.t index cb324c1e..b0a8ba23 100644 --- a/t/01-session_stats.t +++ b/t/01-session_stats.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-settings.t b/t/01-settings.t index 50c0c271..1f4155ef 100644 --- a/t/01-settings.t +++ b/t/01-settings.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-stat_snapshot_age.t b/t/01-stat_snapshot_age.t index ae42dbcd..488eab25 100644 --- a/t/01-stat_snapshot_age.t +++ b/t/01-stat_snapshot_age.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-streaming_delta.t b/t/01-streaming_delta.t index 757c978d..5f5aa940 100644 --- a/t/01-streaming_delta.t +++ b/t/01-streaming_delta.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-table_bloat.t b/t/01-table_bloat.t index ee9be7df..843d8051 100644 --- a/t/01-table_bloat.t +++ b/t/01-table_bloat.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-table_unlogged.t b/t/01-table_unlogged.t index 897ceb79..652a6db9 100644 --- a/t/01-table_unlogged.t +++ b/t/01-table_unlogged.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-temp-files.t b/t/01-temp-files.t index ab8fb8ec..10bbceb2 100644 --- a/t/01-temp-files.t +++ b/t/01-temp-files.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-uptime.t b/t/01-uptime.t index dc9fd2bb..6abfcc5c 100644 --- a/t/01-uptime.t +++ b/t/01-uptime.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/01-wal_files.t b/t/01-wal_files.t index ba56f423..051a4bd8 100644 --- a/t/01-wal_files.t +++ b/t/01-wal_files.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group use strict; use warnings; diff --git a/t/02-general.t b/t/02-general.t index 70b0eefc..ccbf43e0 100644 --- a/t/02-general.t +++ b/t/02-general.t @@ -2,7 +2,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group # This file gathers various regression tests against the same cluster to avoid # creating one cluster per regression test. diff --git a/t/lib/Mocker/Streaming.pm b/t/lib/Mocker/Streaming.pm index 7d4eeabb..a7c55d8e 100644 --- a/t/lib/Mocker/Streaming.pm +++ b/t/lib/Mocker/Streaming.pm @@ -1,7 +1,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group package Streaming; diff --git a/t/lib/pgNode.pm b/t/lib/pgNode.pm index 5a60fbd0..4559448b 100644 --- a/t/lib/pgNode.pm +++ b/t/lib/pgNode.pm @@ -1,7 +1,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group =pod diff --git a/t/lib/pgSession.pm b/t/lib/pgSession.pm index 1ce3f23d..a7f7678f 100644 --- a/t/lib/pgSession.pm +++ b/t/lib/pgSession.pm @@ -1,7 +1,7 @@ # This program is open source, licensed under the PostgreSQL License. # For license terms, see the LICENSE file. # -# Copyright (C) 2012-2025: Open PostgreSQL Monitoring Development Group +# Copyright (C) 2012-2026: Open PostgreSQL Monitoring Development Group package pgSession;