diff options
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/oid2name/oid2name.c | 4 | ||||
| -rw-r--r-- | contrib/pg_dumplo/lo_export.c | 4 | ||||
| -rw-r--r-- | contrib/pg_dumplo/lo_import.c | 4 | ||||
| -rw-r--r-- | contrib/pg_dumplo/main.c | 4 | ||||
| -rw-r--r-- | contrib/pg_dumplo/pg_dumplo.h | 4 | ||||
| -rw-r--r-- | contrib/pg_dumplo/utils.c | 4 | ||||
| -rw-r--r-- | contrib/vacuumlo/vacuumlo.c | 4 |
7 files changed, 7 insertions, 21 deletions
diff --git a/contrib/oid2name/oid2name.c b/contrib/oid2name/oid2name.c index 6d2105d9b3..dbb3312a48 100644 --- a/contrib/oid2name/oid2name.c +++ b/contrib/oid2name/oid2name.c @@ -4,10 +4,6 @@ b. palmer, bpalmer@crimelabs.net 1-17-2001 - - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc - * Portions Copyright (c) 1994, Regents of the University of California - */ #include <stdlib.h> diff --git a/contrib/pg_dumplo/lo_export.c b/contrib/pg_dumplo/lo_export.c index 160b66205b..5a2a1614a5 100644 --- a/contrib/pg_dumplo/lo_export.c +++ b/contrib/pg_dumplo/lo_export.c @@ -1,9 +1,7 @@ /* ------------------------------------------------------------------------- * pg_dumplo * - * Portions Copyright (c) 1999-2000, PostgreSQL, Inc - * - * $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/lo_export.c,v 1.4 2000/11/22 00:00:55 tgl Exp $ + * $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/lo_export.c,v 1.5 2001/01/24 19:42:44 momjian Exp $ * * Karel Zak 1999-2000 * ------------------------------------------------------------------------- diff --git a/contrib/pg_dumplo/lo_import.c b/contrib/pg_dumplo/lo_import.c index 7207975cca..996bdf9e27 100644 --- a/contrib/pg_dumplo/lo_import.c +++ b/contrib/pg_dumplo/lo_import.c @@ -1,9 +1,7 @@ /* ------------------------------------------------------------------------- * pg_dumplo * - * Portions Copyright (c) 1999-2000, PostgreSQL, Inc - * - * $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/lo_import.c,v 1.2 2000/11/22 00:00:55 tgl Exp $ + * $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/lo_import.c,v 1.3 2001/01/24 19:42:45 momjian Exp $ * * Karel Zak 1999-2000 * ------------------------------------------------------------------------- diff --git a/contrib/pg_dumplo/main.c b/contrib/pg_dumplo/main.c index c689093e0b..aa8ad104c1 100644 --- a/contrib/pg_dumplo/main.c +++ b/contrib/pg_dumplo/main.c @@ -1,9 +1,7 @@ /* ------------------------------------------------------------------------- * pg_dumplo * - * Portions Copyright (c) 1999-2000, PostgreSQL, Inc - * - * $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/main.c,v 1.4 2000/11/22 00:00:55 tgl Exp $ + * $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/main.c,v 1.5 2001/01/24 19:42:45 momjian Exp $ * * Karel Zak 1999-2000 * ------------------------------------------------------------------------- diff --git a/contrib/pg_dumplo/pg_dumplo.h b/contrib/pg_dumplo/pg_dumplo.h index b488956cb5..7513c71b9b 100644 --- a/contrib/pg_dumplo/pg_dumplo.h +++ b/contrib/pg_dumplo/pg_dumplo.h @@ -1,9 +1,7 @@ /* ------------------------------------------------------------------------- * pg_dumplo * - * Portions Copyright (c) 1999-2000, PostgreSQL, Inc - * - * $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/pg_dumplo.h,v 1.2 2000/11/22 00:00:55 tgl Exp $ + * $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/pg_dumplo.h,v 1.3 2001/01/24 19:42:45 momjian Exp $ * * Karel Zak 1999-2000 * ------------------------------------------------------------------------- diff --git a/contrib/pg_dumplo/utils.c b/contrib/pg_dumplo/utils.c index a5c30debe2..dc3f5bbf9a 100644 --- a/contrib/pg_dumplo/utils.c +++ b/contrib/pg_dumplo/utils.c @@ -1,9 +1,7 @@ /* ------------------------------------------------------------------------- * pg_dumplo * - * Portions Copyright (c) 1999-2000, PostgreSQL, Inc - * - * $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/utils.c,v 1.2 2000/11/22 00:00:55 tgl Exp $ + * $Header: /cvsroot/pgsql/contrib/pg_dumplo/Attic/utils.c,v 1.3 2001/01/24 19:42:45 momjian Exp $ * * Karel Zak 1999-2000 * ------------------------------------------------------------------------- diff --git a/contrib/vacuumlo/vacuumlo.c b/contrib/vacuumlo/vacuumlo.c index ebba39e5c8..4fdad73e09 100644 --- a/contrib/vacuumlo/vacuumlo.c +++ b/contrib/vacuumlo/vacuumlo.c @@ -3,12 +3,12 @@ * vacuumlo.c * This removes orphaned large objects from a database. * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/contrib/vacuumlo/vacuumlo.c,v 1.7 2000/11/21 17:54:21 tgl Exp $ + * $Header: /cvsroot/pgsql/contrib/vacuumlo/vacuumlo.c,v 1.8 2001/01/24 19:42:45 momjian Exp $ * *------------------------------------------------------------------------- */ |
