pgsql: Fix incorrect year in some copyright notices

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix incorrect year in some copyright notices
Date: 2025-05-19 00:57:06
Message-ID: E1uGooU-002Jqw-0k@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(dot)sk(dot)dev(at)gmail(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2025-05-19 03:32:44 pgsql: Doc: add pre-branch task to run src/tools/copyright.pl.
Previous Message Michael Paquier 2025-05-19 00:45:14 pgsql: ecpg: Add missing newline in meson.build