1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +03:00

Update copyright for 2023

Backpatch-through: 11
This commit is contained in:
Bruce Momjian
2023-01-02 15:00:37 -05:00
parent 325bc54eed
commit c8e1ba736b
2406 changed files with 2421 additions and 2421 deletions

View File

@ -2,7 +2,7 @@
#
# Makefile for ecpg compatibility library
#
# 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/interfaces/ecpg/compatlib/Makefile

View File

@ -1,4 +1,4 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
ecpg_compat_sources = files(
'informix.c',

View File

@ -2,7 +2,7 @@
#
# Makefile for ecpg library
#
# 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/interfaces/ecpg/ecpglib/Makefile

View File

@ -1,4 +1,4 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
ecpglib_sources = files(
'connect.c',

View File

@ -1,3 +1,3 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
i18n.gettext('ecpglib' + '6' + '-' + pg_version_major.to_string())

View File

@ -1,4 +1,4 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
ecpg_inc = include_directories('.')

View File

@ -1,4 +1,4 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
ecpg_targets = []

View File

@ -2,7 +2,7 @@
#
# Makefile for ecpg pgtypes library
#
# 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/interfaces/ecpg/pgtypeslib/Makefile

View File

@ -1,4 +1,4 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
ecpg_pgtypes_sources = files(
'common.c',

View File

@ -2,7 +2,7 @@
#
# Makefile for src/interfaces/ecpg/preproc
#
# Copyright (c) 1998-2022, PostgreSQL Global Development Group
# Copyright (c) 1998-2023, PostgreSQL Global Development Group
#
# src/interfaces/ecpg/preproc/Makefile
#

View File

@ -7,7 +7,7 @@
* by the PG_KEYWORD macro, which is not defined in this file; it can
* be defined by the caller for special purposes.
*
* 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/interfaces/ecpg/preproc/c_kwlist.h

View File

@ -3,7 +3,7 @@
# test parser generator for ecpg
# call with backend grammar as stdin
#
# Copyright (c) 2009-2022, PostgreSQL Global Development Group
# Copyright (c) 2009-2023, PostgreSQL Global Development Group
#
# Written by Michael Meskes <meskes@postgresql.org>
# Andy Colson <andy@squeakycode.net>

View File

@ -1,7 +1,7 @@
/* src/interfaces/ecpg/preproc/ecpg.c */
/* Main for ecpg, the PostgreSQL embedded SQL precompiler. */
/* Copyright (c) 1996-2022, PostgreSQL Global Development Group */
/* Copyright (c) 1996-2023, PostgreSQL Global Development Group */
#include "postgres_fe.h"

View File

@ -7,7 +7,7 @@
* by the PG_KEYWORD macro, which is not defined in this file; it can
* be defined by the caller for special purposes.
*
* 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/interfaces/ecpg/preproc/ecpg_kwlist.h

View File

@ -4,7 +4,7 @@
* lexical token lookup for key words in PostgreSQL
*
*
* 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
*
*

View File

@ -1,4 +1,4 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
ecpg_sources = files(
'../ecpglib/typename.c',

View File

@ -3,7 +3,7 @@
# parser generator for ecpg version 2
# call with backend parser as stdin
#
# Copyright (c) 2007-2022, PostgreSQL Global Development Group
# Copyright (c) 2007-2023, PostgreSQL Global Development Group
#
# Written by Mike Aubury <mike.aubury@aubit.com>
# Michael Meskes <meskes@postgresql.org>

View File

@ -10,7 +10,7 @@
* This file will need work if we ever want it to.
*
*
* 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

View File

@ -10,7 +10,7 @@
* only here to simplify syncing this file with scan.l.
*
*
* 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

View File

@ -1,3 +1,3 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
i18n.gettext('ecpg-' + pg_version_major.to_string())

View File

@ -1,4 +1,4 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
pgc_files = [
'charfuncs',

View File

@ -1,4 +1,4 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
pgc_files = [
'char_array',

View File

@ -1,4 +1,4 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
pgc_files = [
'test1',

View File

@ -1,4 +1,4 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
# can't run ecpg to build test dependencies, at least not without an emulator
if meson.is_cross_build()

View File

@ -8,7 +8,7 @@
*
* This code is released under the terms of the PostgreSQL License.
*
* 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/interfaces/ecpg/test/pg_regress_ecpg.c

View File

@ -1,4 +1,4 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
pgc_files = [
'dt_test',

View File

@ -1,4 +1,4 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
pgc_files = [
'array_of_struct',

View File

@ -1,4 +1,4 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
pgc_files = [
'array',

View File

@ -1,4 +1,4 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
pgc_files = [
'thread_implicit',

View File

@ -2,7 +2,7 @@
#
# Makefile for src/interfaces/libpq library
#
# 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/interfaces/libpq/Makefile

View File

@ -8,7 +8,7 @@
*
* See src/include/libpq/sasl.h for the backend counterpart.
*
* 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/interfaces/libpq/fe-auth-sasl.h

View File

@ -3,7 +3,7 @@
* fe-auth-scram.c
* The front-end (client) implementation of SCRAM authentication.
*
* 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

View File

@ -3,7 +3,7 @@
* fe-auth.c
* The front-end (client) authorization routines
*
* 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

View File

@ -4,7 +4,7 @@
*
* Definitions for network authentication routines
*
* 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/interfaces/libpq/fe-auth.h

View File

@ -3,7 +3,7 @@
* fe-connect.c
* functions related to setting up a connection to the backend
*
* 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
*
*

View File

@ -3,7 +3,7 @@
* fe-exec.c
* functions related to sending a query down to the backend
*
* 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
*
*

View File

@ -3,7 +3,7 @@
* fe-gssapi-common.c
* The front-end (client) GSSAPI common 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
*
* IDENTIFICATION

View File

@ -4,7 +4,7 @@
*
* Definitions for GSSAPI common routines
*
* 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/interfaces/libpq/fe-gssapi-common.h

View File

@ -3,7 +3,7 @@
* fe-lobj.c
* Front-end large object interface
*
* 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
*
*

View File

@ -19,7 +19,7 @@
* routines.
*
*
* 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

View File

@ -3,7 +3,7 @@
* fe-print.c
* functions for pretty-printing query results
*
* 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
*
* These functions were formerly part of fe-exec.c, but they

View File

@ -3,7 +3,7 @@
* fe-protocol3.c
* functions that are specific to frontend/backend protocol version 3
*
* 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
*
*

View File

@ -8,7 +8,7 @@
* file contains support routines that are used by the library-specific
* implementations such as fe-secure-openssl.c.
*
* 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

View File

@ -4,7 +4,7 @@
*
* common implementation-independent SSL support 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
*
* IDENTIFICATION

View File

@ -3,7 +3,7 @@
* fe-secure-gssapi.c
* The front-end (client) encryption support for GSSAPI
*
* Portions Copyright (c) 2016-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 2016-2023, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/interfaces/libpq/fe-secure-gssapi.c

View File

@ -4,7 +4,7 @@
* OpenSSL support
*
*
* 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
*
*

View File

@ -6,7 +6,7 @@
* message integrity and endpoint authentication.
*
*
* 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
*
*

View File

@ -3,7 +3,7 @@
* fe-trace.c
* functions for libpq protocol tracing
*
* 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

View File

@ -4,7 +4,7 @@
* reliable BSD-style signal(2) routine stolen from RWW who stole it
* from Stevens...
*
* 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
*
*

View File

@ -3,7 +3,7 @@
* libpq-events.c
* functions for supporting the libpq "events" API
*
* 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
*
*

View File

@ -5,7 +5,7 @@
* that invoke the libpq "events" API, but are not interesting to
* ordinary users of libpq.
*
* 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/interfaces/libpq/libpq-events.h

View File

@ -4,7 +4,7 @@
* This file contains definitions for structures and
* externs for functions used by frontend postgres applications.
*
* 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/interfaces/libpq/libpq-fe.h

View File

@ -9,7 +9,7 @@
* more likely to break across PostgreSQL releases than code that uses
* only the official API.
*
* 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/interfaces/libpq/libpq-int.h

View File

@ -1,4 +1,4 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
# test/ is entered via top-level meson.build, that way it can use the default
# args for executables (which depend on libpq).

View File

@ -1,3 +1,3 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
i18n.gettext('libpq' + '5' + '-' + pg_version_major.to_string())

View File

@ -15,7 +15,7 @@
* a usable vsnprintf(), then a copy of our own implementation of it will
* be linked into libpq.
*
* 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/interfaces/libpq/pqexpbuffer.c

View File

@ -15,7 +15,7 @@
* a usable vsnprintf(), then a copy of our own implementation of it will
* be linked into libpq.
*
* 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/interfaces/libpq/pqexpbuffer.h

View File

@ -3,7 +3,7 @@
* pthread-win32.c
* partial pthread implementation for win32
*
* Copyright (c) 2004-2022, PostgreSQL Global Development Group
* Copyright (c) 2004-2023, PostgreSQL Global Development Group
* IDENTIFICATION
* src/interfaces/libpq/pthread-win32.c
*

View File

@ -1,4 +1,4 @@
# Copyright (c) 2021-2022, PostgreSQL Global Development Group
# Copyright (c) 2021-2023, PostgreSQL Global Development Group
use strict;
use warnings;

View File

@ -1,4 +1,4 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
use strict;
use warnings;

View File

@ -2,7 +2,7 @@
* libpq_testclient.c
* A test program for the libpq public API
*
* Copyright (c) 2022, PostgreSQL Global Development Group
* Copyright (c) 2022-2023, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/interfaces/libpq/test/libpq_testclient.c

View File

@ -7,7 +7,7 @@
* prints out the values from the parsed PQconninfoOption struct that differ
* from the defaults (obtained from PQconndefaults).
*
* Portions Copyright (c) 2012-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 2012-2023, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/interfaces/libpq/test/libpq_uri_regress.c

View File

@ -1,4 +1,4 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
libpq_uri_regress_sources = files(
'libpq_uri_regress.c',

View File

@ -15,7 +15,7 @@
* The error constants are taken from the Frambak Bakfram LGSOCKET
* library guys who in turn took them from the Winsock FAQ.
*
* 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
*
*/

View File

@ -1,4 +1,4 @@
# Copyright (c) 2022, PostgreSQL Global Development Group
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
# NB: libpq is entered directly from the toplevel meson file
subdir('ecpg')