diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-06-20 20:29:54 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-06-20 20:29:54 +0000 |
commit | d84fe82230c593f3dc5d7f427849b99d1efa8a0a (patch) | |
tree | e71dc2bfc87cd2f8609cfe33941460bc0d8b0e28 /src/interfaces/libpq++ | |
parent | ba790a5608ead9db7e08f700eb869dbefd3358a4 (diff) | |
download | postgresql-d84fe82230c593f3dc5d7f427849b99d1efa8a0a.tar.gz postgresql-d84fe82230c593f3dc5d7f427849b99d1efa8a0a.zip |
Update copyright to 2002.
Diffstat (limited to 'src/interfaces/libpq++')
-rw-r--r-- | src/interfaces/libpq++/examples/Makefile | 4 | ||||
-rw-r--r-- | src/interfaces/libpq++/libpq++.h | 4 | ||||
-rw-r--r-- | src/interfaces/libpq++/pgconnection.h | 4 | ||||
-rw-r--r-- | src/interfaces/libpq++/pgcursordb.h | 4 | ||||
-rw-r--r-- | src/interfaces/libpq++/pgdatabase.h | 4 | ||||
-rw-r--r-- | src/interfaces/libpq++/pglobject.h | 4 | ||||
-rw-r--r-- | src/interfaces/libpq++/pgtransdb.h | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/src/interfaces/libpq++/examples/Makefile b/src/interfaces/libpq++/examples/Makefile index 919e637712f..d2e9b16a03e 100644 --- a/src/interfaces/libpq++/examples/Makefile +++ b/src/interfaces/libpq++/examples/Makefile @@ -2,10 +2,10 @@ # # Makefile for libpq++ examples # -# Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group +# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # -# $Header: /cvsroot/pgsql/src/interfaces/libpq++/examples/Attic/Makefile,v 1.13 2002/06/15 18:49:29 momjian Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpq++/examples/Attic/Makefile,v 1.14 2002/06/20 20:29:54 momjian Exp $ # #------------------------------------------------------------------------- diff --git a/src/interfaces/libpq++/libpq++.h b/src/interfaces/libpq++/libpq++.h index e429d3509fa..42b570a1266 100644 --- a/src/interfaces/libpq++/libpq++.h +++ b/src/interfaces/libpq++/libpq++.h @@ -13,10 +13,10 @@ * in the build environment the individual include files are not * yet installed in a subdirectory. * - * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: libpq++.h,v 1.11 2002/06/15 18:49:29 momjian Exp $ + * $Id: libpq++.h,v 1.12 2002/06/20 20:29:54 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/interfaces/libpq++/pgconnection.h b/src/interfaces/libpq++/pgconnection.h index 9e9cadb6384..310302d4431 100644 --- a/src/interfaces/libpq++/pgconnection.h +++ b/src/interfaces/libpq++/pgconnection.h @@ -10,10 +10,10 @@ * NOTES * Currently under construction. * - * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pgconnection.h,v 1.17 2002/06/15 18:49:29 momjian Exp $ + * $Id: pgconnection.h,v 1.18 2002/06/20 20:29:54 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/interfaces/libpq++/pgcursordb.h b/src/interfaces/libpq++/pgcursordb.h index 43edc6e31cd..d7eaa96a278 100644 --- a/src/interfaces/libpq++/pgcursordb.h +++ b/src/interfaces/libpq++/pgcursordb.h @@ -10,11 +10,11 @@ * NOTES * Currently under construction. * - * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * - * $Id: pgcursordb.h,v 1.10 2002/06/15 18:49:29 momjian Exp $ + * $Id: pgcursordb.h,v 1.11 2002/06/20 20:29:54 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/interfaces/libpq++/pgdatabase.h b/src/interfaces/libpq++/pgdatabase.h index 5b2b8f40b73..4f0ca62ae02 100644 --- a/src/interfaces/libpq++/pgdatabase.h +++ b/src/interfaces/libpq++/pgdatabase.h @@ -10,11 +10,11 @@ * NOTES * Currently under construction. * - * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * - * $Id: pgdatabase.h,v 1.12 2001/07/11 22:12:43 momjian Exp $ + * $Id: pgdatabase.h,v 1.13 2002/06/20 20:29:54 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/interfaces/libpq++/pglobject.h b/src/interfaces/libpq++/pglobject.h index 7752e1dd654..33b01df16ca 100644 --- a/src/interfaces/libpq++/pglobject.h +++ b/src/interfaces/libpq++/pglobject.h @@ -7,11 +7,11 @@ * declaration of the PGlobj class. * PGlobj encapsulates a large object interface to Postgres backend * - * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * - * $Id: pglobject.h,v 1.9 2001/09/30 22:30:37 tgl Exp $ + * $Id: pglobject.h,v 1.10 2002/06/20 20:29:54 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/interfaces/libpq++/pgtransdb.h b/src/interfaces/libpq++/pgtransdb.h index f322fa9a6d9..e6acec52629 100644 --- a/src/interfaces/libpq++/pgtransdb.h +++ b/src/interfaces/libpq++/pgtransdb.h @@ -10,11 +10,11 @@ * NOTES * Currently under construction. * - * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * - * $Id: pgtransdb.h,v 1.8 2001/07/11 22:12:43 momjian Exp $ + * $Id: pgtransdb.h,v 1.9 2002/06/20 20:29:54 momjian Exp $ * *------------------------------------------------------------------------- */ |