summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorBruce Momjian2010-01-02 16:58:17 +0000
committerBruce Momjian2010-01-02 16:58:17 +0000
commit0239800893ef4901e3c085e06534934a485d3bf0 (patch)
tree4e52c59e97e01a0f8be48afcdb6a3c60ab47c7ea /src/test
parent8292079ad3db05faff01d03c7a8646704edbf54b (diff)
Update copyright for the year 2010.
Diffstat (limited to 'src/test')
-rw-r--r--src/test/examples/testlo.c4
-rw-r--r--src/test/regress/GNUmakefile4
-rw-r--r--src/test/regress/pg_regress.c4
-rw-r--r--src/test/regress/pg_regress.h4
-rw-r--r--src/test/regress/pg_regress_main.c4
-rw-r--r--src/test/thread/Makefile4
-rw-r--r--src/test/thread/thread_test.c4
7 files changed, 14 insertions, 14 deletions
diff --git a/src/test/examples/testlo.c b/src/test/examples/testlo.c
index 559c39c9e1..fd2c28606b 100644
--- a/src/test/examples/testlo.c
+++ b/src/test/examples/testlo.c
@@ -3,12 +3,12 @@
* testlo.c
* test using large objects with libpq
*
- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/test/examples/testlo.c,v 1.31 2009/01/01 17:24:04 momjian Exp $
+ * $PostgreSQL: pgsql/src/test/examples/testlo.c,v 1.32 2010/01/02 16:58:13 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/test/regress/GNUmakefile b/src/test/regress/GNUmakefile
index 3a23918a1c..91e24b50f2 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-2009, PostgreSQL Global Development Group
+# Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
-# $PostgreSQL: pgsql/src/test/regress/GNUmakefile,v 1.81 2009/12/19 01:32:45 sriggs Exp $
+# $PostgreSQL: pgsql/src/test/regress/GNUmakefile,v 1.82 2010/01/02 16:58:13 momjian Exp $
#
#-------------------------------------------------------------------------
diff --git a/src/test/regress/pg_regress.c b/src/test/regress/pg_regress.c
index 78c30bdb2f..551b626d3c 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-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.68 2009/12/19 01:32:45 sriggs Exp $
+ * $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.69 2010/01/02 16:58:15 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/test/regress/pg_regress.h b/src/test/regress/pg_regress.h
index 570302fc95..85deb5719a 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-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/test/regress/pg_regress.h,v 1.5 2009/01/01 17:24:04 momjian Exp $
+ * $PostgreSQL: pgsql/src/test/regress/pg_regress.h,v 1.6 2010/01/02 16:58:16 momjian Exp $
*-------------------------------------------------------------------------
*/
diff --git a/src/test/regress/pg_regress_main.c b/src/test/regress/pg_regress_main.c
index e3d1ed3775..fdcea4f5cd 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-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, 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.8 2009/11/25 20:26:31 tgl Exp $
+ * $PostgreSQL: pgsql/src/test/regress/pg_regress_main.c,v 1.9 2010/01/02 16:58:16 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/test/thread/Makefile b/src/test/thread/Makefile
index 939148c6e1..fda66bdbfd 100644
--- a/src/test/thread/Makefile
+++ b/src/test/thread/Makefile
@@ -2,9 +2,9 @@
#
# Makefile for tools/thread
#
-# Copyright (c) 2003-2009, PostgreSQL Global Development Group
+# Copyright (c) 2003-2010, PostgreSQL Global Development Group
#
-# $PostgreSQL: pgsql/src/test/thread/Makefile,v 1.5 2009/01/01 17:24:04 momjian Exp $
+# $PostgreSQL: pgsql/src/test/thread/Makefile,v 1.6 2010/01/02 16:58:16 momjian Exp $
#
#-------------------------------------------------------------------------
diff --git a/src/test/thread/thread_test.c b/src/test/thread/thread_test.c
index c7e96df6eb..79a9c10cda 100644
--- a/src/test/thread/thread_test.c
+++ b/src/test/thread/thread_test.c
@@ -3,10 +3,10 @@
* test_thread_funcs.c
* libc thread test program
*
- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/test/thread/thread_test.c,v 1.7 2009/01/01 17:24:04 momjian Exp $
+ * $PostgreSQL: pgsql/src/test/thread/thread_test.c,v 1.8 2010/01/02 16:58:16 momjian Exp $
*
* This program tests to see if your standard libc functions use
* pthread_setspecific()/pthread_getspecific() to be thread-safe.