summaryrefslogtreecommitdiff
path: root/src/port/thread.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2016-01-02 13:33:40 -0500
committerBruce Momjian <bruce@momjian.us>2016-01-02 13:33:40 -0500
commitee943004466418595363d567f18c053bae407792 (patch)
tree9dce63059d075efff2faaad06def5d0a1ffb92e4 /src/port/thread.c
parentdfcd9cb30237f882b7308bdcbfb0318b22b1e224 (diff)
Update copyright for 2016
Backpatch certain files through 9.1
Diffstat (limited to 'src/port/thread.c')
-rw-r--r--src/port/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/thread.c b/src/port/thread.c
index c1295cfc1f6..ed908bab362 100644
--- a/src/port/thread.c
+++ b/src/port/thread.c
@@ -5,7 +5,7 @@
* Prototypes and macros around system calls, used to help make
* threaded libraries reentrant and safe to use from threaded applications.
*
- * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
*
* src/port/thread.c
*