pgsql: Fix incorrect year in some copyright notices - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix incorrect year in some copyright notices
Date
Msg-id E1uGooU-002Jqw-0k@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix incorrect year in some copyright notices

A couple of new files have been added in the tree with a copyright year
of 2024 while we were already in 2025.  These should be marked with
2025, so let's fix them.

Reported-by: Shaik Mohammad Mujeeb <mujeeb.sk.dev@gmail.com>
Discussion: https://postgr.es/m/CALa6HA4_Wu7-2PV0xv-Q84cT8eG7rTx6bdjUV0Pc=McAwkNMfQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2c6469d4cd8175349abfe8da89dd642bca68fcfa

Modified Files
--------------
contrib/sepgsql/t/001_sepgsql.pl   | 2 +-
src/include/access/gin_tuple.h     | 2 +-
src/include/storage/waiteventset.h | 2 +-
src/port/pg_localeconv_r.c         | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Make our usage of memset_s() conform strictly to the C11 standar
Next
From: Tom Lane
Date:
Subject: pgsql: Doc: add pre-branch task to run src/tools/copyright.pl.