aboutsummaryrefslogtreecommitdiff
path: root/src/port/srandom.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/srandom.c')
-rw-r--r--src/port/srandom.c15
1 files changed, 14 insertions, 1 deletions
diff --git a/src/port/srandom.c b/src/port/srandom.c
index cf74ce5f86c..9bb2874e6a6 100644
--- a/src/port/srandom.c
+++ b/src/port/srandom.c
@@ -1,4 +1,17 @@
-/* $Id: srandom.c,v 1.1 2002/07/18 04:13:59 momjian Exp $ */
+/*-------------------------------------------------------------------------
+ *
+ * srandom.c
+ * srandom() wrapper
+ *
+ * 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/srandom.c,v 1.2 2003/11/11 23:52:45 momjian Exp $
+ *
+ *-------------------------------------------------------------------------
+ */
#include "c.h"