mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Update copyright for 2024
Reported-by: Michael Paquier Discussion: https://postgr.es/m/ZZKTDPxBBMt3C0J9@paquier.xyz Backpatch-through: 12
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
* basebackup_to_shell.c
|
||||
* target base backup files to a shell command
|
||||
*
|
||||
* Copyright (c) 2016-2023, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2016-2024, PostgreSQL Global Development Group
|
||||
*
|
||||
* contrib/basebackup_to_shell/basebackup_to_shell.c
|
||||
*-------------------------------------------------------------------------
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2022-2024, PostgreSQL Global Development Group
|
||||
|
||||
basebackup_to_shell_sources = files(
|
||||
'basebackup_to_shell.c',
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2021-2023, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2021-2024, PostgreSQL Global Development Group
|
||||
|
||||
use strict;
|
||||
use warnings FATAL => 'all';
|
||||
|
Reference in New Issue
Block a user