diff options
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 (arthur_david_olson@nih.gov). + * + * IDENTIFICATION + * $PostgreSQL: pgsql/src/timezone/scheck.c,v 1.5 2004/05/21 20:59:10 tgl Exp $ + */ + #include "postgres.h" #include "private.h" |