diff options
author | Thomas Munro <tmunro@postgresql.org> | 2019-05-23 13:23:59 +1200 |
---|---|---|
committer | Thomas Munro <tmunro@postgresql.org> | 2019-05-24 12:03:32 +1200 |
commit | 4c9210f34c621639f896d57cf7bfb5e9be139c91 (patch) | |
tree | 81be7874318c64b89b6e75f0c3f3038d483fffa3 /src | |
parent | 7988cb446d20512ec9d091db66dba6adee3f3d4b (diff) | |
download | postgresql-4c9210f34c621639f896d57cf7bfb5e9be139c91.tar.gz postgresql-4c9210f34c621639f896d57cf7bfb5e9be139c91.zip |
Update copyright year.
Reviewed-by: Michael Paquier
Discussion: https://postgr.es/m/CA%2BhUKGJFWXmtYo6Frd77RR8YXCHz7hJ2mRy5aHV%3D7fJOqDnBHA%40mail.gmail.com
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/lib/integerset.c | 2 | ||||
-rw-r--r-- | src/backend/libpq/be-gssapi-common.c | 2 | ||||
-rw-r--r-- | src/backend/libpq/be-gssapi-common.h | 2 | ||||
-rw-r--r-- | src/backend/libpq/be-secure-gssapi.c | 2 | ||||
-rw-r--r-- | src/interfaces/libpq/fe-gssapi-common.c | 2 | ||||
-rw-r--r-- | src/interfaces/libpq/fe-gssapi-common.h | 2 | ||||
-rw-r--r-- | src/interfaces/libpq/fe-secure-gssapi.c | 2 |
7 files changed, 7 insertions, 7 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 diff --git a/src/interfaces/libpq/fe-gssapi-common.c b/src/interfaces/libpq/fe-gssapi-common.c index 3192f9190b5..f3735df1bfa 100644 --- a/src/interfaces/libpq/fe-gssapi-common.c +++ b/src/interfaces/libpq/fe-gssapi-common.c @@ -3,7 +3,7 @@ * fe-gssapi-common.c * The front-end (client) GSSAPI common 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 * * IDENTIFICATION diff --git a/src/interfaces/libpq/fe-gssapi-common.h b/src/interfaces/libpq/fe-gssapi-common.h index 659ddcbc4d4..deb010e4066 100644 --- a/src/interfaces/libpq/fe-gssapi-common.h +++ b/src/interfaces/libpq/fe-gssapi-common.h @@ -4,7 +4,7 @@ * * Definitions for GSSAPI common routines * - * 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/interfaces/libpq/fe-gssapi-common.h diff --git a/src/interfaces/libpq/fe-secure-gssapi.c b/src/interfaces/libpq/fe-secure-gssapi.c index 6111439ff0f..4fdd3887edd 100644 --- a/src/interfaces/libpq/fe-secure-gssapi.c +++ b/src/interfaces/libpq/fe-secure-gssapi.c @@ -3,7 +3,7 @@ * fe-secure-gssapi.c * The front-end (client) encryption support for GSSAPI * - * Portions Copyright (c) 2016-2018, PostgreSQL Global Development Group + * Portions Copyright (c) 2016-2019, PostgreSQL Global Development Group * * IDENTIFICATION * src/interfaces/libpq/fe-secure-gssapi.c |