diff options
author | Bruce Momjian <bruce@momjian.us> | 2018-01-02 23:30:12 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2018-01-02 23:30:12 -0500 |
commit | 9d4649ca49416111aee2c84b7e4441a0b7aa2fac (patch) | |
tree | e2a7ca9692af92a1985e93cc8d9b93702b604e73 /src/common/unicode/generate-unicode_norm_table.pl | |
parent | f9ccf92e16fc4d831d324c7f7ef347a0acdaef0a (diff) |
Update copyright for 2018
Backpatch-through: certain files through 9.3
Diffstat (limited to 'src/common/unicode/generate-unicode_norm_table.pl')
-rw-r--r-- | src/common/unicode/generate-unicode_norm_table.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/unicode/generate-unicode_norm_table.pl b/src/common/unicode/generate-unicode_norm_table.pl index 1d77bb6380e..f9cb406f1bf 100644 --- a/src/common/unicode/generate-unicode_norm_table.pl +++ b/src/common/unicode/generate-unicode_norm_table.pl @@ -5,7 +5,7 @@ # Input: UnicodeData.txt and CompositionExclusions.txt # Output: unicode_norm_table.h # -# Copyright (c) 2000-2017, PostgreSQL Global Development Group +# Copyright (c) 2000-2018, PostgreSQL Global Development Group use strict; use warnings; @@ -74,7 +74,7 @@ print $OUTPUT <<HEADER; * unicode_norm_table.h * Composition table used for Unicode normalization * - * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/include/common/unicode_norm_table.h |