diff --git a/LICENSE b/LICENSE index 748eb8f..8b5c16a 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 c8c1bda..47fd5ce 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 1267500..48fece3 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 9199968..e3261a9 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 f50d613..c06b02e 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 fffafc2..a6fd301 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 2f3ecf6..261595d 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 e7281f0..cb8ecbe 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 b8d72b7..8843ae9 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 3af4701..f67a937 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 556e40b..836edc3 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 f2eaa2c..7025f72 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 5b1ca85..77b23f1 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 7247926..87f5cb5 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 7519e7e..7a6ba89 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 eb6327e..896c099 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 05ef587..bc9cbcc 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 03f41a3..20d8a35 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 875bd26..f5962e5 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 2a5a5f1..06fc9e6 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 dad82df..2114e64 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 973b726..43eefe1 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 d01b877..82bbeb8 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 1231187..263a7ad 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 2992f7f..2227e01 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 8821680..5b2fcf1 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 b508ba1..b97ca0d 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 85ac952..2b9edf5 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 02f019e..801ab92 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 3896aad..664eb42 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 63741d6..abf43c1 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 825491a..21aed09 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 a53a50f..b9f2edd 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 c5536d2..865f6ca 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 4b98c22..42b6ac0 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 87eed64..664952e 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 f273fd8..40fd325 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 ab384e6..6aa62ed 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 eeeb04f..fccb856 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 89c7a70..2d491e3 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 cb324c1..b0a8ba2 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 50c0c27..1f4155e 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 ae42dbc..488eab2 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 757c978..5f5aa94 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 ee9be7d..843d805 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 897ceb7..652a6db 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 ab8fb8e..10bbceb 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 dc9fd2b..6abfcc5 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 ba56f42..051a4bd 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 70b0eef..ccbf43e 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 7d4eeab..a7c55d8 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 5a60fbd..4559448 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 1ce3f23..a7f7678 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;