diff options
| author | Bruce Momjian <bruce@momjian.us> | 2007-01-05 22:20:05 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2007-01-05 22:20:05 +0000 |
| commit | 29dccf5fe0e98af9ce023299c4fe9776a52fd23d (patch) | |
| tree | 77c98afc5f573c55a7f899d6c0e73a85ce2b34e6 /src/bin/pg_config | |
| parent | 7e3c689fd3bd375748dd07f2d868a699a0250ccb (diff) | |
| download | postgresql-29dccf5fe0e98af9ce023299c4fe9776a52fd23d.tar.gz | |
Update CVS HEAD for 2007 copyright. Back branches are typically not
back-stamped for this.
Diffstat (limited to 'src/bin/pg_config')
| -rw-r--r-- | src/bin/pg_config/Makefile | 4 | ||||
| -rw-r--r-- | src/bin/pg_config/pg_config.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/bin/pg_config/Makefile b/src/bin/pg_config/Makefile index 687fd135bf..ebfb0fec1a 100644 --- a/src/bin/pg_config/Makefile +++ b/src/bin/pg_config/Makefile @@ -2,9 +2,9 @@ # # Makefile for src/bin/pg_config # -# Copyright (c) 1998-2006, PostgreSQL Global Development Group +# Copyright (c) 1998-2007, PostgreSQL Global Development Group # -# $PostgreSQL: pgsql/src/bin/pg_config/Makefile,v 1.17 2006/03/05 15:58:50 momjian Exp $ +# $PostgreSQL: pgsql/src/bin/pg_config/Makefile,v 1.18 2007/01/05 22:19:48 momjian Exp $ # #------------------------------------------------------------------------- diff --git a/src/bin/pg_config/pg_config.c b/src/bin/pg_config/pg_config.c index 788ffed786..e85d0dfcbb 100644 --- a/src/bin/pg_config/pg_config.c +++ b/src/bin/pg_config/pg_config.c @@ -15,9 +15,9 @@ * * This code is released under the terms of the PostgreSQL License. * - * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/bin/pg_config/pg_config.c,v 1.22 2006/10/04 00:30:04 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/pg_config/pg_config.c,v 1.23 2007/01/05 22:19:48 momjian Exp $ * *------------------------------------------------------------------------- */ |
