diff options
author | Bruce Momjian <bruce@momjian.us> | 2023-01-02 15:00:37 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2023-01-02 15:00:37 -0500 |
commit | c8e1ba736b2b9e8c98d37a5b77c4ed31baf94147 (patch) | |
tree | bc2e271d4b902b97d9dee7870b138d5750aa86db /src/common/unicode/generate-unicode_norm_table.pl | |
parent | 325bc54eed4ea0836a0bb715bb18342f0c1c668a (diff) |
Update copyright for 2023
Backpatch-through: 11
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 95c89282bb3..ecc33fcd1ad 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 |