summaryrefslogtreecommitdiff
path: root/src/common/unicode
diff options
context:
space:
mode:
authorBruce Momjian2024-01-04 01:49:05 +0000
committerBruce Momjian2024-01-04 01:49:05 +0000
commit29275b1d177096597675b5c6e7e7c9db2df8f4df (patch)
treeb82e12375286dd75030a36b6d770bc0c2d385dbe /src/common/unicode
parent793ecff7df80c5ffe598e431a6c2aca1d4c64eff (diff)
Update copyright for 2024
Reported-by: Michael Paquier Discussion: https://postgr.es/m/[email protected] Backpatch-through: 12
Diffstat (limited to 'src/common/unicode')
-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_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
10 files changed, 15 insertions, 15 deletions
diff --git a/src/common/unicode/category_test.c b/src/common/unicode/category_test.c
index ba62716d456..6cd7cd1a5f8 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 functions.
*
- * Portions Copyright (c) 2017-2023, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2017-2024, 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 fb1718047fa..610fac57cf3 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-2023, PostgreSQL Global Development Group
+# Copyright (c) 2000-2024, 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-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/common/unicode/norm_test_table.h
diff --git a/src/common/unicode/generate-unicode_category_table.pl b/src/common/unicode/generate-unicode_category_table.pl
index 7936eed1029..a50c87b7e96 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-2023, PostgreSQL Global Development Group
+# Copyright (c) 2000-2024, PostgreSQL Global Development Group
use strict;
use warnings FATAL => 'all';
@@ -166,7 +166,7 @@ print $OT <<HEADER;
* unicode_category_table.h
* Category table for Unicode character classification.
*
- * 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_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 91423be78e9..05fb0cfa800 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-2023, PostgreSQL Global Development Group
+# Copyright (c) 2019-2024, 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 521b939943b..04adbaed71f 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-2023, PostgreSQL Global Development Group
+# Copyright (c) 2019-2024, 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 65b001d0657..456c64aa394 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-2023, PostgreSQL Global Development Group
+# Copyright (c) 2000-2024, 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-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_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-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_norm_hashfunc.h
diff --git a/src/common/unicode/generate-unicode_normprops_table.pl b/src/common/unicode/generate-unicode_normprops_table.pl
index f831c2d0d5f..acc4be7559d 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-2023, PostgreSQL Global Development Group
+# Copyright (c) 2020-2024, 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 e8cdb8e7d12..46211ab10dc 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-2023, PostgreSQL Global Development Group
+# Copyright (c) 2000-2024, PostgreSQL Global Development Group
use strict;
use warnings FATAL => 'all';
@@ -34,7 +34,7 @@ print $OT <<HEADER;
* unicode_version.h
* Unicode version used by Postgres.
*
- * 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_version.h
diff --git a/src/common/unicode/meson.build b/src/common/unicode/meson.build
index 6af46122c4e..02e07cf4f4e 100644
--- a/src/common/unicode/meson.build
+++ b/src/common/unicode/meson.build
@@ -1,4 +1,4 @@
-# Copyright (c) 2022-2023, PostgreSQL Global Development Group
+# Copyright (c) 2022-2024, PostgreSQL Global Development Group
UNICODE_VERSION = '15.1.0'
diff --git a/src/common/unicode/norm_test.c b/src/common/unicode/norm_test.c
index b6097b912a6..1b2c709ae67 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-2023, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2017-2024, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/unicode/norm_test.c