mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +03:00
Update copyright for 2023
Backpatch-through: 11
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#
|
||||
# Makefile for src/backend/utils/mb/Unicode
|
||||
#
|
||||
# Copyright (c) 2001-2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2001-2023, PostgreSQL Global Development Group
|
||||
#
|
||||
# src/backend/utils/mb/Unicode/Makefile
|
||||
#
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#! /usr/bin/perl
|
||||
#
|
||||
# Copyright (c) 2001-2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2001-2023, PostgreSQL Global Development Group
|
||||
#
|
||||
# src/backend/utils/mb/Unicode/UCS_to_BIG5.pl
|
||||
#
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#! /usr/bin/perl
|
||||
#
|
||||
# Copyright (c) 2007-2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2007-2023, PostgreSQL Global Development Group
|
||||
#
|
||||
# src/backend/utils/mb/Unicode/UCS_to_GB18030.pl
|
||||
#
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#! /usr/bin/perl
|
||||
#
|
||||
# Copyright (c) 2007-2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2007-2023, PostgreSQL Global Development Group
|
||||
#
|
||||
# src/backend/utils/mb/Unicode/UCS_to_EUC_JIS_2004.pl
|
||||
#
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#! /usr/bin/perl
|
||||
#
|
||||
# Copyright (c) 2001-2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2001-2023, PostgreSQL Global Development Group
|
||||
#
|
||||
# src/backend/utils/mb/Unicode/UCS_to_EUC_JP.pl
|
||||
#
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#! /usr/bin/perl
|
||||
#
|
||||
# Copyright (c) 2001-2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2001-2023, PostgreSQL Global Development Group
|
||||
#
|
||||
# src/backend/utils/mb/Unicode/UCS_to_EUC_KR.pl
|
||||
#
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#! /usr/bin/perl
|
||||
#
|
||||
# Copyright (c) 2001-2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2001-2023, PostgreSQL Global Development Group
|
||||
#
|
||||
# src/backend/utils/mb/Unicode/UCS_to_EUC_TW.pl
|
||||
#
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#! /usr/bin/perl
|
||||
#
|
||||
# Copyright (c) 2007-2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2007-2023, PostgreSQL Global Development Group
|
||||
#
|
||||
# src/backend/utils/mb/Unicode/UCS_to_GB18030.pl
|
||||
#
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#! /usr/bin/perl
|
||||
#
|
||||
# Copyright (c) 2001-2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2001-2023, PostgreSQL Global Development Group
|
||||
#
|
||||
# src/backend/utils/mb/Unicode/UCS_to_JOHAB.pl
|
||||
#
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#! /usr/bin/perl
|
||||
#
|
||||
# Copyright (c) 2007-2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2007-2023, PostgreSQL Global Development Group
|
||||
#
|
||||
# src/backend/utils/mb/Unicode/UCS_to_SHIFT_JIS_2004.pl
|
||||
#
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#! /usr/bin/perl
|
||||
#
|
||||
# Copyright (c) 2001-2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2001-2023, PostgreSQL Global Development Group
|
||||
#
|
||||
# src/backend/utils/mb/Unicode/UCS_to_SJIS.pl
|
||||
#
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#! /usr/bin/perl
|
||||
#
|
||||
# Copyright (c) 2007-2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2007-2023, PostgreSQL Global Development Group
|
||||
#
|
||||
# src/backend/utils/mb/Unicode/UCS_to_GB18030.pl
|
||||
#
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#! /usr/bin/perl
|
||||
#
|
||||
# Copyright (c) 2001-2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2001-2023, PostgreSQL Global Development Group
|
||||
#
|
||||
# src/backend/utils/mb/Unicode/UCS_to_most.pl
|
||||
#
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (c) 2001-2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2001-2023, PostgreSQL Global Development Group
|
||||
#
|
||||
# src/backend/utils/mb/Unicode/convutils.pm
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* Utility functions for conversion procs.
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#
|
||||
# Makefile for backend/utils/mb/conversion_procs
|
||||
#
|
||||
# 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/backend/utils/mb/conversion_procs/Makefile
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* Cyrillic and MULE_INTERNAL
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* EUC_JIS_2004, SHIFT_JIS_2004
|
||||
*
|
||||
* Copyright (c) 2007-2022, PostgreSQL Global Development Group
|
||||
* Copyright (c) 2007-2023, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* src/backend/utils/mb/conversion_procs/euc2004_sjis2004/euc2004_sjis2004.c
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* EUC_CN and MULE_INTERNAL
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* EUC_JP, SJIS and MULE_INTERNAL
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* EUC_KR and MULE_INTERNAL
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* EUC_TW, BIG5 and MULE_INTERNAL
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* LATIN2 and WIN1250
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* LATINn and MULE_INTERNAL
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
|
||||
|
||||
encodings = {
|
||||
'cyrillic_and_mic': ['cyrillic_and_mic/cyrillic_and_mic.c'],
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* BIG5 <--> UTF8
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* UTF8 and Cyrillic
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* EUC_JIS_2004 <--> UTF8
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* EUC_CN <--> UTF8
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* EUC_JP <--> UTF8
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* EUC_KR <--> UTF8
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* EUC_TW <--> UTF8
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* GB18030 <--> UTF8
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* GBK <--> UTF8
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* ISO 8859 2-16 <--> UTF8
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* ISO8859_1 <--> UTF8
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* JOHAB <--> UTF8
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* SJIS <--> UTF8
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* SHIFT_JIS_2004 <--> UTF8
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* UHC <--> UTF8
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* WIN <--> UTF8
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* IDENTIFICATION
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
* the result is validly encoded according to the destination encoding.
|
||||
*
|
||||
*
|
||||
* 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
|
||||
*
|
||||
*
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2022, PostgreSQL Global Development Group
|
||||
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
|
||||
|
||||
backend_sources += files(
|
||||
'conv.c',
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
* code.
|
||||
*
|
||||
*
|
||||
* 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
|
||||
*
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user