1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-21 10:42:50 +03:00

Update copyright for 2023

Backpatch-through: 11
This commit is contained in:
Bruce Momjian
2023-01-02 15:00:37 -05:00
parent 325bc54eed
commit c8e1ba736b
2406 changed files with 2421 additions and 2421 deletions

View File

@@ -3,7 +3,7 @@
* backup_manifest.c
* code for generating and sending a backup manifest
*
* Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 2010-2023, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/backup/backup_manifest.c

View File

@@ -3,7 +3,7 @@
* basebackup.c
* code for taking a base backup and streaming it to a standby
*
* Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 2010-2023, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/backup/basebackup.c

View File

@@ -16,7 +16,7 @@
* An older method that sent each archive using a separate COPY OUT
* operation is no longer supported.
*
* Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 2010-2023, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/backup/basebackup_copy.c

View File

@@ -3,7 +3,7 @@
* basebackup_gzip.c
* Basebackup sink implementing gzip compression.
*
* Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 2010-2023, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/backup/basebackup_gzip.c

View File

@@ -3,7 +3,7 @@
* basebackup_lz4.c
* Basebackup sink implementing lz4 compression.
*
* Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 2010-2023, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/backup/basebackup_lz4.c

View File

@@ -22,7 +22,7 @@
* the logic directly into that file as it's fairly simple, but it seems
* cleaner to have everything related to progress reporting in one place.)
*
* Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 2010-2023, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/backup/basebackup_progress.c

View File

@@ -3,7 +3,7 @@
* basebackup_sink.c
* Default implementations for bbsink (basebackup sink) callbacks.
*
* Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 2010-2023, PostgreSQL Global Development Group
*
* src/backend/backup/basebackup_sink.c
*

View File

@@ -6,7 +6,7 @@
* Furthermore, new targets can be defined by extensions. This file
* contains code to support that functionality.
*
* Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 2010-2023, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/backup/basebackup_target.c

View File

@@ -5,7 +5,7 @@
* next base backup sink in the chain at a rate no greater than the
* configured maximum.
*
* Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 2010-2023, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/backup/basebackup_throttle.c

View File

@@ -3,7 +3,7 @@
* basebackup_zstd.c
* Basebackup sink implementing zstd compression.
*
* Portions Copyright (c) 2010-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 2010-2023, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/backup/basebackup_zstd.c

View File

@@ -1,4 +1,4 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
backend_sources += files(
'backup_manifest.c',