mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Update copyright for 2023
Backpatch-through: 11
This commit is contained in:
@ -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
|
||||
*-------------------------------------------------------------------------
|
||||
|
@ -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',
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2021-2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2021-2023, PostgreSQL Global Development Group
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
Reference in New Issue
Block a user