aboutsummaryrefslogtreecommitdiff
path: root/contrib/basebackup_to_shell
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2025-01-01 11:21:55 -0500
committerBruce Momjian <bruce@momjian.us>2025-01-01 11:21:55 -0500
commit50e6eb731d98ab6d0e625a0b87fb327b172bbebd (patch)
treeafa997a1b8df3ed53e220af8374e637cd5de5c5a /contrib/basebackup_to_shell
parent98b1efd6ef6a1612019ef9ed6e44b79c132352ce (diff)
downloadpostgresql-50e6eb731d98ab6d0e625a0b87fb327b172bbebd.tar.gz
postgresql-50e6eb731d98ab6d0e625a0b87fb327b172bbebd.zip
Update copyright for 2025
Backpatch-through: 13
Diffstat (limited to 'contrib/basebackup_to_shell')
-rw-r--r--contrib/basebackup_to_shell/basebackup_to_shell.c2
-rw-r--r--contrib/basebackup_to_shell/meson.build2
-rw-r--r--contrib/basebackup_to_shell/t/001_basic.pl2
3 files changed, 3 insertions, 3 deletions
diff --git a/contrib/basebackup_to_shell/basebackup_to_shell.c b/contrib/basebackup_to_shell/basebackup_to_shell.c
index fe419d90806..d91366b06d2 100644
--- a/contrib/basebackup_to_shell/basebackup_to_shell.c
+++ b/contrib/basebackup_to_shell/basebackup_to_shell.c
@@ -3,7 +3,7 @@
* basebackup_to_shell.c
* target base backup files to a shell command
*
- * Copyright (c) 2016-2024, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2025, PostgreSQL Global Development Group
*
* contrib/basebackup_to_shell/basebackup_to_shell.c
*-------------------------------------------------------------------------
diff --git a/contrib/basebackup_to_shell/meson.build b/contrib/basebackup_to_shell/meson.build
index 8175c9b5c5b..8c88242456e 100644
--- a/contrib/basebackup_to_shell/meson.build
+++ b/contrib/basebackup_to_shell/meson.build
@@ -1,4 +1,4 @@
-# Copyright (c) 2022-2024, PostgreSQL Global Development Group
+# Copyright (c) 2022-2025, PostgreSQL Global Development Group
basebackup_to_shell_sources = files(
'basebackup_to_shell.c',
diff --git a/contrib/basebackup_to_shell/t/001_basic.pl b/contrib/basebackup_to_shell/t/001_basic.pl
index 07cb32fdae9..5b1c7894c4a 100644
--- a/contrib/basebackup_to_shell/t/001_basic.pl
+++ b/contrib/basebackup_to_shell/t/001_basic.pl
@@ -1,4 +1,4 @@
-# Copyright (c) 2021-2024, PostgreSQL Global Development Group
+# Copyright (c) 2021-2025, PostgreSQL Global Development Group
use strict;
use warnings FATAL => 'all';