diff options
author | Bruce Momjian | 2000-01-26 05:58:53 +0000 |
---|---|---|
committer | Bruce Momjian | 2000-01-26 05:58:53 +0000 |
commit | 5c25d60244d3a4b458ba55d4f1e50386edb26507 (patch) | |
tree | 6c2beaeecb0df307027b2621e83f6e85da2a5642 /contrib | |
parent | b866d2e2d79416f8497e4dffa7e800298d018f6c (diff) |
Add:
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
to all files copyright Regents of Berkeley. Man, that's a lot of files.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/os2client/c.h | 5 | ||||
-rw-r--r-- | contrib/vacuumlo/vacuumlo.c | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/contrib/os2client/c.h b/contrib/os2client/c.h index 8c7ed3fe2a5..210e42dfc09 100644 --- a/contrib/os2client/c.h +++ b/contrib/os2client/c.h @@ -7,9 +7,10 @@ * postgres. * * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: c.h,v 1.2 1999/05/25 16:06:01 momjian Exp $ + * $Id: c.h,v 1.3 2000/01/26 05:55:52 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/contrib/vacuumlo/vacuumlo.c b/contrib/vacuumlo/vacuumlo.c index b954c4d9b57..7a0d6d62643 100644 --- a/contrib/vacuumlo/vacuumlo.c +++ b/contrib/vacuumlo/vacuumlo.c @@ -3,11 +3,12 @@ * vacuumlo.c * This removes orphaned large objects from a database. * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/contrib/vacuumlo/vacuumlo.c,v 1.2 1999/05/25 16:06:31 momjian Exp $ + * $Header: /cvsroot/pgsql/contrib/vacuumlo/vacuumlo.c,v 1.3 2000/01/26 05:55:52 momjian Exp $ * *------------------------------------------------------------------------- */ |