1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Update copyright for 2019

Backpatch-through: certain files through 9.4
This commit is contained in:
Bruce Momjian
2019-01-02 12:44:25 -05:00
parent b6f3649bba
commit 97c39498e5
1692 changed files with 1703 additions and 1703 deletions

View File

@ -2,7 +2,7 @@
#
# Makefile for src/test/authentication
#
# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
# src/test/authentication/Makefile

View File

@ -3,7 +3,7 @@
* testlo.c
* test using large objects with libpq
*
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*

View File

@ -3,7 +3,7 @@
* testlo64.c
* test using large objects with libpq using 64-bit APIs
*
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*

View File

@ -2,7 +2,7 @@
*
* isolation_main --- pg_regress test launcher for isolation tests
*
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/test/isolation/isolation_main.c

View File

@ -3,7 +3,7 @@
* isolationtester.h
* include file for isolation tests
*
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION

View File

@ -4,7 +4,7 @@
* specparse.y
* bison grammar for the isolation test file format
*
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*-------------------------------------------------------------------------

View File

@ -4,7 +4,7 @@
* specscanner.l
* a lexical scanner for an isolation test specification
*
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*-------------------------------------------------------------------------

View File

@ -2,7 +2,7 @@
#
# Makefile for src/test/kerberos
#
# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
# src/test/kerberos/Makefile

View File

@ -2,7 +2,7 @@
#
# Makefile for src/test/ldap
#
# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
# src/test/ldap/Makefile

View File

@ -7,7 +7,7 @@
* perspective, but allows regression testing independent of platform-specific
* features like SELinux.
*
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*/
#include "postgres.h"

View File

@ -3,7 +3,7 @@
* test_bloomfilter.c
* Test false positive rate of Bloom filter.
*
* Copyright (c) 2018, PostgreSQL Global Development Group
* Copyright (c) 2018-2019, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/test/modules/test_bloomfilter/test_bloomfilter.c

View File

@ -2,7 +2,7 @@
* test_ddl_deparse.c
* Support functions for the test_ddl_deparse module
*
* Copyright (c) 2014-2018, PostgreSQL Global Development Group
* Copyright (c) 2014-2019, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/test/modules/test_ddl_deparse/test_ddl_deparse.c

View File

@ -3,7 +3,7 @@
* test_parser.c
* Simple example of a text search parser
*
* Copyright (c) 2007-2018, PostgreSQL Global Development Group
* Copyright (c) 2007-2019, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/test/modules/test_parser/test_parser.c

View File

@ -3,7 +3,7 @@
* test_predtest.c
* Test correctness of optimizer's predicate proof logic.
*
* Copyright (c) 2018, PostgreSQL Global Development Group
* Copyright (c) 2018-2019, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/test/modules/test_predtest/test_predtest.c

View File

@ -3,7 +3,7 @@
* test_rbtree.c
* Test correctness of red-black tree operations.
*
* Copyright (c) 2009-2018, PostgreSQL Global Development Group
* Copyright (c) 2009-2019, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/test/modules/test_rbtree/test_rbtree.c

View File

@ -3,7 +3,7 @@
* test_rls_hooks.c
* Code for testing RLS hooks.
*
* Copyright (c) 2015-2018, PostgreSQL Global Development Group
* Copyright (c) 2015-2019, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/test/modules/test_rls_hooks/test_rls_hooks.c

View File

@ -3,7 +3,7 @@
* test_rls_hooks.h
* Definitions for RLS hooks
*
* Copyright (c) 2015-2018, PostgreSQL Global Development Group
* Copyright (c) 2015-2019, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/test/modules/test_rls_hooks/test_rls_hooks.h

View File

@ -5,7 +5,7 @@
* number of background workers for shared memory message queue
* testing.
*
* Copyright (c) 2013-2018, PostgreSQL Global Development Group
* Copyright (c) 2013-2019, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/test/modules/test_shm_mq/setup.c

View File

@ -3,7 +3,7 @@
* test.c
* Test harness code for shared memory message queues.
*
* Copyright (c) 2013-2018, PostgreSQL Global Development Group
* Copyright (c) 2013-2019, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/test/modules/test_shm_mq/test.c

View File

@ -3,7 +3,7 @@
* test_shm_mq.h
* Definitions for shared memory message queues
*
* Copyright (c) 2013-2018, PostgreSQL Global Development Group
* Copyright (c) 2013-2019, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/test/modules/test_shm_mq/test_shm_mq.h

View File

@ -9,7 +9,7 @@
* but it should be possible to use much of the control logic just
* as presented here.
*
* Copyright (c) 2013-2018, PostgreSQL Global Development Group
* Copyright (c) 2013-2019, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/test/modules/test_shm_mq/worker.c

View File

@ -13,7 +13,7 @@
* "delta" type. Delta rows will be deleted by this worker and their values
* aggregated into the total.
*
* Copyright (c) 2013-2018, PostgreSQL Global Development Group
* Copyright (c) 2013-2019, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/test/modules/worker_spi/worker_spi.c

View File

@ -2,7 +2,7 @@
#
# Makefile for src/test/perl
#
# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
# src/test/perl/Makefile

View File

@ -2,7 +2,7 @@
#
# Makefile for src/test/recovery
#
# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
# src/test/recovery/Makefile

View File

@ -3,7 +3,7 @@
# GNUmakefile--
# Makefile for src/test/regress (the regression tests)
#
# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
# src/test/regress/GNUmakefile

View File

@ -8,7 +8,7 @@
*
* This code is released under the terms of the PostgreSQL License.
*
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/test/regress/pg_regress.c

View File

@ -1,7 +1,7 @@
/*-------------------------------------------------------------------------
* pg_regress.h --- regression test driver
*
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/test/regress/pg_regress.h

View File

@ -8,7 +8,7 @@
*
* This code is released under the terms of the PostgreSQL License.
*
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/test/regress/pg_regress_main.c

View File

@ -6,7 +6,7 @@
*
* This code is released under the terms of the PostgreSQL License.
*
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/test/regress/regress.c

View File

@ -2,7 +2,7 @@
#
# Makefile for src/test/ssl
#
# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
# src/test/ssl/Makefile

View File

@ -2,7 +2,7 @@
#
# Makefile for src/test/subscription
#
# Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
# Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
# src/test/subscription/Makefile

View File

@ -2,7 +2,7 @@
#
# Makefile for tools/thread
#
# Copyright (c) 2003-2018, PostgreSQL Global Development Group
# Copyright (c) 2003-2019, PostgreSQL Global Development Group
#
# src/test/thread/Makefile
#

View File

@ -3,7 +3,7 @@
* test_thread_funcs.c
* libc thread test program
*
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/test/thread/thread_test.c