1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-25 13:17:41 +03:00

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
This commit is contained in:
David Rowley
2024-05-15 15:01:21 +12:00
parent 771fa58df2
commit 8cb653b245
8 changed files with 9 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
* unicode_case.c
* Unicode case mapping and case conversion.
*
* Portions Copyright (c) 2017-2023, PostgreSQL Global Development Group
* Portions Copyright (c) 2017-2024, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/unicode_case.c