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/bin/psql/startup.c | |
| 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/bin/psql/startup.c')
| -rw-r--r-- | src/bin/psql/startup.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/bin/psql/startup.c b/src/bin/psql/startup.c index 4c16dae9d7e..323dfd8895a 100644 --- a/src/bin/psql/startup.c +++ b/src/bin/psql/startup.c @@ -3,7 +3,7 @@ * * Copyright 2000 by PostgreSQL Global Development Team * - * $Header: /cvsroot/pgsql/src/bin/psql/startup.c,v 1.17 2000/01/19 20:08:34 petere Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/startup.c,v 1.18 2000/01/26 05:57:44 momjian Exp $ */ #include <c.h> @@ -572,7 +572,8 @@ showVersion(void) #endif puts("Copyright (C) 2000 PostgreSQL Global Development Team"); - puts("Copyright (C) 1996 Regents of the University of California"); + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + puts("Portions Copyright (C) 1996 Regents of the University of California"); puts("Read the file COPYING or use the command \\copyright to see the"); puts("usage and distribution terms."); } |
