summaryrefslogtreecommitdiff
path: root/src/timezone
diff options
context:
space:
mode:
authorBruce Momjian2010-01-02 16:58:17 +0000
committerBruce Momjian2010-01-02 16:58:17 +0000
commit0239800893ef4901e3c085e06534934a485d3bf0 (patch)
tree4e52c59e97e01a0f8be48afcdb6a3c60ab47c7ea /src/timezone
parent8292079ad3db05faff01d03c7a8646704edbf54b (diff)
Update copyright for the year 2010.
Diffstat (limited to 'src/timezone')
-rw-r--r--src/timezone/pgtz.c4
-rw-r--r--src/timezone/pgtz.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/timezone/pgtz.c b/src/timezone/pgtz.c
index ea26bbd3d39..bcb891c7c95 100644
--- a/src/timezone/pgtz.c
+++ b/src/timezone/pgtz.c
@@ -3,10 +3,10 @@
* pgtz.c
* Timezone Library Integration Functions
*
- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/timezone/pgtz.c,v 1.64 2009/10/03 18:04:57 tgl Exp $
+ * $PostgreSQL: pgsql/src/timezone/pgtz.c,v 1.65 2010/01/02 16:58:16 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/timezone/pgtz.h b/src/timezone/pgtz.h
index db865e37b13..863231139e5 100644
--- a/src/timezone/pgtz.h
+++ b/src/timezone/pgtz.h
@@ -6,10 +6,10 @@
* Note: this file contains only definitions that are private to the
* timezone library. Public definitions are in pgtime.h.
*
- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/timezone/pgtz.h,v 1.24 2009/06/11 14:49:15 momjian Exp $
+ * $PostgreSQL: pgsql/src/timezone/pgtz.h,v 1.25 2010/01/02 16:58:16 momjian Exp $
*
*-------------------------------------------------------------------------
*/