summaryrefslogtreecommitdiff
path: root/src/common/unicode/generate-unicode_norm_table.pl
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2021-01-02 13:06:25 -0500
committerBruce Momjian <bruce@momjian.us>2021-01-02 13:06:25 -0500
commitca3b37487be333a1d241dab1bbdd17a211a88f43 (patch)
tree85245c7d62c73b1a132ad0b96647abb27b85c802 /src/common/unicode/generate-unicode_norm_table.pl
parent4d3f03f42227bb351c2021a9ccea2fff9c023cfc (diff)
Update copyright for 2021
Backpatch-through: 9.5
Diffstat (limited to 'src/common/unicode/generate-unicode_norm_table.pl')
-rw-r--r--src/common/unicode/generate-unicode_norm_table.pl6
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 8213532ab9d..114ab30d3f1 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-2020, PostgreSQL Global Development Group
+# Copyright (c) 2000-2021, PostgreSQL Global Development Group
use strict;
use warnings;
@@ -82,7 +82,7 @@ print $OT <<HEADER;
* unicode_norm_table.h
* Composition table used for Unicode normalization
*
- * Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/include/common/unicode_norm_table.h
@@ -125,7 +125,7 @@ print $OF <<HEADER;
* unicode_norm_hashfunc.h
* Perfect hash functions used for Unicode normalization
*
- * Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/include/common/unicode_norm_hashfunc.h