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/test/regress | |
| 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/test/regress')
| -rw-r--r-- | src/test/regress/GNUmakefile | 4 | ||||
| -rw-r--r-- | src/test/regress/pg_regress.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/test/regress/GNUmakefile b/src/test/regress/GNUmakefile index f2319d2a79..80a7467929 100644 --- a/src/test/regress/GNUmakefile +++ b/src/test/regress/GNUmakefile @@ -3,10 +3,10 @@ # GNUmakefile-- # Makefile for src/test/regress (the regression tests) # -# Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group +# Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # -# $PostgreSQL: pgsql/src/test/regress/GNUmakefile,v 1.62 2006/07/21 00:24:04 tgl Exp $ +# $PostgreSQL: pgsql/src/test/regress/GNUmakefile,v 1.63 2007/01/05 22:20:03 momjian Exp $ # #------------------------------------------------------------------------- diff --git a/src/test/regress/pg_regress.c b/src/test/regress/pg_regress.c index 236be9456d..c9457324ec 100644 --- a/src/test/regress/pg_regress.c +++ b/src/test/regress/pg_regress.c @@ -8,10 +8,10 @@ * * 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 * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.24 2007/01/05 16:17:55 adunstan Exp $ + * $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.25 2007/01/05 22:20:03 momjian Exp $ * *------------------------------------------------------------------------- */ |
