diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 8bd50f22..9b4bb5f0 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -2,7 +2,7 @@ License and Contributions
=========================
`repmgr` is licensed under the GPL v3. All of its code and documentation is
-Copyright 2010-2019, 2ndQuadrant Limited. See the files COPYRIGHT and LICENSE for
+Copyright 2010-2020, 2ndQuadrant Limited. See the files COPYRIGHT and LICENSE for
details.
The development of repmgr has primarily been sponsored by 2ndQuadrant customers.
diff --git a/COPYRIGHT b/COPYRIGHT
index b663e29f..ae3f7cae 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,4 +1,4 @@
-Copyright (c) 2010-2019, 2ndQuadrant Limited
+Copyright (c) 2010-2020, 2ndQuadrant Limited
All rights reserved.
This program is free software: you can redistribute it and/or modify
diff --git a/compat.c b/compat.c
index ab6975fe..ef9de632 100644
--- a/compat.c
+++ b/compat.c
@@ -6,7 +6,7 @@
* supported PostgreSQL versions. They're unlikely to change but
* it would be worth keeping an eye on them for any fixes/improvements.
*
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
diff --git a/compat.h b/compat.h
index c7ea5a3a..7ac70fea 100644
--- a/compat.h
+++ b/compat.h
@@ -1,6 +1,6 @@
/*
* compat.h
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
diff --git a/configfile.c b/configfile.c
index 44b8388e..6eed0cfe 100644
--- a/configfile.c
+++ b/configfile.c
@@ -1,7 +1,7 @@
/*
* config.c - parse repmgr.conf and other configuration-related functionality
*
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/configfile.h b/configfile.h
index 2a75a790..66eb7366 100644
--- a/configfile.h
+++ b/configfile.h
@@ -1,7 +1,7 @@
/*
* configfile.h
*
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
*
* This program is free software: you can redistribute it and/or modify
diff --git a/configure b/configure
index bdd0a03f..6fb32d18 100755
--- a/configure
+++ b/configure
@@ -11,7 +11,7 @@
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
#
-# Copyright (c) 2010-2019, 2ndQuadrant Ltd.
+# Copyright (c) 2010-2020, 2ndQuadrant Ltd.
## -------------------- ##
## M4sh Initialization. ##
## -------------------- ##
@@ -1323,7 +1323,7 @@ Copyright (C) 2012 Free Software Foundation, Inc.
This configure script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it.
-Copyright (c) 2010-2019, 2ndQuadrant Ltd.
+Copyright (c) 2010-2020, 2ndQuadrant Ltd.
_ACEOF
exit
fi
diff --git a/configure.in b/configure.in
index 2612c5f6..ca2811db 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_INIT([repmgr], [5.1.0], [repmgr@googlegroups.com], [repmgr], [https://repmgr.org/])
-AC_COPYRIGHT([Copyright (c) 2010-2019, 2ndQuadrant Ltd.])
+AC_COPYRIGHT([Copyright (c) 2010-2020, 2ndQuadrant Ltd.])
AC_CONFIG_HEADER(config.h)
diff --git a/controldata.c b/controldata.c
index 71a9db25..7abcb9b3 100644
--- a/controldata.c
+++ b/controldata.c
@@ -6,7 +6,7 @@
* running. For that reason we can't use on the pg_control_*() functions
* provided in PostgreSQL 9.6 and later.
*
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
diff --git a/controldata.h b/controldata.h
index 3688e9c2..cad9a107 100644
--- a/controldata.h
+++ b/controldata.h
@@ -1,6 +1,6 @@
/*
* controldata.h
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
diff --git a/dbutils.c b/dbutils.c
index 2acc78f1..7ac6d6f9 100644
--- a/dbutils.c
+++ b/dbutils.c
@@ -1,7 +1,7 @@
/*
* dbutils.c - Database connection/management functions
*
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
*
* This program is free software: you can redistribute it and/or modify
diff --git a/dbutils.h b/dbutils.h
index 00882e38..e78df15b 100644
--- a/dbutils.h
+++ b/dbutils.h
@@ -1,7 +1,7 @@
/*
* dbutils.h
*
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/dirutil.c b/dirutil.c
index be199288..1ec7ed3c 100644
--- a/dirutil.c
+++ b/dirutil.c
@@ -3,7 +3,7 @@
* dirmod.c
* directory handling functions
*
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/dirutil.h b/dirutil.h
index 1d5d5731..8284d6e3 100644
--- a/dirutil.h
+++ b/dirutil.h
@@ -1,6 +1,6 @@
/*
* dirutil.h
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/doc/legal.xml b/doc/legal.xml
index fc04feec..50a5fe4b 100644
--- a/doc/legal.xml
+++ b/doc/legal.xml
@@ -3,7 +3,7 @@
2017
- 2010-2019
+ 2010-2020
2ndQuadrant, Ltd.
@@ -11,7 +11,7 @@
Legal Notice
- repmgr is Copyright © 2010-2019
+ repmgr is Copyright © 2010-2020
by 2ndQuadrant, Ltd. All rights reserved.
diff --git a/errcode.h b/errcode.h
index fa7e2804..4f69eaa2 100644
--- a/errcode.h
+++ b/errcode.h
@@ -1,6 +1,6 @@
/*
* errcode.h
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/log.c b/log.c
index a6c9b709..a7259da1 100644
--- a/log.c
+++ b/log.c
@@ -1,6 +1,6 @@
/*
* log.c - Logging methods
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/log.h b/log.h
index b8e751c8..f71e2301 100644
--- a/log.h
+++ b/log.h
@@ -1,6 +1,6 @@
/*
* log.h
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/repmgr-action-bdr.c b/repmgr-action-bdr.c
index 9a731fcb..1950791f 100644
--- a/repmgr-action-bdr.c
+++ b/repmgr-action-bdr.c
@@ -3,7 +3,7 @@
*
* Implements BDR-related actions for the repmgr command line utility
*
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/repmgr-action-bdr.h b/repmgr-action-bdr.h
index 8391c056..e065ddc0 100644
--- a/repmgr-action-bdr.h
+++ b/repmgr-action-bdr.h
@@ -1,6 +1,6 @@
/*
* repmgr-action-bdr.h
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/repmgr-action-cluster.c b/repmgr-action-cluster.c
index a89caba5..9a3e2e37 100644
--- a/repmgr-action-cluster.c
+++ b/repmgr-action-cluster.c
@@ -3,7 +3,7 @@
*
* Implements cluster information actions for the repmgr command line utility
*
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/repmgr-action-cluster.h b/repmgr-action-cluster.h
index f8f1c08f..32b24dca 100644
--- a/repmgr-action-cluster.h
+++ b/repmgr-action-cluster.h
@@ -1,6 +1,6 @@
/*
* repmgr-action-cluster.h
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/repmgr-action-daemon.c b/repmgr-action-daemon.c
index 402a9f59..f7330906 100644
--- a/repmgr-action-daemon.c
+++ b/repmgr-action-daemon.c
@@ -2,7 +2,7 @@
* repmgr-action-daemon.c
*
* Implements repmgrd actions for the repmgr command line utility
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/repmgr-action-daemon.h b/repmgr-action-daemon.h
index 93e42b39..8953020f 100644
--- a/repmgr-action-daemon.h
+++ b/repmgr-action-daemon.h
@@ -1,6 +1,6 @@
/*
* repmgr-action-daemon.h
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/repmgr-action-node.c b/repmgr-action-node.c
index 7c521e5a..e36ac471 100644
--- a/repmgr-action-node.c
+++ b/repmgr-action-node.c
@@ -3,7 +3,7 @@
*
* Implements actions available for any kind of node
*
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/repmgr-action-node.h b/repmgr-action-node.h
index d1553235..4c6449de 100644
--- a/repmgr-action-node.h
+++ b/repmgr-action-node.h
@@ -1,6 +1,6 @@
/*
* repmgr-action-node.h
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/repmgr-action-primary.c b/repmgr-action-primary.c
index a5536758..32339c7b 100644
--- a/repmgr-action-primary.c
+++ b/repmgr-action-primary.c
@@ -3,7 +3,7 @@
*
* Implements primary actions for the repmgr command line utility
*
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/repmgr-action-primary.h b/repmgr-action-primary.h
index f37a40ac..773b152b 100644
--- a/repmgr-action-primary.h
+++ b/repmgr-action-primary.h
@@ -1,6 +1,6 @@
/*
* repmgr-action-primary.h
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/repmgr-action-service.c b/repmgr-action-service.c
index 2e29e30c..f8f537e1 100644
--- a/repmgr-action-service.c
+++ b/repmgr-action-service.c
@@ -2,7 +2,7 @@
* repmgr-action-service.c
*
* Implements repmgrd actions for the repmgr command line utility
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/repmgr-action-service.h b/repmgr-action-service.h
index e22c0597..e476eafa 100644
--- a/repmgr-action-service.h
+++ b/repmgr-action-service.h
@@ -1,6 +1,6 @@
/*
* repmgr-action-service.h
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/repmgr-action-standby.c b/repmgr-action-standby.c
index 1cb301fb..e16d5185 100644
--- a/repmgr-action-standby.c
+++ b/repmgr-action-standby.c
@@ -3,7 +3,7 @@
*
* Implements standby actions for the repmgr command line utility
*
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/repmgr-action-standby.h b/repmgr-action-standby.h
index eaba0871..c68c8466 100644
--- a/repmgr-action-standby.h
+++ b/repmgr-action-standby.h
@@ -1,6 +1,6 @@
/*
* repmgr-action-standby.h
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/repmgr-action-witness.c b/repmgr-action-witness.c
index 85692a47..780466ec 100644
--- a/repmgr-action-witness.c
+++ b/repmgr-action-witness.c
@@ -3,7 +3,7 @@
*
* Implements witness actions for the repmgr command line utility
*
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/repmgr-action-witness.h b/repmgr-action-witness.h
index 10697b90..d36c1eae 100644
--- a/repmgr-action-witness.h
+++ b/repmgr-action-witness.h
@@ -1,6 +1,6 @@
/*
* repmgr-action-witness.h
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/repmgr-client-global.h b/repmgr-client-global.h
index f5b5431b..a7c0c81e 100644
--- a/repmgr-client-global.h
+++ b/repmgr-client-global.h
@@ -1,6 +1,6 @@
/*
* repmgr-client-global.h
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/repmgr-client.c b/repmgr-client.c
index 34a72802..0d0576b5 100644
--- a/repmgr-client.c
+++ b/repmgr-client.c
@@ -1,7 +1,7 @@
/*
* repmgr-client.c - Command interpreter for the repmgr package
*
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* This module is a command-line utility to easily setup a cluster of
* hot standby servers for an HA environment
diff --git a/repmgr-client.h b/repmgr-client.h
index d054739b..83132298 100644
--- a/repmgr-client.h
+++ b/repmgr-client.h
@@ -1,6 +1,6 @@
/*
* repmgr-client.h
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/repmgr.c b/repmgr.c
index 09b9aade..9a54e588 100644
--- a/repmgr.c
+++ b/repmgr.c
@@ -1,7 +1,7 @@
/*
* repmgr.c - repmgr extension
*
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* This is the actual extension code; see repmgr-client.c for the code which
* generates the repmgr binary
diff --git a/repmgr.h b/repmgr.h
index 3081063c..7ca53ae5 100644
--- a/repmgr.h
+++ b/repmgr.h
@@ -1,6 +1,6 @@
/*
* repmgr.h
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/repmgrd-bdr.c b/repmgrd-bdr.c
index 7e4f9917..56cd65cd 100644
--- a/repmgrd-bdr.c
+++ b/repmgrd-bdr.c
@@ -1,7 +1,7 @@
/*
* repmgrd-bdr.c - BDR functionality for repmgrd
*
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/repmgrd-bdr.h b/repmgrd-bdr.h
index a72a2e0a..208dad81 100644
--- a/repmgrd-bdr.h
+++ b/repmgrd-bdr.h
@@ -1,6 +1,6 @@
/*
* repmgrd-bdr.h
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/repmgrd-physical.c b/repmgrd-physical.c
index ee3a8c56..578589fc 100644
--- a/repmgrd-physical.c
+++ b/repmgrd-physical.c
@@ -1,7 +1,7 @@
/*
* repmgrd-physical.c - physical (streaming) replication functionality for repmgrd
*
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/repmgrd-physical.h b/repmgrd-physical.h
index 29849ba7..94466b2a 100644
--- a/repmgrd-physical.h
+++ b/repmgrd-physical.h
@@ -1,6 +1,6 @@
/*
* repmgrd-physical.h
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/repmgrd.c b/repmgrd.c
index a91a382f..ff78b1f5 100644
--- a/repmgrd.c
+++ b/repmgrd.c
@@ -1,7 +1,7 @@
/*
* repmgrd.c - Replication manager daemon
*
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/repmgrd.h b/repmgrd.h
index 20fb0118..646d67a7 100644
--- a/repmgrd.h
+++ b/repmgrd.h
@@ -1,6 +1,6 @@
/*
* repmgrd.h
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*/
diff --git a/strutil.c b/strutil.c
index 43d436be..101d2897 100644
--- a/strutil.c
+++ b/strutil.c
@@ -1,7 +1,7 @@
/*
* strutil.c
*
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/strutil.h b/strutil.h
index 99a02824..7ab28e5a 100644
--- a/strutil.h
+++ b/strutil.h
@@ -1,6 +1,6 @@
/*
* strutil.h
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/sysutils.c b/sysutils.c
index bd0f9f15..65e6a5d0 100644
--- a/sysutils.c
+++ b/sysutils.c
@@ -3,7 +3,7 @@
*
* Functions which need to be executed on the local system.
*
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/sysutils.h b/sysutils.h
index 46249f52..64195584 100644
--- a/sysutils.h
+++ b/sysutils.h
@@ -1,6 +1,6 @@
/*
* sysutils.h
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/voting.h b/voting.h
index c54c3c15..cf94fbae 100644
--- a/voting.h
+++ b/voting.h
@@ -1,6 +1,6 @@
/*
* voting.h
- * Copyright (c) 2ndQuadrant, 2010-2019
+ * Copyright (c) 2ndQuadrant, 2010-2020
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by