diff options
Diffstat (limited to 'src/common/unicode/generate-unicode_case_table.pl')
-rw-r--r-- | src/common/unicode/generate-unicode_case_table.pl | 4 |
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 464dec04db6..61ac3c7d8e6 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-2024, PostgreSQL Global Development Group +# Copyright (c) 2000-2025, PostgreSQL Global Development Group use strict; use warnings FATAL => 'all'; @@ -69,7 +69,7 @@ print $OT <<"EOS"; * unicode_case_table.h * Case mapping and information table. * - * Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/include/common/unicode_case_table.h |