1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-19 23:22:23 +03:00

Update copyrights for 2020

Backpatch-through: update all files in master, backpatch legal files through 9.4
This commit is contained in:
Bruce Momjian
2020-01-01 12:21:45 -05:00
parent b55413d77f
commit 7559d8ebfa
1771 changed files with 1781 additions and 1781 deletions

View File

@@ -3,7 +3,7 @@
* base64.c
* Encoding and decoding routines for base64 without whitespace.
*
* Copyright (c) 2001-2019, PostgreSQL Global Development Group
* Copyright (c) 2001-2020, PostgreSQL Global Development Group
*
*
* IDENTIFICATION

View File

@@ -4,7 +4,7 @@
* Common code for pg_config output
*
*
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*

View File

@@ -4,7 +4,7 @@
* Common code for control data file output.
*
*
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*

View File

@@ -2,7 +2,7 @@
*
* Ryu floating-point output for double precision.
*
* Portions Copyright (c) 2018-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 2018-2020, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/d2s.c

View File

@@ -2,7 +2,7 @@
*
* Ryu floating-point output for double precision.
*
* Portions Copyright (c) 2018-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 2018-2020, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/d2s_full_table.h

View File

@@ -2,7 +2,7 @@
*
* Ryu floating-point output for double precision.
*
* Portions Copyright (c) 2018-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 2018-2020, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/d2s_intrinsics.h

View File

@@ -4,7 +4,7 @@
* Functions for finding and validating executable files
*
*
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*

View File

@@ -2,7 +2,7 @@
*
* Ryu floating-point output for single precision.
*
* Portions Copyright (c) 2018-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 2018-2020, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/f2s.c

View File

@@ -3,7 +3,7 @@
* fe_memutils.c
* memory management support for frontend code
*
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*

View File

@@ -3,7 +3,7 @@
* File and directory permission routines
*
*
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/common/file_perm.c

View File

@@ -5,7 +5,7 @@
* Assorted utility functions to work on files.
*
*
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/common/file_utils.c

View File

@@ -3,7 +3,7 @@
* ip.c
* IPv6-aware network access.
*
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*

View File

@@ -4,7 +4,7 @@
* PostgreSQL's list of SQL keywords
*
*
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*

View File

@@ -4,7 +4,7 @@
* Key word lookup for PostgreSQL
*
*
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*

View File

@@ -2,7 +2,7 @@
* link-canary.c
* Detect whether src/common functions came from frontend or backend.
*
* Copyright (c) 2018-2019, PostgreSQL Global Development Group
* Copyright (c) 2018-2020, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/link-canary.c

View File

@@ -1,7 +1,7 @@
/*-------------------------------------------------------------------------
* Logging framework for frontend programs
*
* Copyright (c) 2018-2019, PostgreSQL Global Development Group
* Copyright (c) 2018-2020, PostgreSQL Global Development Group
*
* src/common/logging.c
*

View File

@@ -10,7 +10,7 @@
*
* Sverre H. Huseby <sverrehu@online.no>
*
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION

View File

@@ -172,7 +172,7 @@
*
* Jan Wieck
*
* Copyright (c) 1999-2019, PostgreSQL Global Development Group
* Copyright (c) 1999-2020, PostgreSQL Global Development Group
*
* src/common/pg_lzcompress.c
* ----------

View File

@@ -3,7 +3,7 @@
* pgfnames.c
* directory handling functions
*
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION

View File

@@ -4,7 +4,7 @@
* sprintf into an allocated-on-demand buffer
*
*
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*

View File

@@ -4,7 +4,7 @@
*
* This module also contains some logic associated with fork names.
*
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION

View File

@@ -4,7 +4,7 @@
* helper routine to ensure restricted token on Windows
*
*
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*

View File

@@ -2,7 +2,7 @@
*
* rmtree.c
*
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION

View File

@@ -2,7 +2,7 @@
*
* Common routines for Ryu floating-point output.
*
* Portions Copyright (c) 2018-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 2018-2020, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/ryu_common.h

View File

@@ -12,7 +12,7 @@
* http://www.ietf.org/rfc/rfc4013.txt
*
*
* Portions Copyright (c) 2017-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 2017-2020, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/saslprep.c

View File

@@ -6,7 +6,7 @@
* backend, for implement the Salted Challenge Response Authentication
* Mechanism (SCRAM), per IETF's RFC 5802.
*
* Portions Copyright (c) 2017-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 2017-2020, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/scram-common.c

View File

@@ -6,7 +6,7 @@
* This is the set of in-core functions used when there are no other
* alternative options like OpenSSL.
*
* Portions Copyright (c) 2016-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 2016-2020, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/sha2.c

View File

@@ -6,7 +6,7 @@
*
* This should only be used if code is compiled with OpenSSL support.
*
* Portions Copyright (c) 2016-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 2016-2020, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/sha2_openssl.c

View File

@@ -4,7 +4,7 @@
* string handling helpers
*
*
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*

View File

@@ -7,7 +7,7 @@
* (null-terminated text) or arbitrary binary data. All storage is allocated
* with palloc() (falling back to malloc in frontend code).
*
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/common/stringinfo.c

View File

@@ -5,7 +5,7 @@
#
# NormalizationTest.txt is part of the Unicode Character Database.
#
# Copyright (c) 2000-2019, PostgreSQL Global Development Group
# Copyright (c) 2000-2020, 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-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/common/unicode/norm_test_table.h

View File

@@ -5,7 +5,7 @@
# Input: UnicodeData.txt and CompositionExclusions.txt
# Output: unicode_norm_table.h
#
# Copyright (c) 2000-2019, PostgreSQL Global Development Group
# Copyright (c) 2000-2020, PostgreSQL Global Development Group
use strict;
use warnings;
@@ -74,7 +74,7 @@ print $OUTPUT <<HEADER;
* unicode_norm_table.h
* Composition table used for Unicode normalization
*
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/include/common/unicode_norm_table.h

View File

@@ -2,7 +2,7 @@
* norm_test.c
* Program to test Unicode normalization functions.
*
* Portions Copyright (c) 2017-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 2017-2020, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/unicode/norm_test.c

View File

@@ -5,7 +5,7 @@
* This implements Unicode normalization, per the documentation at
* https://www.unicode.org/reports/tr15/.
*
* Portions Copyright (c) 2017-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 2017-2020, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/common/unicode_norm.c

View File

@@ -3,7 +3,7 @@
* username.c
* get user name
*
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION

View File

@@ -4,7 +4,7 @@
* Convert a wait/waitpid(2) result code to a human-readable string
*
*
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*