diff options
| author | PostgreSQL Daemon | 2004-12-31 22:04:05 +0000 |
|---|---|---|
| committer | PostgreSQL Daemon | 2004-12-31 22:04:05 +0000 |
| commit | 2ff501590b323bde14f7e662fd89ad12a4d2f4e0 (patch) | |
| tree | e73dfac80afced9218984f393e8ad1b53e8dec94 /src/port | |
| parent | 7cd25199a9a9dc6ca43a9f25bb6d7911216df364 (diff) | |
Tag appropriate files for rc3
Also performed an initial run through of upgrading our Copyright date to
extend to 2005 ... first run here was very simple ... change everything
where: grep 1996-2004 && the word 'Copyright' ... scanned through the
generated list with 'less' first, and after, to make sure that I only
picked up the right entries ...
Diffstat (limited to 'src/port')
| -rw-r--r-- | src/port/copydir.c | 4 | ||||
| -rw-r--r-- | src/port/dirmod.c | 4 | ||||
| -rw-r--r-- | src/port/exec.c | 4 | ||||
| -rw-r--r-- | src/port/fseeko.c | 4 | ||||
| -rw-r--r-- | src/port/gethostname.c | 4 | ||||
| -rw-r--r-- | src/port/getrusage.c | 4 | ||||
| -rw-r--r-- | src/port/isinf.c | 4 | ||||
| -rw-r--r-- | src/port/kill.c | 4 | ||||
| -rw-r--r-- | src/port/memcmp.c | 4 | ||||
| -rw-r--r-- | src/port/noblock.c | 4 | ||||
| -rw-r--r-- | src/port/open.c | 4 | ||||
| -rw-r--r-- | src/port/path.c | 4 | ||||
| -rw-r--r-- | src/port/pgsleep.c | 4 | ||||
| -rw-r--r-- | src/port/pgstrcasecmp.c | 4 | ||||
| -rw-r--r-- | src/port/pipe.c | 4 | ||||
| -rw-r--r-- | src/port/random.c | 4 | ||||
| -rw-r--r-- | src/port/sprompt.c | 4 | ||||
| -rw-r--r-- | src/port/srandom.c | 4 | ||||
| -rw-r--r-- | src/port/strdup.c | 4 | ||||
| -rw-r--r-- | src/port/strtol.c | 2 | ||||
| -rw-r--r-- | src/port/thread.c | 4 | ||||
| -rw-r--r-- | src/port/unsetenv.c | 4 | ||||
| -rw-r--r-- | src/port/win32ver.rc | 2 |
23 files changed, 44 insertions, 44 deletions
diff --git a/src/port/copydir.c b/src/port/copydir.c index 53590dc7047..e77fcb6aeb7 100644 --- a/src/port/copydir.c +++ b/src/port/copydir.c @@ -3,7 +3,7 @@ * copydir.c * copies a directory * - * 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 * * While "xcopy /e /i /q" works fine for copying directories, on Windows XP @@ -11,7 +11,7 @@ * as a service. * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/copydir.c,v 1.9 2004/08/29 04:13:12 momjian Exp $ + * $PostgreSQL: pgsql/src/port/copydir.c,v 1.10 2004/12/31 22:03:53 pgsql Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/dirmod.c b/src/port/dirmod.c index 445fd95fa14..6220b4e4045 100644 --- a/src/port/dirmod.c +++ b/src/port/dirmod.c @@ -3,14 +3,14 @@ * dirmod.c * rename/unlink() * - * 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 * * These are replacement versions of unlink and rename that work on * Win32 (NT, Win2k, XP). replace() doesn't work on Win95/98/Me. * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/dirmod.c,v 1.33 2004/11/27 22:44:15 petere Exp $ + * $PostgreSQL: pgsql/src/port/dirmod.c,v 1.34 2004/12/31 22:03:53 pgsql Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/exec.c b/src/port/exec.c index c5905129f5f..8c7d1d3807d 100644 --- a/src/port/exec.c +++ b/src/port/exec.c @@ -4,12 +4,12 @@ * Functions for finding and validating executable files * * - * 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/exec.c,v 1.35 2004/12/24 16:55:43 tgl Exp $ + * $PostgreSQL: pgsql/src/port/exec.c,v 1.36 2004/12/31 22:03:53 pgsql Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/fseeko.c b/src/port/fseeko.c index 00aa15298fe..ed8b8b9b577 100644 --- a/src/port/fseeko.c +++ b/src/port/fseeko.c @@ -3,12 +3,12 @@ * fseeko.c * 64-bit versions of fseeko/ftello() * - * 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/fseeko.c,v 1.16 2004/08/29 05:07:02 momjian Exp $ + * $PostgreSQL: pgsql/src/port/fseeko.c,v 1.17 2004/12/31 22:03:53 pgsql Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/gethostname.c b/src/port/gethostname.c index d17f30cb8da..b8b471a91b4 100644 --- a/src/port/gethostname.c +++ b/src/port/gethostname.c @@ -3,11 +3,11 @@ * gethostname.c * gethostname using uname * - * 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/gethostname.c,v 1.5 2004/08/29 04:13:12 momjian Exp $ + * $PostgreSQL: pgsql/src/port/gethostname.c,v 1.6 2004/12/31 22:03:53 pgsql Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/getrusage.c b/src/port/getrusage.c index c2ffa848d34..cdb54c03d4e 100644 --- a/src/port/getrusage.c +++ b/src/port/getrusage.c @@ -3,12 +3,12 @@ * getusage.c * 64-bit versions of fseeko/ftello() * - * 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/getrusage.c,v 1.7 2004/09/02 17:55:16 tgl Exp $ + * $PostgreSQL: pgsql/src/port/getrusage.c,v 1.8 2004/12/31 22:03:53 pgsql Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/isinf.c b/src/port/isinf.c index ec10375578a..147f08c8fd1 100644 --- a/src/port/isinf.c +++ b/src/port/isinf.c @@ -2,12 +2,12 @@ * * isinf.c * - * 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/isinf.c,v 1.5 2004/09/30 16:38:39 tgl Exp $ + * $PostgreSQL: pgsql/src/port/isinf.c,v 1.6 2004/12/31 22:03:53 pgsql Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/kill.c b/src/port/kill.c index 8baf19c4c01..032d99893b8 100644 --- a/src/port/kill.c +++ b/src/port/kill.c @@ -3,13 +3,13 @@ * kill.c * kill() * - * Copyright (c) 1996-2004, PostgreSQL Global Development Group + * Copyright (c) 1996-2005, PostgreSQL Global Development Group * * This is a replacement version of kill for Win32 which sends * signals that the backend can recognize. * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/kill.c,v 1.5 2004/08/29 05:07:02 momjian Exp $ + * $PostgreSQL: pgsql/src/port/kill.c,v 1.6 2004/12/31 22:03:53 pgsql Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/memcmp.c b/src/port/memcmp.c index 0ce671566cd..7643122470e 100644 --- a/src/port/memcmp.c +++ b/src/port/memcmp.c @@ -3,11 +3,11 @@ * memcmp.c * compares memory bytes * - * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/memcmp.c,v 1.6 2004/10/05 00:12:49 neilc Exp $ + * $PostgreSQL: pgsql/src/port/memcmp.c,v 1.7 2004/12/31 22:03:53 pgsql Exp $ * * This file was taken from NetBSD and is used by SunOS because memcmp * on that platform does not properly compare negative bytes. The diff --git a/src/port/noblock.c b/src/port/noblock.c index ca05141cf55..d1431545989 100644 --- a/src/port/noblock.c +++ b/src/port/noblock.c @@ -3,11 +3,11 @@ * noblock.c * set a file descriptor as non-blocking * - * 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/noblock.c,v 1.4 2004/08/29 05:07:02 momjian Exp $ + * $PostgreSQL: pgsql/src/port/noblock.c,v 1.5 2004/12/31 22:03:53 pgsql Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/open.c b/src/port/open.c index 0715f39bf4c..b61b66f493e 100644 --- a/src/port/open.c +++ b/src/port/open.c @@ -4,9 +4,9 @@ * Win32 open() replacement * * - * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/port/open.c,v 1.6 2004/11/17 08:30:11 neilc Exp $ + * $PostgreSQL: pgsql/src/port/open.c,v 1.7 2004/12/31 22:03:53 pgsql Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/path.c b/src/port/path.c index f03b9f4dea9..f92b4928942 100644 --- a/src/port/path.c +++ b/src/port/path.c @@ -3,12 +3,12 @@ * path.c * portable path handling routines * - * 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/path.c,v 1.45 2004/11/07 02:12:17 momjian Exp $ + * $PostgreSQL: pgsql/src/port/path.c,v 1.46 2004/12/31 22:03:53 pgsql Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/pgsleep.c b/src/port/pgsleep.c index d11940a82c7..658be6f7212 100644 --- a/src/port/pgsleep.c +++ b/src/port/pgsleep.c @@ -4,9 +4,9 @@ * Portable delay handling. * * - * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/port/pgsleep.c,v 1.5 2004/08/29 04:13:12 momjian Exp $ + * $PostgreSQL: pgsql/src/port/pgsleep.c,v 1.6 2004/12/31 22:03:53 pgsql Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/pgstrcasecmp.c b/src/port/pgstrcasecmp.c index a416987bf3d..b6680154767 100644 --- a/src/port/pgstrcasecmp.c +++ b/src/port/pgstrcasecmp.c @@ -14,9 +14,9 @@ * NB: this code should match downcase_truncate_identifier() in scansup.c. * * - * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/port/pgstrcasecmp.c,v 1.4 2004/08/29 05:07:02 momjian Exp $ + * $PostgreSQL: pgsql/src/port/pgstrcasecmp.c,v 1.5 2004/12/31 22:03:53 pgsql Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/pipe.c b/src/port/pipe.c index 7af1b2afb38..f5bf886fc62 100644 --- a/src/port/pipe.c +++ b/src/port/pipe.c @@ -3,14 +3,14 @@ * pipe.c * pipe() * - * Copyright (c) 1996-2004, PostgreSQL Global Development Group + * Copyright (c) 1996-2005, PostgreSQL Global Development Group * * This is a replacement version of pipe for Win32 which allows * returned handles to be used in select(). Note that read/write calls * must be replaced with recv/send. * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/pipe.c,v 1.9 2004/08/29 05:07:02 momjian Exp $ + * $PostgreSQL: pgsql/src/port/pipe.c,v 1.10 2004/12/31 22:03:53 pgsql Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/random.c b/src/port/random.c index de475e38c3c..976ea41fd5c 100644 --- a/src/port/random.c +++ b/src/port/random.c @@ -3,12 +3,12 @@ * random.c * random() 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/random.c,v 1.4 2004/08/29 04:13:12 momjian Exp $ + * $PostgreSQL: pgsql/src/port/random.c,v 1.5 2004/12/31 22:03:53 pgsql Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/sprompt.c b/src/port/sprompt.c index 1e073153442..9a6bee53b9f 100644 --- a/src/port/sprompt.c +++ b/src/port/sprompt.c @@ -3,12 +3,12 @@ * sprompt.c * simple_prompt() routine * - * 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/sprompt.c,v 1.9 2004/09/27 19:16:02 momjian Exp $ + * $PostgreSQL: pgsql/src/port/sprompt.c,v 1.10 2004/12/31 22:03:53 pgsql Exp $ * *------------------------------------------------------------------------- */ 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 $ * *------------------------------------------------------------------------- */ diff --git a/src/port/strdup.c b/src/port/strdup.c index dab70329c19..a4cb16d4af3 100644 --- a/src/port/strdup.c +++ b/src/port/strdup.c @@ -3,12 +3,12 @@ * strdup.c * copies a null-terminated string. * - * 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/strdup.c,v 1.5 2004/08/29 04:13:12 momjian Exp $ + * $PostgreSQL: pgsql/src/port/strdup.c,v 1.6 2004/12/31 22:03:53 pgsql Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/strtol.c b/src/port/strtol.c index 77bcf300e81..3e0a92f06f2 100644 --- a/src/port/strtol.c +++ b/src/port/strtol.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/src/port/thread.c b/src/port/thread.c index 0b4414e7b1a..d61b2b41caa 100644 --- a/src/port/thread.c +++ b/src/port/thread.c @@ -5,9 +5,9 @@ * Prototypes and macros around system calls, used to help make * threaded libraries reentrant and safe to use from threaded applications. * - * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/port/thread.c,v 1.28 2004/09/28 00:07:01 momjian Exp $ + * $PostgreSQL: pgsql/src/port/thread.c,v 1.29 2004/12/31 22:03:53 pgsql Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/unsetenv.c b/src/port/unsetenv.c index 2f29f57521b..bc1c21effa4 100644 --- a/src/port/unsetenv.c +++ b/src/port/unsetenv.c @@ -3,12 +3,12 @@ * unsetenv.c * unsetenv() emulation for machines without it * - * 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/unsetenv.c,v 1.3 2004/08/29 05:07:02 momjian Exp $ + * $PostgreSQL: pgsql/src/port/unsetenv.c,v 1.4 2004/12/31 22:03:53 pgsql Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/win32ver.rc b/src/port/win32ver.rc index 829c6649c9a..a34ca360a3d 100644 --- a/src/port/win32ver.rc +++ b/src/port/win32ver.rc @@ -17,7 +17,7 @@ BEGIN VALUE "CompanyName", "PostgreSQL Global Development Group" VALUE "FileDescription", FILEDESC VALUE "FileVersion", PG_VERSION - VALUE "LegalCopyright", "Portions Copyright (C) 1996-2004 PostgreSQL Global Development Group. Portions Copyright (C) 1994, Regents of the University of California." + VALUE "LegalCopyright", "Portions Copyright (C) 1996-2005 PostgreSQL Global Development Group. Portions Copyright (C) 1994, Regents of the University of California." VALUE "ProductName", "PostgreSQL" VALUE "ProductVersion", PG_VERSION END |
