mirror of
https://github.com/postgres/postgres.git
synced 2025-11-16 15:02:33 +03:00
Update copyright for 2023
Backpatch-through: 11
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#
|
||||
# NormalizationTest.txt is part of the Unicode Character Database.
|
||||
#
|
||||
# Copyright (c) 2000-2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2000-2023, PostgreSQL Global Development Group
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
@@ -30,7 +30,7 @@ print $OUTPUT <<HEADER;
|
||||
* norm_test_table.h
|
||||
* Test strings for Unicode normalization.
|
||||
*
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/common/unicode/norm_test_table.h
|
||||
|
||||
@@ -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-2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2019-2023, PostgreSQL Global Development Group
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# characters, using Unicode data files as input. Pass UnicodeData.txt
|
||||
# as argument. The output is on stdout.
|
||||
#
|
||||
# Copyright (c) 2019-2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2019-2023, PostgreSQL Global Development Group
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
# Input: UnicodeData.txt and CompositionExclusions.txt
|
||||
# Output: unicode_norm_table.h and unicode_norm_hashfunc.h
|
||||
#
|
||||
# Copyright (c) 2000-2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2000-2023, PostgreSQL Global Development Group
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
@@ -89,7 +89,7 @@ print $OT <<HEADER;
|
||||
* unicode_norm_table.h
|
||||
* Composition table used for Unicode normalization
|
||||
*
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/common/unicode_norm_table.h
|
||||
@@ -132,7 +132,7 @@ print $OF <<HEADER;
|
||||
* unicode_norm_hashfunc.h
|
||||
* Perfect hash functions used for Unicode normalization
|
||||
*
|
||||
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* src/include/common/unicode_norm_hashfunc.h
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# (see UAX #15). Pass DerivedNormalizationProps.txt as argument. The
|
||||
# output is on stdout.
|
||||
#
|
||||
# Copyright (c) 2020-2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2020-2023, PostgreSQL Global Development Group
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
|
||||
|
||||
UNICODE_VERSION = '15.0.0'
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* norm_test.c
|
||||
* Program to test Unicode normalization functions.
|
||||
*
|
||||
* Portions Copyright (c) 2017-2022, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 2017-2023, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/common/unicode/norm_test.c
|
||||
|
||||
Reference in New Issue
Block a user