aboutsummaryrefslogtreecommitdiff
path: root/src/port
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-08-29 04:13:13 +0000
committerBruce Momjian <bruce@momjian.us>2004-08-29 04:13:13 +0000
commitda9a8649d810826daf7868c6be9a4086c835c0ee (patch)
treee1c7caa292e9ffd0097f889f43504e99d9796962 /src/port
parent466c1290df8dac0dacac781fc65583d4fef8747e (diff)
downloadpostgresql-da9a8649d810826daf7868c6be9a4086c835c0ee.tar.gz
postgresql-da9a8649d810826daf7868c6be9a4086c835c0ee.zip
Update copyright to 2004.
Diffstat (limited to 'src/port')
-rw-r--r--src/port/copydir.c4
-rw-r--r--src/port/dirmod.c4
-rw-r--r--src/port/exec.c4
-rw-r--r--src/port/fseeko.c4
-rw-r--r--src/port/gethostname.c4
-rw-r--r--src/port/getrusage.c4
-rw-r--r--src/port/isinf.c4
-rw-r--r--src/port/kill.c4
-rw-r--r--src/port/memcmp.c4
-rw-r--r--src/port/noblock.c4
-rw-r--r--src/port/open.c4
-rw-r--r--src/port/path.c4
-rw-r--r--src/port/pgsleep.c4
-rw-r--r--src/port/pgstrcasecmp.c4
-rw-r--r--src/port/pipe.c4
-rw-r--r--src/port/random.c4
-rw-r--r--src/port/sprompt.c4
-rw-r--r--src/port/srandom.c4
-rw-r--r--src/port/strdup.c4
-rw-r--r--src/port/strtol.c2
-rw-r--r--src/port/thread.c4
-rw-r--r--src/port/unsetenv.c4
22 files changed, 43 insertions, 43 deletions
diff --git a/src/port/copydir.c b/src/port/copydir.c
index 7d33d14c82b..53590dc7047 100644
--- a/src/port/copydir.c
+++ b/src/port/copydir.c
@@ -3,7 +3,7 @@
* copydir.c
* copies a directory
*
- * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, 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.8 2004/02/23 23:03:10 tgl Exp $
+ * $PostgreSQL: pgsql/src/port/copydir.c,v 1.9 2004/08/29 04:13:12 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/port/dirmod.c b/src/port/dirmod.c
index ba01a3d7fe6..23823b18a53 100644
--- a/src/port/dirmod.c
+++ b/src/port/dirmod.c
@@ -3,14 +3,14 @@
* dirmod.c
* rename/unlink()
*
- * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, 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.20 2004/08/29 02:58:50 momjian Exp $
+ * $PostgreSQL: pgsql/src/port/dirmod.c,v 1.21 2004/08/29 04:13:12 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/port/exec.c b/src/port/exec.c
index 192e3228461..9981fce7d13 100644
--- a/src/port/exec.c
+++ b/src/port/exec.c
@@ -2,12 +2,12 @@
*
* exec.c
*
- * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/port/exec.c,v 1.23 2004/08/16 02:46:36 momjian Exp $
+ * $PostgreSQL: pgsql/src/port/exec.c,v 1.24 2004/08/29 04:13:12 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/port/fseeko.c b/src/port/fseeko.c
index af35dd67cca..1dff8363d4e 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-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/port/fseeko.c,v 1.14 2004/03/23 05:26:53 momjian Exp $
+ * $PostgreSQL: pgsql/src/port/fseeko.c,v 1.15 2004/08/29 04:13:12 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/port/gethostname.c b/src/port/gethostname.c
index c86aa2b85c3..d17f30cb8da 100644
--- a/src/port/gethostname.c
+++ b/src/port/gethostname.c
@@ -3,11 +3,11 @@
* gethostname.c
* gethostname using uname
*
- * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/port/gethostname.c,v 1.4 2003/11/29 19:52:13 pgsql Exp $
+ * $PostgreSQL: pgsql/src/port/gethostname.c,v 1.5 2004/08/29 04:13:12 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/port/getrusage.c b/src/port/getrusage.c
index 6a9dbc5afa3..1ef199ed02e 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-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/port/getrusage.c,v 1.5 2004/06/24 18:53:48 tgl Exp $
+ * $PostgreSQL: pgsql/src/port/getrusage.c,v 1.6 2004/08/29 04:13:12 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/port/isinf.c b/src/port/isinf.c
index 43c8319254d..07b2bd9a149 100644
--- a/src/port/isinf.c
+++ b/src/port/isinf.c
@@ -2,12 +2,12 @@
*
* isinf.c
*
- * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/port/isinf.c,v 1.3 2003/11/29 19:52:13 pgsql Exp $
+ * $PostgreSQL: pgsql/src/port/isinf.c,v 1.4 2004/08/29 04:13:12 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/port/kill.c b/src/port/kill.c
index 3ef2314f20a..0536ce758ec 100644
--- a/src/port/kill.c
+++ b/src/port/kill.c
@@ -3,13 +3,13 @@
* kill.c
* kill()
*
- * Copyright (c) 1996-2003, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2004, 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.3 2004/08/27 18:31:48 tgl Exp $
+ * $PostgreSQL: pgsql/src/port/kill.c,v 1.4 2004/08/29 04:13:12 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/port/memcmp.c b/src/port/memcmp.c
index 24c50cbff2f..6a381cbeac8 100644
--- a/src/port/memcmp.c
+++ b/src/port/memcmp.c
@@ -3,12 +3,12 @@
* memcmp.c
* compares memory bytes
*
- * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/port/memcmp.c,v 1.4 2003/11/29 19:52:13 pgsql Exp $
+ * $PostgreSQL: pgsql/src/port/memcmp.c,v 1.5 2004/08/29 04:13:12 momjian Exp $
*
* This file was taken from NetBSD and is used by SunOS because memcmp
* on that platform does not properly compare negative bytes.
diff --git a/src/port/noblock.c b/src/port/noblock.c
index 2d2e2282f40..01be8524a85 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-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/port/noblock.c,v 1.2 2004/06/24 18:53:48 tgl Exp $
+ * $PostgreSQL: pgsql/src/port/noblock.c,v 1.3 2004/08/29 04:13:12 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/port/open.c b/src/port/open.c
index 627922b600e..4c11f3dfda3 100644
--- a/src/port/open.c
+++ b/src/port/open.c
@@ -4,9 +4,9 @@
* Win32 open() replacement
*
*
- * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
*
- * $PostgreSQL: pgsql/src/port/open.c,v 1.2 2004/04/19 17:42:59 momjian Exp $
+ * $PostgreSQL: pgsql/src/port/open.c,v 1.3 2004/08/29 04:13:12 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/port/path.c b/src/port/path.c
index db5913f387b..6a4efa14b88 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-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/port/path.c,v 1.31 2004/08/18 02:59:12 momjian Exp $
+ * $PostgreSQL: pgsql/src/port/path.c,v 1.32 2004/08/29 04:13:12 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/port/pgsleep.c b/src/port/pgsleep.c
index 2752622d626..d11940a82c7 100644
--- a/src/port/pgsleep.c
+++ b/src/port/pgsleep.c
@@ -4,9 +4,9 @@
* Portable delay handling.
*
*
- * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
*
- * $PostgreSQL: pgsql/src/port/pgsleep.c,v 1.4 2004/06/24 18:53:48 tgl Exp $
+ * $PostgreSQL: pgsql/src/port/pgsleep.c,v 1.5 2004/08/29 04:13:12 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/port/pgstrcasecmp.c b/src/port/pgstrcasecmp.c
index ea41103a200..ef3fe0f35ec 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-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
*
- * $PostgreSQL: pgsql/src/port/pgstrcasecmp.c,v 1.2 2004/06/24 18:53:48 tgl Exp $
+ * $PostgreSQL: pgsql/src/port/pgstrcasecmp.c,v 1.3 2004/08/29 04:13:12 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/port/pipe.c b/src/port/pipe.c
index fad47e3cfcf..d1e2f71ea53 100644
--- a/src/port/pipe.c
+++ b/src/port/pipe.c
@@ -3,14 +3,14 @@
* pipe.c
* pipe()
*
- * Copyright (c) 1996-2003, PostgreSQL Global Development Group
+ * Copyright (c) 1996-2004, 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.7 2004/06/30 15:30:41 tgl Exp $
+ * $PostgreSQL: pgsql/src/port/pipe.c,v 1.8 2004/08/29 04:13:12 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/port/random.c b/src/port/random.c
index 467b4596a0b..de475e38c3c 100644
--- a/src/port/random.c
+++ b/src/port/random.c
@@ -3,12 +3,12 @@
* random.c
* random() wrapper
*
- * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/port/random.c,v 1.3 2003/11/29 19:52:13 pgsql Exp $
+ * $PostgreSQL: pgsql/src/port/random.c,v 1.4 2004/08/29 04:13:12 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/port/sprompt.c b/src/port/sprompt.c
index 2e9712b2dcc..25ba313552d 100644
--- a/src/port/sprompt.c
+++ b/src/port/sprompt.c
@@ -3,12 +3,12 @@
* sprompt.c
* simple_prompt() routine
*
- * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/port/sprompt.c,v 1.6 2004/06/24 18:53:48 tgl Exp $
+ * $PostgreSQL: pgsql/src/port/sprompt.c,v 1.7 2004/08/29 04:13:12 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/port/srandom.c b/src/port/srandom.c
index d0cef3792bc..78a25aa58ab 100644
--- a/src/port/srandom.c
+++ b/src/port/srandom.c
@@ -3,12 +3,12 @@
* srandom.c
* srandom() wrapper
*
- * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/port/srandom.c,v 1.3 2003/11/29 19:52:13 pgsql Exp $
+ * $PostgreSQL: pgsql/src/port/srandom.c,v 1.4 2004/08/29 04:13:12 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/port/strdup.c b/src/port/strdup.c
index 4d12060beb2..dab70329c19 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-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/port/strdup.c,v 1.4 2003/11/29 19:52:13 pgsql Exp $
+ * $PostgreSQL: pgsql/src/port/strdup.c,v 1.5 2004/08/29 04:13:12 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/port/strtol.c b/src/port/strtol.c
index b64d28fe0db..77bcf300e81 100644
--- a/src/port/strtol.c
+++ b/src/port/strtol.c
@@ -1,5 +1,5 @@
/*
- * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, 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 554383fe1b6..d5bd47df4bb 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-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
*
- * $PostgreSQL: pgsql/src/port/thread.c,v 1.23 2004/06/24 18:53:48 tgl Exp $
+ * $PostgreSQL: pgsql/src/port/thread.c,v 1.24 2004/08/29 04:13:12 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/port/unsetenv.c b/src/port/unsetenv.c
index 122fb3f9ea2..1f57c515349 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-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/port/unsetenv.c,v 1.1 2004/05/05 21:18:29 tgl Exp $
+ * $PostgreSQL: pgsql/src/port/unsetenv.c,v 1.2 2004/08/29 04:13:12 momjian Exp $
*
*-------------------------------------------------------------------------
*/