summaryrefslogtreecommitdiff
path: root/src/timezone/ialloc.c
diff options
context:
space:
mode:
authorTom Lane2004-05-21 20:59:10 +0000
committerTom Lane2004-05-21 20:59:10 +0000
commitd584db60864f963691cd484b2438305dfaabae9e (patch)
tree8766dac9dc2356b10bfb74cae781a6bea4a465e4 /src/timezone/ialloc.c
parent13f96c4b6bc59f25ce430ad987cd0881284b6e76 (diff)
pgindent did a pretty awful job on the timezone code, particularly with
respect to doubly-starred comment blocks. Do some manual cleanup.
Diffstat (limited to 'src/timezone/ialloc.c')
-rw-r--r--src/timezone/ialloc.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/timezone/ialloc.c b/src/timezone/ialloc.c
index ec3cbaf29a0..0899cb18d82 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 (arthur_david_olson@nih.gov).
+ *
+ * IDENTIFICATION
+ * $PostgreSQL: pgsql/src/timezone/ialloc.c,v 1.5 2004/05/21 20:59:10 tgl Exp $
+ */
+
#include "postgres.h"
#include "private.h"