From 018cf0f76e80cf61df9e84d02edd94037361d9b7 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 11 Nov 2003 23:52:45 +0000 Subject: Update /port C header descriptions. --- src/port/isinf.c | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'src/port/isinf.c') diff --git a/src/port/isinf.c b/src/port/isinf.c index 3156591999e..92684ed32b6 100644 --- a/src/port/isinf.c +++ b/src/port/isinf.c @@ -1,4 +1,16 @@ -/* $Id: isinf.c,v 1.1 2002/07/18 04:13:59 momjian Exp $ */ +/*------------------------------------------------------------------------- + * + * isinf.c + * + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1994, Regents of the University of California + * + * + * IDENTIFICATION + * $Header: /cvsroot/pgsql/src/port/isinf.c,v 1.2 2003/11/11 23:52:45 momjian Exp $ + * + *------------------------------------------------------------------------- + */ #include "c.h" -- cgit v1.2.3