diff options
| author | Bruce Momjian | 2018-01-03 04:30:12 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2018-01-03 04:30:12 +0000 |
| commit | 9d4649ca49416111aee2c84b7e4441a0b7aa2fac (patch) | |
| tree | e2a7ca9692af92a1985e93cc8d9b93702b604e73 /src/timezone | |
| parent | f9ccf92e16fc4d831d324c7f7ef347a0acdaef0a (diff) | |
Update copyright for 2018
Backpatch-through: certain files through 9.3
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 4018310a5c..7a476eabf7 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-2017, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group * * IDENTIFICATION * src/timezone/pgtz.c diff --git a/src/timezone/pgtz.h b/src/timezone/pgtz.h index 3d89ba00a7..1e94d66d49 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-2017, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group * * IDENTIFICATION * src/timezone/pgtz.h |
