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 bff76e85d4..9c9b68a7a9 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, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2013-2014, 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 24ca4fa855..024ab01efa 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, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2014, PostgreSQL Global Development Group
*
* IDENTIFICATION
* contrib/pg_xlogdump/pg_xlogdump.c