diff options
| author | Bruce Momjian | 2019-01-02 17:44:25 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2019-01-02 17:44:25 +0000 |
| commit | 97c39498e5ca9208d3de5a443a2282923619bf91 (patch) | |
| tree | d8074ce5b172fc2a52007bce178dcc9b2fa66fa5 /src/timezone | |
| parent | b6f3649bba9832cf4958dbb184dabef93dcea29c (diff) | |
Update copyright for 2019
Backpatch-through: certain files through 9.4
Diffstat (limited to 'src/timezone')
| -rw-r--r-- | src/timezone/pgtz.c | 2 | ||||
| -rw-r--r-- | src/timezone/pgtz.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/timezone/pgtz.c b/src/timezone/pgtz.c index 7a476eabf7..ee111a80d4 100644 --- a/src/timezone/pgtz.c +++ b/src/timezone/pgtz.c @@ -3,7 +3,7 @@ * pgtz.c * Timezone Library Integration Functions * - * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group * * IDENTIFICATION * src/timezone/pgtz.c diff --git a/src/timezone/pgtz.h b/src/timezone/pgtz.h index a07dced583..ab2b2bb740 100644 --- a/src/timezone/pgtz.h +++ b/src/timezone/pgtz.h @@ -6,7 +6,7 @@ * Note: this file contains only definitions that are private to the * timezone library. Public definitions are in pgtime.h. * - * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group * * IDENTIFICATION * src/timezone/pgtz.h |
