diff options
| author | Bruce Momjian | 2015-01-06 16:43:47 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2015-01-06 16:43:47 +0000 |
| commit | 4baaf863eca5412e07a8441b3b7e7482b7a8b21a (patch) | |
| tree | cc846ecbd09b540bc7e8868db2dec202ff6c332e /src/timezone | |
| parent | adfc157dd91471e995f3aa72e0fb5b50ecd93575 (diff) | |
Update copyright for 2015
Backpatch certain files through 9.0
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 72aa409727d..d38e3ae6c5e 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-2014, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * * IDENTIFICATION * src/timezone/pgtz.c diff --git a/src/timezone/pgtz.h b/src/timezone/pgtz.h index 36692809536..5d6084327c8 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-2014, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * * IDENTIFICATION * src/timezone/pgtz.h |
