summaryrefslogtreecommitdiff
path: root/src/test/thread
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2012-01-01 18:01:58 -0500
committerBruce Momjian <bruce@momjian.us>2012-01-01 18:01:58 -0500
commite126958c2efdfc2d60b978d1fc7a780ff647e8ad (patch)
tree30b5ea1648285f983839f16b79f15af5abfeee0b /src/test/thread
parent6ba139dc5a8a5cce42f0508c14a8b42f4fb6b1cc (diff)
downloadpostgresql-e126958c2efdfc2d60b978d1fc7a780ff647e8ad.tar.gz
Update copyright notices for year 2012.
Diffstat (limited to 'src/test/thread')
-rw-r--r--src/test/thread/Makefile2
-rw-r--r--src/test/thread/thread_test.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/thread/Makefile b/src/test/thread/Makefile
index 571719feb4..5a0eb2c1a4 100644
--- a/src/test/thread/Makefile
+++ b/src/test/thread/Makefile
@@ -2,7 +2,7 @@
#
# Makefile for tools/thread
#
-# Copyright (c) 2003-2011, PostgreSQL Global Development Group
+# Copyright (c) 2003-2012, PostgreSQL Global Development Group
#
# src/test/thread/Makefile
#
diff --git a/src/test/thread/thread_test.c b/src/test/thread/thread_test.c
index 736466c6b2..bb5b92f142 100644
--- a/src/test/thread/thread_test.c
+++ b/src/test/thread/thread_test.c
@@ -3,7 +3,7 @@
* test_thread_funcs.c
* libc thread test program
*
- * Portions Copyright (c) 1996-2011, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/test/thread/thread_test.c