diff options
Diffstat (limited to 'src/timezone/ialloc.c')
-rw-r--r-- | src/timezone/ialloc.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/timezone/ialloc.c b/src/timezone/ialloc.c index ec3cbaf29a..0899cb18d8 100644 --- a/src/timezone/ialloc.c +++ b/src/timezone/ialloc.c @@ -1,3 +1,11 @@ +/* + * This file is in the public domain, so clarified as of + * 1996-06-05 by Arthur David Olson ([email protected]). + * + * IDENTIFICATION + * $PostgreSQL: pgsql/src/timezone/ialloc.c,v 1.5 2004/05/21 20:59:10 tgl Exp $ + */ + #include "postgres.h" #include "private.h" |