summaryrefslogtreecommitdiff
path: root/src/common/unicode/generate-unicode_case_table.pl
diff options
context:
space:
mode:
authorDavid Rowley <drowley@postgresql.org>2024-05-15 15:01:21 +1200
committerDavid Rowley <drowley@postgresql.org>2024-05-15 15:01:21 +1200
commit8cb653b2457c75d58c4dba578570ba52301c8b78 (patch)
treee59ea08ce1418ab00bb5040ac6e1384c4cf77c1e /src/common/unicode/generate-unicode_case_table.pl
parent771fa58df275d0361fcba2b1f97e4d96617fc345 (diff)
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
Diffstat (limited to 'src/common/unicode/generate-unicode_case_table.pl')
-rw-r--r--src/common/unicode/generate-unicode_case_table.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/unicode/generate-unicode_case_table.pl b/src/common/unicode/generate-unicode_case_table.pl
index 44b785b8619..e09ccffd426 100644
--- a/src/common/unicode/generate-unicode_case_table.pl
+++ b/src/common/unicode/generate-unicode_case_table.pl
@@ -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