Skip to content

Commit 4c9210f

Browse files
committed
Update copyright year.
Reviewed-by: Michael Paquier Discussion: https://postgr.es/m/CA%2BhUKGJFWXmtYo6Frd77RR8YXCHz7hJ2mRy5aHV%3D7fJOqDnBHA%40mail.gmail.com
1 parent 7988cb4 commit 4c9210f

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

src/backend/lib/integerset.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
* (https://doi.org/10.1002/spe.948)
6262
*
6363
*
64-
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
64+
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
6565
* Portions Copyright (c) 1994, Regents of the University of California
6666
*
6767
* IDENTIFICATION

src/backend/libpq/be-gssapi-common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* be-gssapi-common.c
44
* Common code for GSSAPI authentication and encryption
55
*
6-
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
* IDENTIFICATION

src/backend/libpq/be-gssapi-common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* be-gssapi-common.h
44
* Definitions for GSSAPI authentication and encryption handling
55
*
6-
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
* src/include/libpq/be-gssapi-common.h

src/backend/libpq/be-secure-gssapi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* be-secure-gssapi.c
44
* GSSAPI encryption support
55
*
6-
* Portions Copyright (c) 2018-2018, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 2018-2019, PostgreSQL Global Development Group
77
*
88
*
99
* IDENTIFICATION

src/interfaces/libpq/fe-gssapi-common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* fe-gssapi-common.c
44
* The front-end (client) GSSAPI common code
55
*
6-
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
* IDENTIFICATION

src/interfaces/libpq/fe-gssapi-common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Definitions for GSSAPI common routines
66
*
7-
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
7+
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
1010
* src/interfaces/libpq/fe-gssapi-common.h

src/interfaces/libpq/fe-secure-gssapi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* fe-secure-gssapi.c
44
* The front-end (client) encryption support for GSSAPI
55
*
6-
* Portions Copyright (c) 2016-2018, PostgreSQL Global Development Group
6+
* Portions Copyright (c) 2016-2019, PostgreSQL Global Development Group
77
*
88
* IDENTIFICATION
99
* src/interfaces/libpq/fe-secure-gssapi.c

0 commit comments

Comments
 (0)