Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rowley2024-05-15 03:01:21 +0000
committerDavid Rowley2024-05-15 03:01:21 +0000
commit8cb653b2457c75d58c4dba578570ba52301c8b78 (patch)
treee59ea08ce1418ab00bb5040ac6e1384c4cf77c1e /src/backend
parent771fa58df275d0361fcba2b1f97e4d96617fc345 (diff)
Fix incorrect year in some copyright notices added this year
A few patches that were written <= 2023 and committed in 2024 still contained 2023 copyright year. Fix that. Discussion: https://postgr.es/m/CAApHDvr5egyW3FmHbAg-Uq2p_Aizwco1Zjs6Vbq18KqN64-hRA@mail.gmail.com
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/postmaster/launch_backend.c2
-rw-r--r--src/backend/tcop/backend_startup.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/postmaster/launch_backend.c b/src/backend/postmaster/launch_backend.c
index 4e9dde1517b..bdfa238e4fe 100644
--- a/src/backend/postmaster/launch_backend.c
+++ b/src/backend/postmaster/launch_backend.c
@@ -20,7 +20,7 @@
* same state as after fork() on a Unix system.
*
*
- * Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
diff --git a/src/backend/tcop/backend_startup.c b/src/backend/tcop/backend_startup.c
index ee73d01e16c..cfa27551964 100644
--- a/src/backend/tcop/backend_startup.c
+++ b/src/backend/tcop/backend_startup.c
@@ -3,7 +3,7 @@
* backend_startup.c
* Backend startup code
*
- * Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*