summaryrefslogtreecommitdiff
path: root/src/port/pg_crc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/pg_crc.c')
-rw-r--r--src/port/pg_crc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/pg_crc.c b/src/port/pg_crc.c
index ebf4f3a61a7..6b012ab872f 100644
--- a/src/port/pg_crc.c
+++ b/src/port/pg_crc.c
@@ -6,7 +6,7 @@
* This file simply #includes the CRC table definitions so that they are
* available to programs linked with libpgport.
*
- * 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
*
*