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 /src/utils | |
| 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 'src/utils')
| -rw-r--r-- | src/utils/strdup.c | 5 | ||||
| -rw-r--r-- | src/utils/version.c | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/src/utils/strdup.c b/src/utils/strdup.c index 6955aa7423..3a00bc6d21 100644 --- a/src/utils/strdup.c +++ b/src/utils/strdup.c @@ -3,11 +3,12 @@ * strdup.c * copies a null-terminated string. * - * 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/src/utils/Attic/strdup.c,v 1.6 1999/02/13 23:22:52 momjian Exp $ + * $Header: /cvsroot/pgsql/src/utils/Attic/strdup.c,v 1.7 2000/01/26 05:58:53 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/utils/version.c b/src/utils/version.c index 092f055d53..974100d5ff 100644 --- a/src/utils/version.c +++ b/src/utils/version.c @@ -3,11 +3,12 @@ * version.c * Routines to handle Postgres version number. * - * 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/src/utils/Attic/version.c,v 1.13 1999/10/25 03:08:03 tgl Exp $ + * $Header: /cvsroot/pgsql/src/utils/Attic/version.c,v 1.14 2000/01/26 05:58:53 momjian Exp $ * * STANDALONE CODE - do not use error routines as this code is not linked * with any... |
