summaryrefslogtreecommitdiff
path: root/src/include
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/include
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/include')
-rw-r--r--src/include/common/unicode_case.h2
-rw-r--r--src/include/common/unicode_case_table.h2
-rw-r--r--src/include/tcop/backend_startup.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/include/common/unicode_case.h b/src/include/common/unicode_case.h
index c0c3382e79e..c1c2d4c5762 100644
--- a/src/include/common/unicode_case.h
+++ b/src/include/common/unicode_case.h
@@ -5,7 +5,7 @@
*
* These definitions can be used by both frontend and backend code.
*
- * Copyright (c) 2017-2023, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2024, PostgreSQL Global Development Group
*
* src/include/common/unicode_case.h
*
diff --git a/src/include/common/unicode_case_table.h b/src/include/common/unicode_case_table.h
index f6bb85c6c94..eeda0458399 100644
--- a/src/include/common/unicode_case_table.h
+++ b/src/include/common/unicode_case_table.h
@@ -3,7 +3,7 @@
* unicode_case_table.h
* Case mapping and information table.
*
- * 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
*
* src/include/common/unicode_case_table.h
diff --git a/src/include/tcop/backend_startup.h b/src/include/tcop/backend_startup.h
index d29eaed1e97..16a68c77584 100644
--- a/src/include/tcop/backend_startup.h
+++ b/src/include/tcop/backend_startup.h
@@ -4,7 +4,7 @@
* prototypes for backend_startup.c.
*
*
- * 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
*
* src/include/tcop/backend_startup.h