aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_verifybackup/t/002_algorithm.pl
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2024-01-03 20:49:05 -0500
committerBruce Momjian <bruce@momjian.us>2024-01-03 20:49:05 -0500
commit29275b1d177096597675b5c6e7e7c9db2df8f4df (patch)
treeb82e12375286dd75030a36b6d770bc0c2d385dbe /src/bin/pg_verifybackup/t/002_algorithm.pl
parent793ecff7df80c5ffe598e431a6c2aca1d4c64eff (diff)
downloadpostgresql-29275b1d177096597675b5c6e7e7c9db2df8f4df.tar.gz
postgresql-29275b1d177096597675b5c6e7e7c9db2df8f4df.zip
Update copyright for 2024
Reported-by: Michael Paquier Discussion: https://postgr.es/m/ZZKTDPxBBMt3C0J9@paquier.xyz Backpatch-through: 12
Diffstat (limited to 'src/bin/pg_verifybackup/t/002_algorithm.pl')
-rw-r--r--src/bin/pg_verifybackup/t/002_algorithm.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_verifybackup/t/002_algorithm.pl b/src/bin/pg_verifybackup/t/002_algorithm.pl
index c9f0c10f83b..fb2a1fd7c4e 100644
--- a/src/bin/pg_verifybackup/t/002_algorithm.pl
+++ b/src/bin/pg_verifybackup/t/002_algorithm.pl
@@ -1,5 +1,5 @@
-# Copyright (c) 2021-2023, PostgreSQL Global Development Group
+# Copyright (c) 2021-2024, PostgreSQL Global Development Group
# Verify that we can take and verify backups with various checksum types.