summaryrefslogtreecommitdiff
path: root/src/backend/utils/hash/pg_crc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/utils/hash/pg_crc.c')
-rw-r--r--src/backend/utils/hash/pg_crc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/hash/pg_crc.c b/src/backend/utils/hash/pg_crc.c
index 6ee6ffd75e2..41e9597fb00 100644
--- a/src/backend/utils/hash/pg_crc.c
+++ b/src/backend/utils/hash/pg_crc.c
@@ -7,7 +7,7 @@
* A PAINLESS GUIDE TO CRC ERROR DETECTION ALGORITHMS, available from
* http://ross.net/crc/download/crc_v3.txt or several other net sites.
*
- * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*