diff options
| author | Bruce Momjian | 2008-01-01 19:46:01 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2008-01-01 19:46:01 +0000 |
| commit | 9098ab9e327c2e6b0fece9e550d7d93663c60ff5 (patch) | |
| tree | b2228b5b8f5c6a2f019e5647ba8cf2b5425fc8fc /src/timezone | |
| parent | 44ede1072dfcdd4291225b55439a549c8a6cc2b7 (diff) | |
Update copyrights in source tree to 2008.
Diffstat (limited to 'src/timezone')
| -rw-r--r-- | src/timezone/pgtz.c | 4 | ||||
| -rw-r--r-- | src/timezone/pgtz.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/timezone/pgtz.c b/src/timezone/pgtz.c index 43a1597fe5c..4e6d1af1948 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-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * * IDENTIFICATION - * $PostgreSQL: pgsql/src/timezone/pgtz.c,v 1.56 2007/11/15 22:25:18 momjian Exp $ + * $PostgreSQL: pgsql/src/timezone/pgtz.c,v 1.57 2008/01/01 19:46:01 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/timezone/pgtz.h b/src/timezone/pgtz.h index 00e9a1e51bb..0286e2562ff 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-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * * IDENTIFICATION - * $PostgreSQL: pgsql/src/timezone/pgtz.h,v 1.20 2007/11/15 21:14:46 momjian Exp $ + * $PostgreSQL: pgsql/src/timezone/pgtz.h,v 1.21 2008/01/01 19:46:01 momjian Exp $ * *------------------------------------------------------------------------- */ |
