aboutsummaryrefslogtreecommitdiff
path: root/contrib/basebackup_to_shell
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2023-01-02 15:00:37 -0500
committerBruce Momjian <bruce@momjian.us>2023-01-02 15:00:37 -0500
commitc8e1ba736b2b9e8c98d37a5b77c4ed31baf94147 (patch)
treebc2e271d4b902b97d9dee7870b138d5750aa86db /contrib/basebackup_to_shell
parent325bc54eed4ea0836a0bb715bb18342f0c1c668a (diff)
downloadpostgresql-c8e1ba736b2b9e8c98d37a5b77c4ed31baf94147.tar.gz
postgresql-c8e1ba736b2b9e8c98d37a5b77c4ed31baf94147.zip
Update copyright for 2023
Backpatch-through: 11
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 bdaf67a4c85..8d583550b50 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-2022, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2023, 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 b68a80c038f..a5488c30239 100644
--- a/contrib/basebackup_to_shell/meson.build
+++ b/contrib/basebackup_to_shell/meson.build
@@ -1,4 +1,4 @@
-# Copyright (c) 2022, PostgreSQL Global Development Group
+# Copyright (c) 2022-2023, 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 5eb96090a8a..a278df3f91b 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-2022, PostgreSQL Global Development Group
+# Copyright (c) 2021-2023, PostgreSQL Global Development Group
use strict;
use warnings;