diff options
Diffstat (limited to 'src/common/unicode/generate-unicode_norm_table.pl')
| -rw-r--r-- | src/common/unicode/generate-unicode_norm_table.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/unicode/generate-unicode_norm_table.pl b/src/common/unicode/generate-unicode_norm_table.pl index 95c89282bb..ecc33fcd1a 100644 --- a/src/common/unicode/generate-unicode_norm_table.pl +++ b/src/common/unicode/generate-unicode_norm_table.pl @@ -6,7 +6,7 @@ # Input: UnicodeData.txt and CompositionExclusions.txt # Output: unicode_norm_table.h and unicode_norm_hashfunc.h # -# Copyright (c) 2000-2022, PostgreSQL Global Development Group +# Copyright (c) 2000-2023, PostgreSQL Global Development Group use strict; use warnings; @@ -89,7 +89,7 @@ print $OT <<HEADER; * unicode_norm_table.h * Composition table used for Unicode normalization * - * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/include/common/unicode_norm_table.h @@ -132,7 +132,7 @@ print $OF <<HEADER; * unicode_norm_hashfunc.h * Perfect hash functions used for Unicode normalization * - * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/include/common/unicode_norm_hashfunc.h |
