mirror of
https://github.com/postgres/postgres.git
synced 2026-01-27 21:43:08 +03:00
Update copyright for 2025
Backpatch-through: 13
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
* archive.h
|
||||
* Routines to access WAL archives from frontend
|
||||
*
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/fe_utils/archive.h
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
* make further decisions about how to process the data; for example,
|
||||
* it might choose to modify the archive contents.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/include/fe_utils/astreamer.h
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* Query cancellation support for frontend code
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/fe_utils/cancel.h
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* a true branch?) so that the interpreter knows whether to execute
|
||||
* code and whether to evaluate conditions.
|
||||
*
|
||||
* Copyright (c) 2000-2024, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2000-2025, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/include/fe_utils/conditional.h
|
||||
*
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* Facilities for frontend code to connect to and disconnect from databases.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/fe_utils/connect_utils.h
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* Multibyte character printing support for frontend code
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/fe_utils/mbprint.h
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* Command line option processing facilities for frontend code
|
||||
*
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/fe_utils/option_utils.h
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* parallel_slot.h
|
||||
* Parallel support for bin/scripts/
|
||||
*
|
||||
* Copyright (c) 2003-2024, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2003-2025, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/include/fe_utils/parallel_slot.h
|
||||
*
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
* Query-result printing support for frontend code
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/fe_utils/print.h
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
* backslash commands.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/fe_utils/psqlscan.h
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
* same flex version, or if they don't use the same flex options.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/fe_utils/psqlscan_int.h
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* Facilities for frontend code to query a databases.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/fe_utils/query_utils.h
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* Generator for recovery configuration
|
||||
*
|
||||
* Portions Copyright (c) 2011-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2011-2025, PostgreSQL Global Development Group
|
||||
*
|
||||
* src/include/fe_utils/recovery_gen.h
|
||||
*
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
* facilities, but it's all we need in, eg, pg_dump.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/fe_utils/simple_list.h
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* assorted contexts.
|
||||
*
|
||||
*
|
||||
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/fe_utils/string_utils.h
|
||||
|
||||
Reference in New Issue
Block a user