diff options
author | Tom Lane | 2004-05-21 20:59:10 +0000 |
---|---|---|
committer | Tom Lane | 2004-05-21 20:59:10 +0000 |
commit | d584db60864f963691cd484b2438305dfaabae9e (patch) | |
tree | 8766dac9dc2356b10bfb74cae781a6bea4a465e4 /src/timezone/scheck.c | |
parent | 13f96c4b6bc59f25ce430ad987cd0881284b6e76 (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/scheck.c')
-rw-r--r-- | src/timezone/scheck.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/timezone/scheck.c b/src/timezone/scheck.c index 8b72a4dcfad..992739e8156 100644 --- a/src/timezone/scheck.c +++ b/src/timezone/scheck.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/scheck.c,v 1.5 2004/05/21 20:59:10 tgl Exp $ + */ + #include "postgres.h" #include "private.h" |