summaryrefslogtreecommitdiff
path: root/src/include/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/common')
-rw-r--r--src/include/common/archive.h2
-rw-r--r--src/include/common/base64.h2
-rw-r--r--src/include/common/checksum_helper.h2
-rw-r--r--src/include/common/config_info.h2
-rw-r--r--src/include/common/connect.h2
-rw-r--r--src/include/common/controldata_utils.h2
-rw-r--r--src/include/common/cryptohash.h2
-rw-r--r--src/include/common/fe_memutils.h2
-rw-r--r--src/include/common/file_perm.h2
-rw-r--r--src/include/common/file_utils.h2
-rw-r--r--src/include/common/hashfn.h2
-rw-r--r--src/include/common/hmac.h2
-rw-r--r--src/include/common/int.h2
-rw-r--r--src/include/common/int128.h2
-rw-r--r--src/include/common/ip.h2
-rw-r--r--src/include/common/jsonapi.h2
-rw-r--r--src/include/common/keywords.h2
-rw-r--r--src/include/common/kwlookup.h2
-rw-r--r--src/include/common/link-canary.h2
-rw-r--r--src/include/common/logging.h2
-rw-r--r--src/include/common/md5.h2
-rw-r--r--src/include/common/openssl.h2
-rw-r--r--src/include/common/pg_prng.h2
-rw-r--r--src/include/common/relpath.h2
-rw-r--r--src/include/common/restricted_token.h2
-rw-r--r--src/include/common/saslprep.h2
-rw-r--r--src/include/common/scram-common.h2
-rw-r--r--src/include/common/sha1.h2
-rw-r--r--src/include/common/sha2.h2
-rw-r--r--src/include/common/shortest_dec.h2
-rw-r--r--src/include/common/string.h2
-rw-r--r--src/include/common/unicode_norm.h2
-rw-r--r--src/include/common/unicode_norm_hashfunc.h2
-rw-r--r--src/include/common/unicode_norm_table.h2
-rw-r--r--src/include/common/username.h2
35 files changed, 35 insertions, 35 deletions
diff --git a/src/include/common/archive.h b/src/include/common/archive.h
index b5fd143be81..bbb64c36732 100644
--- a/src/include/common/archive.h
+++ b/src/include/common/archive.h
@@ -3,7 +3,7 @@
* archive.h
* Common WAL archive routines
*
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/include/common/archive.h
diff --git a/src/include/common/base64.h b/src/include/common/base64.h
index 3b9705613fc..8a040e8ca19 100644
--- a/src/include/common/base64.h
+++ b/src/include/common/base64.h
@@ -3,7 +3,7 @@
* Encoding and decoding routines for base64 without whitespace
* support.
*
- * Portions Copyright (c) 2001-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2001-2022, PostgreSQL Global Development Group
*
* src/include/common/base64.h
*/
diff --git a/src/include/common/checksum_helper.h b/src/include/common/checksum_helper.h
index cac7570ea13..23816cac219 100644
--- a/src/include/common/checksum_helper.h
+++ b/src/include/common/checksum_helper.h
@@ -3,7 +3,7 @@
* checksum_helper.h
* Compute a checksum of any of various types using common routines
*
- * Portions Copyright (c) 2016-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2022, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/include/common/checksum_helper.h
diff --git a/src/include/common/config_info.h b/src/include/common/config_info.h
index 814f4d3d1bb..cb7df55b834 100644
--- a/src/include/common/config_info.h
+++ b/src/include/common/config_info.h
@@ -2,7 +2,7 @@
* config_info.h
* Common code for pg_config output
*
- * Copyright (c) 2016-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2022, PostgreSQL Global Development Group
*
* src/include/common/config_info.h
*/
diff --git a/src/include/common/connect.h b/src/include/common/connect.h
index 71c2d6e72c4..7fce19d64a1 100644
--- a/src/include/common/connect.h
+++ b/src/include/common/connect.h
@@ -3,7 +3,7 @@
* Interfaces in support of FE/BE connections.
*
*
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/include/common/connect.h
diff --git a/src/include/common/controldata_utils.h b/src/include/common/controldata_utils.h
index dea78113d0a..b1dab7547ca 100644
--- a/src/include/common/controldata_utils.h
+++ b/src/include/common/controldata_utils.h
@@ -2,7 +2,7 @@
* controldata_utils.h
* Common code for pg_controldata output
*
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/include/common/controldata_utils.h
diff --git a/src/include/common/cryptohash.h b/src/include/common/cryptohash.h
index 541dc844c8b..ea1300d5d4b 100644
--- a/src/include/common/cryptohash.h
+++ b/src/include/common/cryptohash.h
@@ -3,7 +3,7 @@
* cryptohash.h
* Generic headers for cryptographic hash functions.
*
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
diff --git a/src/include/common/fe_memutils.h b/src/include/common/fe_memutils.h
index a8b59f5db73..0a4c9126ea7 100644
--- a/src/include/common/fe_memutils.h
+++ b/src/include/common/fe_memutils.h
@@ -2,7 +2,7 @@
* fe_memutils.h
* memory management support for frontend code
*
- * Copyright (c) 2003-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2022, PostgreSQL Global Development Group
*
* src/include/common/fe_memutils.h
*/
diff --git a/src/include/common/file_perm.h b/src/include/common/file_perm.h
index ba1823a0839..85d32ed141b 100644
--- a/src/include/common/file_perm.h
+++ b/src/include/common/file_perm.h
@@ -3,7 +3,7 @@
* File and directory permission definitions
*
*
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/include/common/file_perm.h
diff --git a/src/include/common/file_utils.h b/src/include/common/file_utils.h
index 978a57460a3..2811744c12f 100644
--- a/src/include/common/file_utils.h
+++ b/src/include/common/file_utils.h
@@ -3,7 +3,7 @@
* Assorted utility functions to work on files.
*
*
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/include/common/file_utils.h
diff --git a/src/include/common/hashfn.h b/src/include/common/hashfn.h
index c634cc067a1..8d539c0a994 100644
--- a/src/include/common/hashfn.h
+++ b/src/include/common/hashfn.h
@@ -1,7 +1,7 @@
/*
* Utilities for working with hash values.
*
- * Portions Copyright (c) 2017-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2017-2022, PostgreSQL Global Development Group
*/
#ifndef HASHFN_H
diff --git a/src/include/common/hmac.h b/src/include/common/hmac.h
index dd012e6690c..cf7aa17be4f 100644
--- a/src/include/common/hmac.h
+++ b/src/include/common/hmac.h
@@ -3,7 +3,7 @@
* hmac.h
* Generic headers for HMAC
*
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
diff --git a/src/include/common/int.h b/src/include/common/int.h
index 079954d7f0b..12a269d9522 100644
--- a/src/include/common/int.h
+++ b/src/include/common/int.h
@@ -11,7 +11,7 @@
* the 64 bit cases can be considerably faster with intrinsics. In case no
* intrinsics are available 128 bit math is used where available.
*
- * Copyright (c) 2017-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2022, PostgreSQL Global Development Group
*
* src/include/common/int.h
*
diff --git a/src/include/common/int128.h b/src/include/common/int128.h
index 01aedf6d1c1..8f035cf4cb2 100644
--- a/src/include/common/int128.h
+++ b/src/include/common/int128.h
@@ -8,7 +8,7 @@
*
* See src/tools/testint128.c for a simple test harness for this file.
*
- * Copyright (c) 2017-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2022, PostgreSQL Global Development Group
*
* src/include/common/int128.h
*
diff --git a/src/include/common/ip.h b/src/include/common/ip.h
index 27f8c4ccd94..85c88574353 100644
--- a/src/include/common/ip.h
+++ b/src/include/common/ip.h
@@ -5,7 +5,7 @@
*
* These definitions are used by both frontend and backend code.
*
- * Copyright (c) 2003-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2022, PostgreSQL Global Development Group
*
* src/include/common/ip.h
*
diff --git a/src/include/common/jsonapi.h b/src/include/common/jsonapi.h
index ec3dfce9c32..52cb4a9339e 100644
--- a/src/include/common/jsonapi.h
+++ b/src/include/common/jsonapi.h
@@ -3,7 +3,7 @@
* jsonapi.h
* Declarations for JSON API support.
*
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/include/common/jsonapi.h
diff --git a/src/include/common/keywords.h b/src/include/common/keywords.h
index d2e94e13d29..b85237f9019 100644
--- a/src/include/common/keywords.h
+++ b/src/include/common/keywords.h
@@ -4,7 +4,7 @@
* PostgreSQL's list of SQL keywords
*
*
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/include/common/keywords.h
diff --git a/src/include/common/kwlookup.h b/src/include/common/kwlookup.h
index 70d4b8e51bc..48d7f08b838 100644
--- a/src/include/common/kwlookup.h
+++ b/src/include/common/kwlookup.h
@@ -4,7 +4,7 @@
* Key word lookup for PostgreSQL
*
*
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/include/common/kwlookup.h
diff --git a/src/include/common/link-canary.h b/src/include/common/link-canary.h
index acb05b65d9f..4733cd257f2 100644
--- a/src/include/common/link-canary.h
+++ b/src/include/common/link-canary.h
@@ -3,7 +3,7 @@
* link-canary.h
* Detect whether src/common functions came from frontend or backend.
*
- * Copyright (c) 2018-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2018-2022, PostgreSQL Global Development Group
*
* src/include/common/link-canary.h
*
diff --git a/src/include/common/logging.h b/src/include/common/logging.h
index a71cf842494..43cc79afa8a 100644
--- a/src/include/common/logging.h
+++ b/src/include/common/logging.h
@@ -1,7 +1,7 @@
/*-------------------------------------------------------------------------
* Logging framework for frontend programs
*
- * Copyright (c) 2018-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2018-2022, PostgreSQL Global Development Group
*
* src/include/common/logging.h
*
diff --git a/src/include/common/md5.h b/src/include/common/md5.h
index 62a31e6ed4e..bbd2ec0165d 100644
--- a/src/include/common/md5.h
+++ b/src/include/common/md5.h
@@ -6,7 +6,7 @@
* These definitions are needed by both frontend and backend code to work
* with MD5-encrypted passwords.
*
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/include/common/md5.h
diff --git a/src/include/common/openssl.h b/src/include/common/openssl.h
index fcc5b50533e..aae5a34104e 100644
--- a/src/include/common/openssl.h
+++ b/src/include/common/openssl.h
@@ -3,7 +3,7 @@
* openssl.h
* OpenSSL supporting functionality shared between frontend and backend
*
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
diff --git a/src/include/common/pg_prng.h b/src/include/common/pg_prng.h
index 623c65ae731..d9895b495c4 100644
--- a/src/include/common/pg_prng.h
+++ b/src/include/common/pg_prng.h
@@ -2,7 +2,7 @@
*
* Pseudo-Random Number Generator
*
- * Copyright (c) 2021, PostgreSQL Global Development Group
+ * Copyright (c) 2021-2022, PostgreSQL Global Development Group
*
* src/include/common/pg_prng.h
*
diff --git a/src/include/common/relpath.h b/src/include/common/relpath.h
index a44be11ca0a..a4b5dc853bf 100644
--- a/src/include/common/relpath.h
+++ b/src/include/common/relpath.h
@@ -3,7 +3,7 @@
* relpath.h
* Declarations for GetRelationPath() and friends
*
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/include/common/relpath.h
diff --git a/src/include/common/restricted_token.h b/src/include/common/restricted_token.h
index 75455e6d78e..0b6bdaf52a9 100644
--- a/src/include/common/restricted_token.h
+++ b/src/include/common/restricted_token.h
@@ -2,7 +2,7 @@
* restricted_token.h
* helper routine to ensure restricted token on Windows
*
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/include/common/restricted_token.h
diff --git a/src/include/common/saslprep.h b/src/include/common/saslprep.h
index a2c7a464dbf..305c8f4abcb 100644
--- a/src/include/common/saslprep.h
+++ b/src/include/common/saslprep.h
@@ -5,7 +5,7 @@
*
* These definitions are used by both frontend and backend code.
*
- * Copyright (c) 2017-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2022, PostgreSQL Global Development Group
*
* src/include/common/saslprep.h
*
diff --git a/src/include/common/scram-common.h b/src/include/common/scram-common.h
index 5777ce9fe33..d53b4fa7f5b 100644
--- a/src/include/common/scram-common.h
+++ b/src/include/common/scram-common.h
@@ -3,7 +3,7 @@
* scram-common.h
* Declarations for helper functions used for SCRAM authentication
*
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/include/common/scram-common.h
diff --git a/src/include/common/sha1.h b/src/include/common/sha1.h
index a475fadb8cc..e8cb360fdf0 100644
--- a/src/include/common/sha1.h
+++ b/src/include/common/sha1.h
@@ -3,7 +3,7 @@
* sha1.h
* Constants related to SHA1.
*
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/include/common/sha1.h
diff --git a/src/include/common/sha2.h b/src/include/common/sha2.h
index f4bae35af10..fe248e9863a 100644
--- a/src/include/common/sha2.h
+++ b/src/include/common/sha2.h
@@ -3,7 +3,7 @@
* sha2.h
* Constants related to SHA224, 256, 384 AND 512.
*
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
diff --git a/src/include/common/shortest_dec.h b/src/include/common/shortest_dec.h
index c21f39faf5b..f919f7f9b78 100644
--- a/src/include/common/shortest_dec.h
+++ b/src/include/common/shortest_dec.h
@@ -2,7 +2,7 @@
*
* Ryu floating-point output.
*
- * Portions Copyright (c) 2018-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2018-2022, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/include/common/shortest_dec.h
diff --git a/src/include/common/string.h b/src/include/common/string.h
index 8eb5271ec86..cf00fb53cde 100644
--- a/src/include/common/string.h
+++ b/src/include/common/string.h
@@ -2,7 +2,7 @@
* string.h
* string handling helpers
*
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/include/common/string.h
diff --git a/src/include/common/unicode_norm.h b/src/include/common/unicode_norm.h
index 3c2279000aa..deb125d44ac 100644
--- a/src/include/common/unicode_norm.h
+++ b/src/include/common/unicode_norm.h
@@ -5,7 +5,7 @@
*
* These definitions are used by both frontend and backend code.
*
- * Copyright (c) 2017-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2022, PostgreSQL Global Development Group
*
* src/include/common/unicode_norm.h
*
diff --git a/src/include/common/unicode_norm_hashfunc.h b/src/include/common/unicode_norm_hashfunc.h
index 9ec2dd34854..71963ba39f9 100644
--- a/src/include/common/unicode_norm_hashfunc.h
+++ b/src/include/common/unicode_norm_hashfunc.h
@@ -3,7 +3,7 @@
* unicode_norm_hashfunc.h
* Perfect hash functions used for Unicode normalization
*
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/include/common/unicode_norm_hashfunc.h
diff --git a/src/include/common/unicode_norm_table.h b/src/include/common/unicode_norm_table.h
index e101873f2db..c0cf33687e5 100644
--- a/src/include/common/unicode_norm_table.h
+++ b/src/include/common/unicode_norm_table.h
@@ -3,7 +3,7 @@
* unicode_norm_table.h
* Composition table used for Unicode normalization
*
- * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/include/common/unicode_norm_table.h
diff --git a/src/include/common/username.h b/src/include/common/username.h
index bd3ee5f72de..b17f560f804 100644
--- a/src/include/common/username.h
+++ b/src/include/common/username.h
@@ -2,7 +2,7 @@
* username.h
* lookup effective username
*
- * Copyright (c) 2003-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2022, PostgreSQL Global Development Group
*
* src/include/common/username.h
*/