summaryrefslogtreecommitdiff
path: root/contrib/pg_xlogdump
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/pg_xlogdump')
-rw-r--r--contrib/pg_xlogdump/compat.c2
-rw-r--r--contrib/pg_xlogdump/pg_xlogdump.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pg_xlogdump/compat.c b/contrib/pg_xlogdump/compat.c
index 6ca7012fd9..4f5cad6706 100644
--- a/contrib/pg_xlogdump/compat.c
+++ b/contrib/pg_xlogdump/compat.c
@@ -3,7 +3,7 @@
* compat.c
* Reimplementations of various backend functions.
*
- * Portions Copyright (c) 2013-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2015, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/pg_xlogdump/compat.c
diff --git a/contrib/pg_xlogdump/pg_xlogdump.c b/contrib/pg_xlogdump/pg_xlogdump.c
index 03fbe46fc4..c1bfbc261a 100644
--- a/contrib/pg_xlogdump/pg_xlogdump.c
+++ b/contrib/pg_xlogdump/pg_xlogdump.c
@@ -2,7 +2,7 @@
*
* pg_xlogdump.c - decode and display WAL
*
- * Copyright (c) 2013-2014, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2015, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/pg_xlogdump/pg_xlogdump.c