pgsql: Fix incorrect year in some copyright notices added this year

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix incorrect year in some copyright notices added this year
Date: 2024-05-15 03:02:02
Message-ID: E1s74u2-000H2z-CK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8cb653b2457c75d58c4dba578570ba52301c8b78

Modified Files
--------------
src/backend/postmaster/launch_backend.c | 2 +-
src/backend/tcop/backend_startup.c | 2 +-
src/common/unicode/case_test.c | 2 +-
src/common/unicode/generate-unicode_case_table.pl | 4 ++--
src/common/unicode_case.c | 2 +-
src/include/common/unicode_case.h | 2 +-
src/include/common/unicode_case_table.h | 2 +-
src/include/tcop/backend_startup.h | 2 +-
8 files changed, 9 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-05-15 05:32:16 pgsql: Add missing newline at the end of index_including.sql
Previous Message Bruce Momjian 2024-05-15 02:13:12 pgsql: doc PG 17 relnotes: add logical replication apply subtrans item