diff options
author | Bruce Momjian | 2000-01-26 05:58:53 +0000 |
---|---|---|
committer | Bruce Momjian | 2000-01-26 05:58:53 +0000 |
commit | 8782a8be9361a1fbebbd1620f60c4df1b60b206b (patch) | |
tree | b6024d3b2e85d871cbe8ecafa270511f7dd098c8 /src/backend/tcop/postgres.c | |
parent | 9a8e7e99895db9ec09ab129aa48c675920097729 (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/backend/tcop/postgres.c')
-rw-r--r-- | src/backend/tcop/postgres.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index 7790a7462e..86ca3ff0b9 100644 --- a/src/backend/tcop/postgres.c +++ b/src/backend/tcop/postgres.c @@ -3,7 +3,8 @@ * postgres.c * POSTGRES C Backend Interface * - * 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 @@ -1515,7 +1516,7 @@ PostgresMain(int argc, char *argv[], int real_argc, char *real_argv[]) if (!IsUnderPostmaster) { puts("\nPOSTGRES backend interactive interface "); - puts("$Revision: 1.140 $ $Date: 2000/01/22 23:50:18 $\n"); + puts("$Revision: 1.141 $ $Date: 2000/01/26 05:57:07 $\n"); } /* |