summaryrefslogtreecommitdiff
path: root/src/include/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/common')
-rw-r--r--src/include/common/base64.h2
-rw-r--r--src/include/common/config_info.h2
-rw-r--r--src/include/common/controldata_utils.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/int.h2
-rw-r--r--src/include/common/int128.h2
-rw-r--r--src/include/common/ip.h2
-rw-r--r--src/include/common/keywords.h2
-rw-r--r--src/include/common/link-canary.h2
-rw-r--r--src/include/common/md5.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/sha2.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_table.h2
-rw-r--r--src/include/common/username.h2
21 files changed, 21 insertions, 21 deletions
diff --git a/src/include/common/base64.h b/src/include/common/base64.h
index 32cec4b2104..1bae5ec9664 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-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2001-2019, PostgreSQL Global Development Group
*
* src/include/common/base64.h
*/
diff --git a/src/include/common/config_info.h b/src/include/common/config_info.h
index 72014a915a9..888ba0d6535 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-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2016-2019, PostgreSQL Global Development Group
*
* src/include/common/config_info.h
*/
diff --git a/src/include/common/controldata_utils.h b/src/include/common/controldata_utils.h
index d8fd3163968..0ffa2000fc2 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-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/include/common/controldata_utils.h
diff --git a/src/include/common/fe_memutils.h b/src/include/common/fe_memutils.h
index 458743dd401..a1e5940d312 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-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2019, 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 cfa0546385a..d512e622dbb 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-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/include/common/file_perm.h
diff --git a/src/include/common/file_utils.h b/src/include/common/file_utils.h
index 71f638562e2..b1f1a3a1c15 100644
--- a/src/include/common/file_utils.h
+++ b/src/include/common/file_utils.h
@@ -5,7 +5,7 @@
* Assorted utility functions to work on files.
*
*
- * 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/include/common/file_utils.h
diff --git a/src/include/common/int.h b/src/include/common/int.h
index ff410f0eae8..d7547985438 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-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2019, PostgreSQL Global Development Group
*
* src/include/common/int.h
*
diff --git a/src/include/common/int128.h b/src/include/common/int128.h
index 2654f18f85f..1a833cd93e7 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-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2019, PostgreSQL Global Development Group
*
* src/include/common/int128.h
*
diff --git a/src/include/common/ip.h b/src/include/common/ip.h
index 33147891d1d..08880a13f90 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-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2019, PostgreSQL Global Development Group
*
* src/include/common/ip.h
*
diff --git a/src/include/common/keywords.h b/src/include/common/keywords.h
index 0b31505b665..8f22f32548c 100644
--- a/src/include/common/keywords.h
+++ b/src/include/common/keywords.h
@@ -4,7 +4,7 @@
* lexical token lookup for key words in PostgreSQL
*
*
- * 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/include/common/keywords.h
diff --git a/src/include/common/link-canary.h b/src/include/common/link-canary.h
index 917faae9ef2..1845e66e31d 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, PostgreSQL Global Development Group
+ * Copyright (c) 2018-2019, PostgreSQL Global Development Group
*
* src/include/common/link-canary.h
*
diff --git a/src/include/common/md5.h b/src/include/common/md5.h
index 905d3aa2197..cd54c874b11 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-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/include/common/md5.h
diff --git a/src/include/common/relpath.h b/src/include/common/relpath.h
index 82d817a53c7..f3cda129ab5 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-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/include/common/relpath.h
diff --git a/src/include/common/restricted_token.h b/src/include/common/restricted_token.h
index a4a263fdee0..d71499d07ed 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-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/include/common/restricted_token.h
diff --git a/src/include/common/saslprep.h b/src/include/common/saslprep.h
index dc1af15030c..09f33650d90 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-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2019, 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 21313031692..258d2753145 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-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/include/common/scram-common.h
diff --git a/src/include/common/sha2.h b/src/include/common/sha2.h
index f3fd0d0d28a..6c208ee42ed 100644
--- a/src/include/common/sha2.h
+++ b/src/include/common/sha2.h
@@ -3,7 +3,7 @@
* sha2.h
* Generic headers for SHA224, 256, 384 AND 512 functions of PostgreSQL.
*
- * Portions Copyright (c) 2016-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2016-2019, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/include/common/sha2.h
diff --git a/src/include/common/string.h b/src/include/common/string.h
index 7c3594557ac..f3467f0ee43 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-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/include/common/string.h
diff --git a/src/include/common/unicode_norm.h b/src/include/common/unicode_norm.h
index 34ca2622ec5..99167d29525 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-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2017-2019, PostgreSQL Global Development Group
*
* src/include/common/unicode_norm.h
*
diff --git a/src/include/common/unicode_norm_table.h b/src/include/common/unicode_norm_table.h
index 3444bc8d802..35cd19bca9b 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-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/include/common/unicode_norm_table.h
diff --git a/src/include/common/username.h b/src/include/common/username.h
index 1bb3496f9e3..ecc5ad4207b 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-2018, PostgreSQL Global Development Group
+ * Copyright (c) 2003-2019, PostgreSQL Global Development Group
*
* src/include/common/username.h
*/