summaryrefslogtreecommitdiff
path: root/src/test/thread
diff options
context:
space:
mode:
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 5a0eb2c1a4e..d99d02e68c2 100644
--- a/src/test/thread/Makefile
+++ b/src/test/thread/Makefile
@@ -2,7 +2,7 @@
#
# Makefile for tools/thread
#
-# Copyright (c) 2003-2012, PostgreSQL Global Development Group
+# Copyright (c) 2003-2013, 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 9041928f08f..3ea30e9337a 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-2012, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/test/thread/thread_test.c