summaryrefslogtreecommitdiff
path: root/src/common/unicode
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2026-01-01 13:24:10 -0500
committerBruce Momjian <bruce@momjian.us>2026-01-01 13:24:10 -0500
commit451c43974f8e199097d97624a4952ad0973cea61 (patch)
tree8a36348c0999fd7aebb2c4d2b344f6462faf3838 /src/common/unicode
parentf3c9e341cdf167ae3378e74e770558e81f9aa48e (diff)
Update copyright for 2026HEADorigin/masterorigin/HEADmaster
Backpatch-through: 14
Diffstat (limited to 'src/common/unicode')
-rw-r--r--src/common/unicode/case_test.c2
-rw-r--r--src/common/unicode/category_test.c2
-rw-r--r--src/common/unicode/generate-norm_test_table.pl4
-rw-r--r--src/common/unicode/generate-unicode_case_table.pl4
-rw-r--r--src/common/unicode/generate-unicode_category_table.pl4
-rw-r--r--src/common/unicode/generate-unicode_east_asian_fw_table.pl2
-rw-r--r--src/common/unicode/generate-unicode_nonspacing_table.pl2
-rw-r--r--src/common/unicode/generate-unicode_norm_table.pl6
-rw-r--r--src/common/unicode/generate-unicode_normprops_table.pl2
-rw-r--r--src/common/unicode/generate-unicode_version.pl4
-rw-r--r--src/common/unicode/meson.build2
-rw-r--r--src/common/unicode/norm_test.c2
12 files changed, 18 insertions, 18 deletions
diff --git a/src/common/unicode/case_test.c b/src/common/unicode/case_test.c
index 00d4f85e5a5..fd114b19b29 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-2025, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2017-2026, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/unicode/case_test.c
diff --git a/src/common/unicode/category_test.c b/src/common/unicode/category_test.c
index 1e8c1f7905f..2b422001209 100644
--- a/src/common/unicode/category_test.c
+++ b/src/common/unicode/category_test.c
@@ -2,7 +2,7 @@
* category_test.c
* Program to test Unicode general category and character properties.
*
- * Portions Copyright (c) 2017-2025, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2017-2026, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/unicode/category_test.c
diff --git a/src/common/unicode/generate-norm_test_table.pl b/src/common/unicode/generate-norm_test_table.pl
index 1a8b908ff33..b6ce4681a3f 100644
--- a/src/common/unicode/generate-norm_test_table.pl
+++ b/src/common/unicode/generate-norm_test_table.pl
@@ -5,7 +5,7 @@
#
# NormalizationTest.txt is part of the Unicode Character Database.
#
-# Copyright (c) 2000-2025, PostgreSQL Global Development Group
+# Copyright (c) 2000-2026, PostgreSQL Global Development Group
use strict;
use warnings FATAL => 'all';
@@ -30,7 +30,7 @@ print $OUTPUT <<HEADER;
* norm_test_table.h
* Test strings for Unicode normalization.
*
- * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2026, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/common/unicode/norm_test_table.h
diff --git a/src/common/unicode/generate-unicode_case_table.pl b/src/common/unicode/generate-unicode_case_table.pl
index f71eb25c94e..c1b94f47f56 100644
--- a/src/common/unicode/generate-unicode_case_table.pl
+++ b/src/common/unicode/generate-unicode_case_table.pl
@@ -6,7 +6,7 @@
# Input: CaseFolding.txt SpecialCasing.txt UnicodeData.txt
# Output: unicode_case_table.h
#
-# Copyright (c) 2000-2025, PostgreSQL Global Development Group
+# Copyright (c) 2000-2026, PostgreSQL Global Development Group
use strict;
use warnings FATAL => 'all';
@@ -255,7 +255,7 @@ print $OT <<"EOS";
* unicode_case_table.h
* Case mapping and information table.
*
- * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2026, 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/generate-unicode_category_table.pl b/src/common/unicode/generate-unicode_category_table.pl
index 7e094b13720..8a524f76aef 100644
--- a/src/common/unicode/generate-unicode_category_table.pl
+++ b/src/common/unicode/generate-unicode_category_table.pl
@@ -6,7 +6,7 @@
# Input: UnicodeData.txt
# Output: unicode_category_table.h
#
-# Copyright (c) 2000-2025, PostgreSQL Global Development Group
+# Copyright (c) 2000-2026, PostgreSQL Global Development Group
use strict;
use warnings FATAL => 'all';
@@ -349,7 +349,7 @@ print $OT <<"EOS";
* unicode_category_table.h
* Category table for Unicode character classification.
*
- * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2026, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/include/common/unicode_category_table.h
diff --git a/src/common/unicode/generate-unicode_east_asian_fw_table.pl b/src/common/unicode/generate-unicode_east_asian_fw_table.pl
index f35a645f785..01a7294e353 100644
--- a/src/common/unicode/generate-unicode_east_asian_fw_table.pl
+++ b/src/common/unicode/generate-unicode_east_asian_fw_table.pl
@@ -4,7 +4,7 @@
# and East Asian Fullwidth (F) characters, using Unicode data files as input.
# Pass EastAsianWidth.txt as argument. The output is on stdout.
#
-# Copyright (c) 2019-2025, PostgreSQL Global Development Group
+# Copyright (c) 2019-2026, PostgreSQL Global Development Group
use strict;
use warnings FATAL => 'all';
diff --git a/src/common/unicode/generate-unicode_nonspacing_table.pl b/src/common/unicode/generate-unicode_nonspacing_table.pl
index 790cde33736..024e0a3a80c 100644
--- a/src/common/unicode/generate-unicode_nonspacing_table.pl
+++ b/src/common/unicode/generate-unicode_nonspacing_table.pl
@@ -4,7 +4,7 @@
# characters, using Unicode data files as input. Pass UnicodeData.txt
# as argument. The output is on stdout.
#
-# Copyright (c) 2019-2025, PostgreSQL Global Development Group
+# Copyright (c) 2019-2026, PostgreSQL Global Development Group
use strict;
use warnings FATAL => 'all';
diff --git a/src/common/unicode/generate-unicode_norm_table.pl b/src/common/unicode/generate-unicode_norm_table.pl
index 5e4330e458f..4c1d105b6c5 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-2025, PostgreSQL Global Development Group
+# Copyright (c) 2000-2026, PostgreSQL Global Development Group
use strict;
use warnings FATAL => 'all';
@@ -88,7 +88,7 @@ print $OT <<HEADER;
* unicode_norm_table.h
* Composition table used for Unicode normalization
*
- * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2026, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/include/common/unicode_norm_table.h
@@ -131,7 +131,7 @@ print $OF <<HEADER;
* unicode_norm_hashfunc.h
* Perfect hash functions used for Unicode normalization
*
- * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2026, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/include/common/unicode_norm_hashfunc.h
diff --git a/src/common/unicode/generate-unicode_normprops_table.pl b/src/common/unicode/generate-unicode_normprops_table.pl
index 7064abfba25..73a6a3123ba 100644
--- a/src/common/unicode/generate-unicode_normprops_table.pl
+++ b/src/common/unicode/generate-unicode_normprops_table.pl
@@ -4,7 +4,7 @@
# (see UAX #15). Pass DerivedNormalizationProps.txt as argument. The
# output is on stdout.
#
-# Copyright (c) 2020-2025, PostgreSQL Global Development Group
+# Copyright (c) 2020-2026, PostgreSQL Global Development Group
use strict;
use warnings FATAL => 'all';
diff --git a/src/common/unicode/generate-unicode_version.pl b/src/common/unicode/generate-unicode_version.pl
index 6c3b7243c6c..1a772ce32de 100644
--- a/src/common/unicode/generate-unicode_version.pl
+++ b/src/common/unicode/generate-unicode_version.pl
@@ -4,7 +4,7 @@
#
# Output: unicode_version.h
#
-# Copyright (c) 2000-2025, PostgreSQL Global Development Group
+# Copyright (c) 2000-2026, PostgreSQL Global Development Group
use strict;
use warnings FATAL => 'all';
@@ -35,7 +35,7 @@ print $OT <<HEADER;
* unicode_version.h
* Unicode version used by Postgres.
*
- * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2026, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/include/common/unicode_version.h
diff --git a/src/common/unicode/meson.build b/src/common/unicode/meson.build
index c6a4715ccc5..f650dd95b5c 100644
--- a/src/common/unicode/meson.build
+++ b/src/common/unicode/meson.build
@@ -1,4 +1,4 @@
-# Copyright (c) 2022-2025, PostgreSQL Global Development Group
+# Copyright (c) 2022-2026, PostgreSQL Global Development Group
UNICODE_VERSION = '16.0.0'
diff --git a/src/common/unicode/norm_test.c b/src/common/unicode/norm_test.c
index 058817f1719..a7630f80574 100644
--- a/src/common/unicode/norm_test.c
+++ b/src/common/unicode/norm_test.c
@@ -2,7 +2,7 @@
* norm_test.c
* Program to test Unicode normalization functions.
*
- * Portions Copyright (c) 2017-2025, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2017-2026, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/unicode/norm_test.c