1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-19 23:22:23 +03:00

Update copyright for 2025

Backpatch-through: 13
This commit is contained in:
Bruce Momjian
2025-01-01 11:21:55 -05:00
parent 98b1efd6ef
commit 50e6eb731d
2594 changed files with 2613 additions and 2613 deletions

View File

@@ -3,7 +3,7 @@
* backup_manifest.c
* code for generating and sending a backup manifest
*
* Portions Copyright (c) 2010-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2010-2025, 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-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2010-2025, 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-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2010-2025, 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-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2010-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/backup/basebackup_gzip.c

View File

@@ -10,7 +10,7 @@
* backup manifest supplied by the user taking the incremental backup
* and extract the required information from it.
*
* Portions Copyright (c) 2010-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2010-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/backup/basebackup_incremental.c

View File

@@ -3,7 +3,7 @@
* basebackup_lz4.c
* Basebackup sink implementing lz4 compression.
*
* Portions Copyright (c) 2010-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2010-2025, 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-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2010-2025, 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-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2010-2025, 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-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2010-2025, 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-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2010-2025, 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-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2010-2025, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/backup/basebackup_zstd.c

View File

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

View File

@@ -3,7 +3,7 @@
* walsummary.c
* Functions for accessing and managing WAL summary data.
*
* Portions Copyright (c) 2010-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2010-2025, PostgreSQL Global Development Group
*
* src/backend/backup/walsummary.c
*

View File

@@ -3,7 +3,7 @@
* walsummaryfuncs.c
* SQL-callable functions for accessing WAL summary data.
*
* Portions Copyright (c) 2010-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 2010-2025, PostgreSQL Global Development Group
*
* src/backend/backup/walsummaryfuncs.c
*