diff options
author | Bruce Momjian | 2011-01-01 18:18:15 +0000 |
---|---|---|
committer | Bruce Momjian | 2011-01-01 18:18:15 +0000 |
commit | 5d950e3b0c75d65dd09f8ca5f76cd429a0aabbdc (patch) | |
tree | 482c4da1affa45abf4723854e7f20752ae1e8e63 /src/timezone | |
parent | 67c9e4442f2521ff2ad62aa4d409269ea684ac0a (diff) |
Stamp copyrights for year 2011.
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 62cac7544c..d09d4ad736 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-2010, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group * * IDENTIFICATION * src/timezone/pgtz.c diff --git a/src/timezone/pgtz.h b/src/timezone/pgtz.h index 78aa49db00..9d77492d1a 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-2010, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group * * IDENTIFICATION * src/timezone/pgtz.h |