mirror of
https://github.com/postgres/postgres.git
synced 2025-11-16 15:02:33 +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:
@@ -2,7 +2,7 @@
|
||||
* case_test.c
|
||||
* Program to test Unicode case mapping functions.
|
||||
*
|
||||
* Portions Copyright (c) 2017-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2017-2024, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/common/unicode/case_test.c
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
# Input: UnicodeData.txt
|
||||
# Output: unicode_case_table.h
|
||||
#
|
||||
# Copyright (c) 2000-2023, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2000-2024, PostgreSQL Global Development Group
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
@@ -69,7 +69,7 @@ print $OT <<"EOS";
|
||||
* 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
|
||||
|
||||
Reference in New Issue
Block a user