diff options
author | Bruce Momjian <bruce@momjian.us> | 2019-01-02 12:44:25 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2019-01-02 12:44:25 -0500 |
commit | 97c39498e5ca9208d3de5a443a2282923619bf91 (patch) | |
tree | d8074ce5b172fc2a52007bce178dcc9b2fa66fa5 /src/include/fe_utils | |
parent | b6f3649bba9832cf4958dbb184dabef93dcea29c (diff) | |
download | postgresql-97c39498e5ca9208d3de5a443a2282923619bf91.tar.gz |
Update copyright for 2019
Backpatch-through: certain files through 9.4
Diffstat (limited to 'src/include/fe_utils')
-rw-r--r-- | src/include/fe_utils/conditional.h | 2 | ||||
-rw-r--r-- | src/include/fe_utils/connect.h | 2 | ||||
-rw-r--r-- | src/include/fe_utils/mbprint.h | 2 | ||||
-rw-r--r-- | src/include/fe_utils/print.h | 2 | ||||
-rw-r--r-- | src/include/fe_utils/psqlscan.h | 2 | ||||
-rw-r--r-- | src/include/fe_utils/psqlscan_int.h | 2 | ||||
-rw-r--r-- | src/include/fe_utils/simple_list.h | 2 | ||||
-rw-r--r-- | src/include/fe_utils/string_utils.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/src/include/fe_utils/conditional.h b/src/include/fe_utils/conditional.h index 9b91de5a3d..539b929b6a 100644 --- a/src/include/fe_utils/conditional.h +++ b/src/include/fe_utils/conditional.h @@ -14,7 +14,7 @@ * a true branch?) so that the interpreter knows whether to execute * code and whether to evaluate conditions. * - * Copyright (c) 2000-2018, PostgreSQL Global Development Group + * Copyright (c) 2000-2019, PostgreSQL Global Development Group * * src/include/fe_utils/conditional.h * diff --git a/src/include/fe_utils/connect.h b/src/include/fe_utils/connect.h index d62f5a3724..c1c8c04ab0 100644 --- a/src/include/fe_utils/connect.h +++ b/src/include/fe_utils/connect.h @@ -3,7 +3,7 @@ * Interfaces in support of FE/BE connections. * * - * 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/fe_utils/connect.h diff --git a/src/include/fe_utils/mbprint.h b/src/include/fe_utils/mbprint.h index 7d8019c203..4d7c9eee50 100644 --- a/src/include/fe_utils/mbprint.h +++ b/src/include/fe_utils/mbprint.h @@ -3,7 +3,7 @@ * Multibyte character printing support for frontend code * * - * 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/fe_utils/mbprint.h diff --git a/src/include/fe_utils/print.h b/src/include/fe_utils/print.h index 4f7987e5cb..2a9e72175c 100644 --- a/src/include/fe_utils/print.h +++ b/src/include/fe_utils/print.h @@ -3,7 +3,7 @@ * Query-result printing support for frontend code * * - * 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/fe_utils/print.h diff --git a/src/include/fe_utils/psqlscan.h b/src/include/fe_utils/psqlscan.h index 2d58c071f3..1cf5b2e7fa 100644 --- a/src/include/fe_utils/psqlscan.h +++ b/src/include/fe_utils/psqlscan.h @@ -10,7 +10,7 @@ * backslash commands. * * - * 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/fe_utils/psqlscan.h diff --git a/src/include/fe_utils/psqlscan_int.h b/src/include/fe_utils/psqlscan_int.h index 0be0db69ab..42a738f422 100644 --- a/src/include/fe_utils/psqlscan_int.h +++ b/src/include/fe_utils/psqlscan_int.h @@ -34,7 +34,7 @@ * same flex version, or if they don't use the same flex options. * * - * 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/fe_utils/psqlscan_int.h diff --git a/src/include/fe_utils/simple_list.h b/src/include/fe_utils/simple_list.h index 9785489128..8a95cbb3a8 100644 --- a/src/include/fe_utils/simple_list.h +++ b/src/include/fe_utils/simple_list.h @@ -7,7 +7,7 @@ * it's all we need in, eg, pg_dump. * * - * 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/fe_utils/simple_list.h diff --git a/src/include/fe_utils/string_utils.h b/src/include/fe_utils/string_utils.h index 8199682e63..31c8d7d7a3 100644 --- a/src/include/fe_utils/string_utils.h +++ b/src/include/fe_utils/string_utils.h @@ -6,7 +6,7 @@ * assorted contexts. * * - * 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/fe_utils/string_utils.h |