summaryrefslogtreecommitdiff
path: root/src/bin/pg_rewind/file_ops.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2017-01-03 13:48:53 -0500
committerBruce Momjian <bruce@momjian.us>2017-01-03 13:48:53 -0500
commit1d25779284fe1ba08ecd57e647292a9deb241376 (patch)
tree1a288c7d8fb0a9232bc848be08cc03555804b05f /src/bin/pg_rewind/file_ops.c
parent60f1e514ad0db017bc583b0e15d056b777bd9626 (diff)
Update copyright via script for 2017
Diffstat (limited to 'src/bin/pg_rewind/file_ops.c')
-rw-r--r--src/bin/pg_rewind/file_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_rewind/file_ops.c b/src/bin/pg_rewind/file_ops.c
index e88cf629b40..f8ca4c925d2 100644
--- a/src/bin/pg_rewind/file_ops.c
+++ b/src/bin/pg_rewind/file_ops.c
@@ -8,7 +8,7 @@
* do nothing if it's enabled. You should avoid accessing the target files
* directly but if you do, make sure you honor the --dry-run mode!
*
- * Portions Copyright (c) 2013-2016, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2017, PostgreSQL Global Development Group
*
*-------------------------------------------------------------------------
*/