diff options
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/unicode/case_test.c | 2 | ||||
| -rw-r--r-- | src/common/unicode/generate-unicode_case_table.pl | 4 | ||||
| -rw-r--r-- | src/common/unicode_case.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/common/unicode/case_test.c b/src/common/unicode/case_test.c index 85a43decb8f..de92811ec72 100644 --- a/src/common/unicode/case_test.c +++ b/src/common/unicode/case_test.c @@ -2,7 +2,7 @@ * case_test.c * Program to test Unicode case mapping functions. * - * Portions Copyright (c) 2017-2023, PostgreSQL Global Development Group + * Portions Copyright (c) 2017-2024, PostgreSQL Global Development Group * * IDENTIFICATION * src/common/unicode/case_test.c diff --git a/src/common/unicode/generate-unicode_case_table.pl b/src/common/unicode/generate-unicode_case_table.pl index 44b785b8619..e09ccffd426 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-2023, PostgreSQL Global Development Group +# Copyright (c) 2000-2024, PostgreSQL Global Development Group use strict; use warnings; @@ -69,7 +69,7 @@ print $OT <<"EOS"; * unicode_case_table.h * Case mapping and information table. * - * Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/include/common/unicode_case_table.h diff --git a/src/common/unicode_case.c b/src/common/unicode_case.c index 89992799930..291e256e639 100644 --- a/src/common/unicode_case.c +++ b/src/common/unicode_case.c @@ -2,7 +2,7 @@ * unicode_case.c * Unicode case mapping and case conversion. * - * Portions Copyright (c) 2017-2023, PostgreSQL Global Development Group + * Portions Copyright (c) 2017-2024, PostgreSQL Global Development Group * * IDENTIFICATION * src/common/unicode_case.c |
