summaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
authorThomas Munro2019-05-23 01:23:59 +0000
committerThomas Munro2019-05-24 00:03:32 +0000
commit4c9210f34c621639f896d57cf7bfb5e9be139c91 (patch)
tree81be7874318c64b89b6e75f0c3f3038d483fffa3 /src/backend
parent7988cb446d20512ec9d091db66dba6adee3f3d4b (diff)
Update copyright year.
Reviewed-by: Michael Paquier Discussion: https://postgr.es/m/CA%2BhUKGJFWXmtYo6Frd77RR8YXCHz7hJ2mRy5aHV%3D7fJOqDnBHA%40mail.gmail.com
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/lib/integerset.c2
-rw-r--r--src/backend/libpq/be-gssapi-common.c2
-rw-r--r--src/backend/libpq/be-gssapi-common.h2
-rw-r--r--src/backend/libpq/be-secure-gssapi.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/backend/lib/integerset.c b/src/backend/lib/integerset.c
index 6f8a03709ed..6921955f85e 100644
--- a/src/backend/lib/integerset.c
+++ b/src/backend/lib/integerset.c
@@ -61,7 +61,7 @@
* (https://doi.org/10.1002/spe.948)
*
*
- * 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
diff --git a/src/backend/libpq/be-gssapi-common.c b/src/backend/libpq/be-gssapi-common.c
index 40ada14bdde..e285a7061e4 100644
--- a/src/backend/libpq/be-gssapi-common.c
+++ b/src/backend/libpq/be-gssapi-common.c
@@ -3,7 +3,7 @@
* be-gssapi-common.c
* Common code for GSSAPI authentication and encryption
*
- * 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
diff --git a/src/backend/libpq/be-gssapi-common.h b/src/backend/libpq/be-gssapi-common.h
index e0d0bfabd63..acb30b94944 100644
--- a/src/backend/libpq/be-gssapi-common.h
+++ b/src/backend/libpq/be-gssapi-common.h
@@ -3,7 +3,7 @@
* be-gssapi-common.h
* Definitions for GSSAPI authentication and encryption handling
*
- * 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/libpq/be-gssapi-common.h
diff --git a/src/backend/libpq/be-secure-gssapi.c b/src/backend/libpq/be-secure-gssapi.c
index 818da567a34..b345eae62ad 100644
--- a/src/backend/libpq/be-secure-gssapi.c
+++ b/src/backend/libpq/be-secure-gssapi.c
@@ -3,7 +3,7 @@
* be-secure-gssapi.c
* GSSAPI encryption support
*
- * Portions Copyright (c) 2018-2018, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2018-2019, PostgreSQL Global Development Group
*
*
* IDENTIFICATION