From d584db60864f963691cd484b2438305dfaabae9e Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 21 May 2004 20:59:10 +0000 Subject: pgindent did a pretty awful job on the timezone code, particularly with respect to doubly-starred comment blocks. Do some manual cleanup. --- src/timezone/ialloc.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/timezone/ialloc.c') 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" -- cgit v1.2.3