diff options
| author | Bruce Momjian | 2009-01-01 17:24:05 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2009-01-01 17:24:05 +0000 |
| commit | 511db38ace2690f19816465baed07cefe535bfec (patch) | |
| tree | a5a4cc6ce0bbeef24c1c889ffee6f11212fc1216 /src/test/regress | |
| parent | 87081b2d35057c4919a8a05a7c52fe87845874d5 (diff) | |
Update copyright for 2009.
Diffstat (limited to 'src/test/regress')
| -rw-r--r-- | src/test/regress/GNUmakefile | 4 | ||||
| -rw-r--r-- | src/test/regress/pg_regress.c | 4 | ||||
| -rw-r--r-- | src/test/regress/pg_regress.h | 4 | ||||
| -rw-r--r-- | src/test/regress/pg_regress_main.c | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/src/test/regress/GNUmakefile b/src/test/regress/GNUmakefile index 71de78455ac..8fe55ee3577 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-2008, PostgreSQL Global Development Group +# Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group # Portions Copyright (c) 1994, Regents of the University of California # -# $PostgreSQL: pgsql/src/test/regress/GNUmakefile,v 1.76 2008/11/28 12:45:34 petere Exp $ +# $PostgreSQL: pgsql/src/test/regress/GNUmakefile,v 1.77 2009/01/01 17:24:04 momjian Exp $ # #------------------------------------------------------------------------- diff --git a/src/test/regress/pg_regress.c b/src/test/regress/pg_regress.c index 6075b5a7d35..457ee72e13b 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-2008, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.55 2008/12/11 07:34:09 petere Exp $ + * $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.56 2009/01/01 17:24:04 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/test/regress/pg_regress.h b/src/test/regress/pg_regress.h index 1af10950955..570302fc95f 100644 --- a/src/test/regress/pg_regress.h +++ b/src/test/regress/pg_regress.h @@ -1,10 +1,10 @@ /*------------------------------------------------------------------------- * pg_regress.h --- regression test driver * - * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/test/regress/pg_regress.h,v 1.4 2008/10/01 22:38:57 petere Exp $ + * $PostgreSQL: pgsql/src/test/regress/pg_regress.h,v 1.5 2009/01/01 17:24:04 momjian Exp $ *------------------------------------------------------------------------- */ diff --git a/src/test/regress/pg_regress_main.c b/src/test/regress/pg_regress_main.c index 255c97e31d6..8434534cab2 100644 --- a/src/test/regress/pg_regress_main.c +++ b/src/test/regress/pg_regress_main.c @@ -8,10 +8,10 @@ * * This code is released under the terms of the PostgreSQL License. * - * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/test/regress/pg_regress_main.c,v 1.4 2008/10/01 22:38:57 petere Exp $ + * $PostgreSQL: pgsql/src/test/regress/pg_regress_main.c,v 1.5 2009/01/01 17:24:04 momjian Exp $ * *------------------------------------------------------------------------- */ |
