diff options
Diffstat (limited to 'src/port/srandom.c')
-rw-r--r-- | src/port/srandom.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/port/srandom.c b/src/port/srandom.c index 78a25aa58ab..167f4722b3f 100644 --- a/src/port/srandom.c +++ b/src/port/srandom.c @@ -3,12 +3,12 @@ * srandom.c * srandom() wrapper * - * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/srandom.c,v 1.4 2004/08/29 04:13:12 momjian Exp $ + * $PostgreSQL: pgsql/src/port/srandom.c,v 1.5 2004/12/31 22:03:53 pgsql Exp $ * *------------------------------------------------------------------------- */ |