diff options
| author | Bruce Momjian | 2003-08-04 02:40:20 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2003-08-04 02:40:20 +0000 |
| commit | f3c3deb7d003cad114696b0bf5e01b04bb5b8fd0 (patch) | |
| tree | 5b7d6c90f7c093383795b9218d6238ea1447edab /src/include/libpq | |
| parent | 19f7ca78cc8201327c0f5702d37da3e79ffda0a8 (diff) | |
Update copyrights to 2003.
Diffstat (limited to 'src/include/libpq')
| -rw-r--r-- | src/include/libpq/auth.h | 4 | ||||
| -rw-r--r-- | src/include/libpq/be-fsstubs.h | 4 | ||||
| -rw-r--r-- | src/include/libpq/crypt.h | 4 | ||||
| -rw-r--r-- | src/include/libpq/libpq-be.h | 4 | ||||
| -rw-r--r-- | src/include/libpq/libpq-fs.h | 4 | ||||
| -rw-r--r-- | src/include/libpq/libpq.h | 4 | ||||
| -rw-r--r-- | src/include/libpq/pqcomm.h | 4 | ||||
| -rw-r--r-- | src/include/libpq/pqformat.h | 4 | ||||
| -rw-r--r-- | src/include/libpq/pqsignal.h | 4 |
9 files changed, 18 insertions, 18 deletions
diff --git a/src/include/libpq/auth.h b/src/include/libpq/auth.h index f99e6d03739..e3623921ed8 100644 --- a/src/include/libpq/auth.h +++ b/src/include/libpq/auth.h @@ -4,10 +4,10 @@ * Definitions for network authentication routines * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: auth.h,v 1.22 2003/04/17 22:26:01 tgl Exp $ + * $Id: auth.h,v 1.23 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/libpq/be-fsstubs.h b/src/include/libpq/be-fsstubs.h index a25c68f1cc7..5b49a9ce53f 100644 --- a/src/include/libpq/be-fsstubs.h +++ b/src/include/libpq/be-fsstubs.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: be-fsstubs.h,v 1.16 2002/06/20 20:29:49 momjian Exp $ + * $Id: be-fsstubs.h,v 1.17 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/libpq/crypt.h b/src/include/libpq/crypt.h index bde0568d48e..741596f21d4 100644 --- a/src/include/libpq/crypt.h +++ b/src/include/libpq/crypt.h @@ -3,10 +3,10 @@ * crypt.h * Interface to libpq/crypt.c * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: crypt.h,v 1.25 2003/08/04 00:43:31 momjian Exp $ + * $Id: crypt.h,v 1.26 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/libpq/libpq-be.h b/src/include/libpq/libpq-be.h index 44bf573313f..152f41443e8 100644 --- a/src/include/libpq/libpq-be.h +++ b/src/include/libpq/libpq-be.h @@ -8,10 +8,10 @@ * Structs that need to be client-visible are in pqcomm.h. * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: libpq-be.h,v 1.36 2003/08/04 00:43:31 momjian Exp $ + * $Id: libpq-be.h,v 1.37 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/libpq/libpq-fs.h b/src/include/libpq/libpq-fs.h index 5d009225de0..8f159994a8e 100644 --- a/src/include/libpq/libpq-fs.h +++ b/src/include/libpq/libpq-fs.h @@ -4,10 +4,10 @@ * definitions for using Inversion file system routines (ie, large objects) * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: libpq-fs.h,v 1.16 2002/06/20 20:29:49 momjian Exp $ + * $Id: libpq-fs.h,v 1.17 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/libpq/libpq.h b/src/include/libpq/libpq.h index 82e621fcd1e..4bd7f40a583 100644 --- a/src/include/libpq/libpq.h +++ b/src/include/libpq/libpq.h @@ -4,10 +4,10 @@ * POSTGRES LIBPQ buffer structure definitions. * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: libpq.h,v 1.59 2003/08/04 00:43:31 momjian Exp $ + * $Id: libpq.h,v 1.60 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/libpq/pqcomm.h b/src/include/libpq/pqcomm.h index da756fb3166..85c965d11b4 100644 --- a/src/include/libpq/pqcomm.h +++ b/src/include/libpq/pqcomm.h @@ -6,10 +6,10 @@ * NOTE: for historical reasons, this does not correspond to pqcomm.c. * pqcomm.c's routines are declared in libpq.h. * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pqcomm.h,v 1.92 2003/08/04 00:43:31 momjian Exp $ + * $Id: pqcomm.h,v 1.93 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/libpq/pqformat.h b/src/include/libpq/pqformat.h index 9f73083e10a..d04573634f9 100644 --- a/src/include/libpq/pqformat.h +++ b/src/include/libpq/pqformat.h @@ -3,10 +3,10 @@ * pqformat.h * Definitions for formatting and parsing frontend/backend messages * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pqformat.h,v 1.19 2003/08/04 00:43:31 momjian Exp $ + * $Id: pqformat.h,v 1.20 2003/08/04 02:40:13 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/libpq/pqsignal.h b/src/include/libpq/pqsignal.h index 3846b1d4d53..357269a3542 100644 --- a/src/include/libpq/pqsignal.h +++ b/src/include/libpq/pqsignal.h @@ -4,10 +4,10 @@ * prototypes for the reliable BSD-style signal(2) routine. * * - * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pqsignal.h,v 1.21 2002/06/20 20:29:49 momjian Exp $ + * $Id: pqsignal.h,v 1.22 2003/08/04 02:40:13 momjian Exp $ * * NOTES * This shouldn't be in libpq, but the monitor and some other |
