diff options
Diffstat (limited to 'src/port')
| -rw-r--r-- | src/port/chklocale.c | 4 | ||||
| -rw-r--r-- | src/port/copydir.c | 4 | ||||
| -rw-r--r-- | src/port/dirent.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/getaddrinfo.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/strlcpy.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/win32error.c | 4 | ||||
| -rw-r--r-- | src/port/win32ver.rc | 2 |
28 files changed, 54 insertions, 54 deletions
diff --git a/src/port/chklocale.c b/src/port/chklocale.c index 74b8f4bda7..953c4effd2 100644 --- a/src/port/chklocale.c +++ b/src/port/chklocale.c @@ -4,11 +4,11 @@ * Functions for handling locale-related info * * - * Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Copyright (c) 1996-2008, PostgreSQL Global Development Group * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/chklocale.c,v 1.8 2007/11/15 21:14:46 momjian Exp $ + * $PostgreSQL: pgsql/src/port/chklocale.c,v 1.9 2008/01/01 19:46:00 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/copydir.c b/src/port/copydir.c index 8e0601e667..540384597c 100644 --- a/src/port/copydir.c +++ b/src/port/copydir.c @@ -3,7 +3,7 @@ * copydir.c * copies a directory * - * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, 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.20 2007/07/25 12:22:54 mha Exp $ + * $PostgreSQL: pgsql/src/port/copydir.c,v 1.21 2008/01/01 19:46:00 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/dirent.c b/src/port/dirent.c index e36f5025dd..8b93c3322f 100644 --- a/src/port/dirent.c +++ b/src/port/dirent.c @@ -3,12 +3,12 @@ * dirent.c * opendir/readdir/closedir for win32/msvc * - * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/dirent.c,v 1.4 2007/01/05 22:20:02 momjian Exp $ + * $PostgreSQL: pgsql/src/port/dirent.c,v 1.5 2008/01/01 19:46:00 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/dirmod.c b/src/port/dirmod.c index 22bb7678b4..ac01b83205 100644 --- a/src/port/dirmod.c +++ b/src/port/dirmod.c @@ -3,14 +3,14 @@ * dirmod.c * rename/unlink() * - * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, 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.50 2007/11/15 21:14:46 momjian Exp $ + * $PostgreSQL: pgsql/src/port/dirmod.c,v 1.51 2008/01/01 19:46:00 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/exec.c b/src/port/exec.c index 736906f0b2..38a725a28a 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-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/exec.c,v 1.56 2007/11/15 21:14:46 momjian Exp $ + * $PostgreSQL: pgsql/src/port/exec.c,v 1.57 2008/01/01 19:46:00 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/fseeko.c b/src/port/fseeko.c index 53815f800d..50b4fd00f7 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-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/fseeko.c,v 1.21 2007/01/05 22:20:02 momjian Exp $ + * $PostgreSQL: pgsql/src/port/fseeko.c,v 1.22 2008/01/01 19:46:00 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/getaddrinfo.c b/src/port/getaddrinfo.c index a8fcd721a7..34edbf0533 100644 --- a/src/port/getaddrinfo.c +++ b/src/port/getaddrinfo.c @@ -13,10 +13,10 @@ * use the Windows native routines, but if not, we use our own. * * - * Copyright (c) 2003-2007, PostgreSQL Global Development Group + * Copyright (c) 2003-2008, PostgreSQL Global Development Group * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/getaddrinfo.c,v 1.27 2007/01/05 22:20:02 momjian Exp $ + * $PostgreSQL: pgsql/src/port/getaddrinfo.c,v 1.28 2008/01/01 19:46:00 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/gethostname.c b/src/port/gethostname.c index 6db6aff74b..f1d6f8fc14 100644 --- a/src/port/gethostname.c +++ b/src/port/gethostname.c @@ -3,11 +3,11 @@ * gethostname.c * gethostname using uname * - * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/gethostname.c,v 1.9 2007/01/05 22:20:02 momjian Exp $ + * $PostgreSQL: pgsql/src/port/gethostname.c,v 1.10 2008/01/01 19:46:00 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/getrusage.c b/src/port/getrusage.c index 635f13b7f5..f507e5aabe 100644 --- a/src/port/getrusage.c +++ b/src/port/getrusage.c @@ -3,12 +3,12 @@ * getrusage.c * get information about resource utilisation * - * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/getrusage.c,v 1.13 2007/01/05 22:20:02 momjian Exp $ + * $PostgreSQL: pgsql/src/port/getrusage.c,v 1.14 2008/01/01 19:46:00 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/isinf.c b/src/port/isinf.c index 5804336daa..441589c027 100644 --- a/src/port/isinf.c +++ b/src/port/isinf.c @@ -2,12 +2,12 @@ * * isinf.c * - * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/isinf.c,v 1.11 2007/01/05 22:20:02 momjian Exp $ + * $PostgreSQL: pgsql/src/port/isinf.c,v 1.12 2008/01/01 19:46:00 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/kill.c b/src/port/kill.c index d097051bae..e282a8f6ca 100644 --- a/src/port/kill.c +++ b/src/port/kill.c @@ -3,13 +3,13 @@ * kill.c * kill() * - * Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Copyright (c) 1996-2008, 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.9 2007/10/23 17:58:01 mha Exp $ + * $PostgreSQL: pgsql/src/port/kill.c,v 1.10 2008/01/01 19:46:00 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/memcmp.c b/src/port/memcmp.c index 5215d59118..936e5379c8 100644 --- a/src/port/memcmp.c +++ b/src/port/memcmp.c @@ -3,11 +3,11 @@ * memcmp.c * compares memory bytes * - * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/memcmp.c,v 1.11 2007/01/05 22:20:02 momjian Exp $ + * $PostgreSQL: pgsql/src/port/memcmp.c,v 1.12 2008/01/01 19:46:00 momjian 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 32bffc1fed..a475bf8621 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-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/noblock.c,v 1.11 2007/01/05 22:20:02 momjian Exp $ + * $PostgreSQL: pgsql/src/port/noblock.c,v 1.12 2008/01/01 19:46:00 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/open.c b/src/port/open.c index f9b703aff6..c80d7c3c7b 100644 --- a/src/port/open.c +++ b/src/port/open.c @@ -4,9 +4,9 @@ * Win32 open() replacement * * - * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/port/open.c,v 1.25 2007/12/28 12:32:56 petere Exp $ + * $PostgreSQL: pgsql/src/port/open.c,v 1.26 2008/01/01 19:46:00 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/path.c b/src/port/path.c index 16c64da608..d353e6e17d 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-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/path.c,v 1.73 2007/11/15 21:14:46 momjian Exp $ + * $PostgreSQL: pgsql/src/port/path.c,v 1.74 2008/01/01 19:46:00 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/pgsleep.c b/src/port/pgsleep.c index df63e32a0e..6cd43cade6 100644 --- a/src/port/pgsleep.c +++ b/src/port/pgsleep.c @@ -4,9 +4,9 @@ * Portable delay handling. * * - * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/port/pgsleep.c,v 1.10 2007/01/05 22:20:03 momjian Exp $ + * $PostgreSQL: pgsql/src/port/pgsleep.c,v 1.11 2008/01/01 19:46:00 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/pgstrcasecmp.c b/src/port/pgstrcasecmp.c index 17359c70c5..aeba46209d 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-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/port/pgstrcasecmp.c,v 1.9 2007/01/05 22:20:03 momjian Exp $ + * $PostgreSQL: pgsql/src/port/pgstrcasecmp.c,v 1.10 2008/01/01 19:46:00 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/pipe.c b/src/port/pipe.c index 80ec5d1934..fc6282eca3 100644 --- a/src/port/pipe.c +++ b/src/port/pipe.c @@ -3,14 +3,14 @@ * pipe.c * pipe() * - * Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Copyright (c) 1996-2008, 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.12 2007/01/05 22:20:03 momjian Exp $ + * $PostgreSQL: pgsql/src/port/pipe.c,v 1.13 2008/01/01 19:46:00 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/random.c b/src/port/random.c index cc302ee93f..2260f296b1 100644 --- a/src/port/random.c +++ b/src/port/random.c @@ -3,12 +3,12 @@ * random.c * random() wrapper * - * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/random.c,v 1.8 2007/01/05 22:20:03 momjian Exp $ + * $PostgreSQL: pgsql/src/port/random.c,v 1.9 2008/01/01 19:46:00 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/sprompt.c b/src/port/sprompt.c index 988626fdc3..ba54e120fc 100644 --- a/src/port/sprompt.c +++ b/src/port/sprompt.c @@ -3,12 +3,12 @@ * sprompt.c * simple_prompt() routine * - * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/sprompt.c,v 1.19 2007/01/05 22:20:03 momjian Exp $ + * $PostgreSQL: pgsql/src/port/sprompt.c,v 1.20 2008/01/01 19:46:00 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/srandom.c b/src/port/srandom.c index fed87b1b29..2dfc19bc97 100644 --- a/src/port/srandom.c +++ b/src/port/srandom.c @@ -3,12 +3,12 @@ * srandom.c * srandom() wrapper * - * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/srandom.c,v 1.8 2007/01/05 22:20:03 momjian Exp $ + * $PostgreSQL: pgsql/src/port/srandom.c,v 1.9 2008/01/01 19:46:00 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/strdup.c b/src/port/strdup.c index 085b1de7f4..05f3d7bef5 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-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/strdup.c,v 1.13 2007/01/05 22:20:03 momjian Exp $ + * $PostgreSQL: pgsql/src/port/strdup.c,v 1.14 2008/01/01 19:46:00 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/strlcpy.c b/src/port/strlcpy.c index 745213f397..952a995692 100644 --- a/src/port/strlcpy.c +++ b/src/port/strlcpy.c @@ -3,11 +3,11 @@ * strlcpy.c * strncpy done right * - * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/strlcpy.c,v 1.4 2007/01/05 22:20:03 momjian Exp $ + * $PostgreSQL: pgsql/src/port/strlcpy.c,v 1.5 2008/01/01 19:46:00 momjian Exp $ * * This file was taken from OpenBSD and is used on platforms that don't * provide strlcpy(). The OpenBSD copyright terms follow. diff --git a/src/port/strtol.c b/src/port/strtol.c index 65609d80d4..9f11debecb 100644 --- a/src/port/strtol.c +++ b/src/port/strtol.c @@ -1,5 +1,5 @@ /* - * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, 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 46023dd931..2f50e09d52 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-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/port/thread.c,v 1.37 2007/04/03 12:55:23 momjian Exp $ + * $PostgreSQL: pgsql/src/port/thread.c,v 1.38 2008/01/01 19:46:00 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/unsetenv.c b/src/port/unsetenv.c index 69b0678624..3a1924d2da 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-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/unsetenv.c,v 1.8 2007/01/05 22:20:03 momjian Exp $ + * $PostgreSQL: pgsql/src/port/unsetenv.c,v 1.9 2008/01/01 19:46:00 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/win32error.c b/src/port/win32error.c index bccc148eda..aa779b9511 100644 --- a/src/port/win32error.c +++ b/src/port/win32error.c @@ -3,10 +3,10 @@ * win32error.c * Map win32 error codes to errno values * - * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/win32error.c,v 1.3 2007/01/05 22:20:03 momjian Exp $ + * $PostgreSQL: pgsql/src/port/win32error.c,v 1.4 2008/01/01 19:46:00 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/port/win32ver.rc b/src/port/win32ver.rc index d4a00b1d5f..a2ffbf92d3 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-2007, PostgreSQL Global Development Group. Portions Copyright (c) 1994, Regents of the University of California." + VALUE "LegalCopyright", "Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group. Portions Copyright (c) 1994, Regents of the University of California." VALUE "ProductName", "PostgreSQL" VALUE "ProductVersion", PG_VERSION END |
