summaryrefslogtreecommitdiff
path: root/psycopg
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2021-06-15 00:37:22 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2021-06-15 00:37:22 +0100
commit1d3a89a0bba621dc1cc9b32db6d241bd2da85ad1 (patch)
treecc588eac9e6112a29698839f2e898d15e41fc38b /psycopg
parentaf05c3a1ec8d90875cc3ff47cb721baafc8503f8 (diff)
downloadpsycopg2-1d3a89a0bba621dc1cc9b32db6d241bd2da85ad1.tar.gz
Copyright year updated to 2021
ag -l Copyright | xargs sed -i \ "s/\(.*copyright (C) [0-9]\+\)\(-[0-9]\+\)\?\(.*Psycopg Team.*\)/\1-$(date +%Y)\3/I"
Diffstat (limited to 'psycopg')
-rw-r--r--psycopg/adapter_asis.c2
-rw-r--r--psycopg/adapter_asis.h2
-rw-r--r--psycopg/adapter_binary.c2
-rw-r--r--psycopg/adapter_binary.h2
-rw-r--r--psycopg/adapter_datetime.c2
-rw-r--r--psycopg/adapter_datetime.h2
-rw-r--r--psycopg/adapter_list.c2
-rw-r--r--psycopg/adapter_list.h2
-rw-r--r--psycopg/adapter_pboolean.c2
-rw-r--r--psycopg/adapter_pboolean.h2
-rw-r--r--psycopg/adapter_pdecimal.c2
-rw-r--r--psycopg/adapter_pdecimal.h2
-rw-r--r--psycopg/adapter_pfloat.c2
-rw-r--r--psycopg/adapter_pfloat.h2
-rw-r--r--psycopg/adapter_pint.c2
-rw-r--r--psycopg/adapter_pint.h2
-rw-r--r--psycopg/adapter_qstring.c2
-rw-r--r--psycopg/adapter_qstring.h2
-rw-r--r--psycopg/aix_support.c2
-rw-r--r--psycopg/aix_support.h2
-rw-r--r--psycopg/bytes_format.c2
-rw-r--r--psycopg/column.h2
-rw-r--r--psycopg/column_type.c2
-rw-r--r--psycopg/config.h2
-rw-r--r--psycopg/connection.h2
-rw-r--r--psycopg/connection_int.c2
-rw-r--r--psycopg/connection_type.c2
-rw-r--r--psycopg/conninfo.h2
-rw-r--r--psycopg/conninfo_type.c2
-rw-r--r--psycopg/cursor.h2
-rw-r--r--psycopg/cursor_int.c2
-rw-r--r--psycopg/cursor_type.c2
-rw-r--r--psycopg/diagnostics.h2
-rw-r--r--psycopg/diagnostics_type.c2
-rw-r--r--psycopg/error.h2
-rw-r--r--psycopg/error_type.c2
-rw-r--r--psycopg/green.c2
-rw-r--r--psycopg/green.h2
-rw-r--r--psycopg/libpq_support.c2
-rw-r--r--psycopg/libpq_support.h2
-rw-r--r--psycopg/lobject.h2
-rw-r--r--psycopg/lobject_int.c2
-rw-r--r--psycopg/lobject_type.c2
-rw-r--r--psycopg/microprotocols.c2
-rw-r--r--psycopg/microprotocols.h2
-rw-r--r--psycopg/microprotocols_proto.c2
-rw-r--r--psycopg/microprotocols_proto.h2
-rw-r--r--psycopg/notify.h2
-rw-r--r--psycopg/notify_type.c2
-rw-r--r--psycopg/pqpath.c2
-rw-r--r--psycopg/pqpath.h2
-rw-r--r--psycopg/psycopg.h2
-rw-r--r--psycopg/psycopgmodule.c2
-rw-r--r--psycopg/python.h2
-rw-r--r--psycopg/replication_connection.h2
-rw-r--r--psycopg/replication_connection_type.c2
-rw-r--r--psycopg/replication_cursor.h2
-rw-r--r--psycopg/replication_cursor_type.c2
-rw-r--r--psycopg/replication_message.h2
-rw-r--r--psycopg/replication_message_type.c2
-rw-r--r--psycopg/solaris_support.c2
-rw-r--r--psycopg/solaris_support.h2
-rw-r--r--psycopg/typecast.c2
-rw-r--r--psycopg/typecast.h2
-rw-r--r--psycopg/typecast_array.c2
-rw-r--r--psycopg/typecast_basic.c2
-rw-r--r--psycopg/typecast_binary.c2
-rw-r--r--psycopg/typecast_binary.h2
-rw-r--r--psycopg/typecast_datetime.c2
-rw-r--r--psycopg/utils.c2
-rw-r--r--psycopg/utils.h2
-rw-r--r--psycopg/win32_support.c2
-rw-r--r--psycopg/win32_support.h2
-rw-r--r--psycopg/xid.h2
-rw-r--r--psycopg/xid_type.c2
75 files changed, 75 insertions, 75 deletions
diff --git a/psycopg/adapter_asis.c b/psycopg/adapter_asis.c
index 49240bd..5c75786 100644
--- a/psycopg/adapter_asis.c
+++ b/psycopg/adapter_asis.c
@@ -1,7 +1,7 @@
/* adapter_asis.c - adapt types as they are
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/adapter_asis.h b/psycopg/adapter_asis.h
index 370cda6..b6c82b7 100644
--- a/psycopg/adapter_asis.h
+++ b/psycopg/adapter_asis.h
@@ -1,7 +1,7 @@
/* adapter_asis.h - definition for the psycopg AsIs type wrapper
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/adapter_binary.c b/psycopg/adapter_binary.c
index f6f7cdd..d6b110c 100644
--- a/psycopg/adapter_binary.c
+++ b/psycopg/adapter_binary.c
@@ -1,7 +1,7 @@
/* adapter_binary.c - Binary objects
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/adapter_binary.h b/psycopg/adapter_binary.h
index a1ff274..54f9fb5 100644
--- a/psycopg/adapter_binary.h
+++ b/psycopg/adapter_binary.h
@@ -1,7 +1,7 @@
/* adapter_binary.h - definition for the Binary type
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/adapter_datetime.c b/psycopg/adapter_datetime.c
index 28a7d09..9df26ad 100644
--- a/psycopg/adapter_datetime.c
+++ b/psycopg/adapter_datetime.c
@@ -1,7 +1,7 @@
/* adapter_datetime.c - python date/time objects
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/adapter_datetime.h b/psycopg/adapter_datetime.h
index 861c062..7705db3 100644
--- a/psycopg/adapter_datetime.h
+++ b/psycopg/adapter_datetime.h
@@ -1,7 +1,7 @@
/* adapter_datetime.h - definition for the python date/time types
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/adapter_list.c b/psycopg/adapter_list.c
index 651dc3e..e22292b 100644
--- a/psycopg/adapter_list.c
+++ b/psycopg/adapter_list.c
@@ -1,7 +1,7 @@
/* adapter_list.c - python list objects
*
* Copyright (C) 2004-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/adapter_list.h b/psycopg/adapter_list.h
index ce841e4..2e00b53 100644
--- a/psycopg/adapter_list.h
+++ b/psycopg/adapter_list.h
@@ -1,7 +1,7 @@
/* adapter_list.h - definition for the python list types
*
* Copyright (C) 2004-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/adapter_pboolean.c b/psycopg/adapter_pboolean.c
index 4edc7bd..6a28119 100644
--- a/psycopg/adapter_pboolean.c
+++ b/psycopg/adapter_pboolean.c
@@ -1,7 +1,7 @@
/* adapter_pboolean.c - psycopg boolean type wrapper implementation
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/adapter_pboolean.h b/psycopg/adapter_pboolean.h
index b720899..562fedc 100644
--- a/psycopg/adapter_pboolean.h
+++ b/psycopg/adapter_pboolean.h
@@ -1,7 +1,7 @@
/* adapter_pboolean.h - definition for the psycopg boolean type wrapper
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/adapter_pdecimal.c b/psycopg/adapter_pdecimal.c
index a178f88..25a7212 100644
--- a/psycopg/adapter_pdecimal.c
+++ b/psycopg/adapter_pdecimal.c
@@ -1,7 +1,7 @@
/* adapter_pdecimal.c - psycopg Decimal type wrapper implementation
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/adapter_pdecimal.h b/psycopg/adapter_pdecimal.h
index c4f1539..24b5ec5 100644
--- a/psycopg/adapter_pdecimal.h
+++ b/psycopg/adapter_pdecimal.h
@@ -1,7 +1,7 @@
/* adapter_pdecimal.h - definition for the psycopg Decimal type wrapper
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/adapter_pfloat.c b/psycopg/adapter_pfloat.c
index e72e7f1..9893523 100644
--- a/psycopg/adapter_pfloat.c
+++ b/psycopg/adapter_pfloat.c
@@ -1,7 +1,7 @@
/* adapter_float.c - psycopg pfloat type wrapper implementation
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/adapter_pfloat.h b/psycopg/adapter_pfloat.h
index 551ebf9..8a12564 100644
--- a/psycopg/adapter_pfloat.h
+++ b/psycopg/adapter_pfloat.h
@@ -1,7 +1,7 @@
/* adapter_pfloat.h - definition for the psycopg float type wrapper
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/adapter_pint.c b/psycopg/adapter_pint.c
index 63bfae5..d3cf508 100644
--- a/psycopg/adapter_pint.c
+++ b/psycopg/adapter_pint.c
@@ -1,7 +1,7 @@
/* adapter_int.c - psycopg pint type wrapper implementation
*
* Copyright (C) 2011-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/adapter_pint.h b/psycopg/adapter_pint.h
index 26be5ed..49ad8b2 100644
--- a/psycopg/adapter_pint.h
+++ b/psycopg/adapter_pint.h
@@ -1,7 +1,7 @@
/* adapter_pint.h - definition for the psycopg int type wrapper
*
* Copyright (C) 2011-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/adapter_qstring.c b/psycopg/adapter_qstring.c
index ee2de9a..3a3ad63 100644
--- a/psycopg/adapter_qstring.c
+++ b/psycopg/adapter_qstring.c
@@ -1,7 +1,7 @@
/* adapter_qstring.c - QuotedString objects
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/adapter_qstring.h b/psycopg/adapter_qstring.h
index 2fa3083..7e139ba 100644
--- a/psycopg/adapter_qstring.h
+++ b/psycopg/adapter_qstring.h
@@ -1,7 +1,7 @@
/* adapter_qstring.h - definition for the QuotedString type
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/aix_support.c b/psycopg/aix_support.c
index dc83a39..941bcab 100644
--- a/psycopg/aix_support.c
+++ b/psycopg/aix_support.c
@@ -2,7 +2,7 @@
*
* Copyright (C) 2017 My Karlsson <mk@acc.umu.se>
* Copyright (c) 2018, Joyent, Inc.
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/aix_support.h b/psycopg/aix_support.h
index 81f2bd6..14c1220 100644
--- a/psycopg/aix_support.h
+++ b/psycopg/aix_support.h
@@ -2,7 +2,7 @@
*
* Copyright (C) 2017 My Karlsson <mk@acc.umu.se>
* Copyright (c) 2018-2019, Joyent, Inc.
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/bytes_format.c b/psycopg/bytes_format.c
index ea12125..d34a017 100644
--- a/psycopg/bytes_format.c
+++ b/psycopg/bytes_format.c
@@ -1,7 +1,7 @@
/* bytes_format.c - bytes-oriented version of PyString_Format
*
* Copyright (C) 2010-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/column.h b/psycopg/column.h
index 7d18583..1173fb5 100644
--- a/psycopg/column.h
+++ b/psycopg/column.h
@@ -1,7 +1,7 @@
/* column.h - definition for a column in cursor.description type
*
* Copyright (C) 2018-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/column_type.c b/psycopg/column_type.c
index 80e6d31..2f98950 100644
--- a/psycopg/column_type.c
+++ b/psycopg/column_type.c
@@ -1,7 +1,7 @@
/* column_type.c - python interface to cursor.description objects
*
* Copyright (C) 2018-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/config.h b/psycopg/config.h
index 7813245..0830f93 100644
--- a/psycopg/config.h
+++ b/psycopg/config.h
@@ -1,7 +1,7 @@
/* config.h - general config and Dprintf macro
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/connection.h b/psycopg/connection.h
index e4a88ae..6d61c2e 100644
--- a/psycopg/connection.h
+++ b/psycopg/connection.h
@@ -1,7 +1,7 @@
/* connection.h - definition for the psycopg connection type
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/connection_int.c b/psycopg/connection_int.c
index da8a464..34c6957 100644
--- a/psycopg/connection_int.c
+++ b/psycopg/connection_int.c
@@ -1,7 +1,7 @@
/* connection_int.c - code used by the connection object
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/connection_type.c b/psycopg/connection_type.c
index b826a8b..92d5a86 100644
--- a/psycopg/connection_type.c
+++ b/psycopg/connection_type.c
@@ -1,7 +1,7 @@
/* connection_type.c - python interface to connection objects
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/conninfo.h b/psycopg/conninfo.h
index 4063ca8..6887d4b 100644
--- a/psycopg/conninfo.h
+++ b/psycopg/conninfo.h
@@ -1,7 +1,7 @@
/* connection.h - definition for the psycopg ConnectionInfo type
*
* Copyright (C) 2018-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/conninfo_type.c b/psycopg/conninfo_type.c
index 6258a07..9a10c94 100644
--- a/psycopg/conninfo_type.c
+++ b/psycopg/conninfo_type.c
@@ -1,7 +1,7 @@
/* conninfo_type.c - present information about the libpq connection
*
* Copyright (C) 2018-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/cursor.h b/psycopg/cursor.h
index d946cf7..b50894c 100644
--- a/psycopg/cursor.h
+++ b/psycopg/cursor.h
@@ -1,7 +1,7 @@
/* cursor.h - definition for the psycopg cursor type
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/cursor_int.c b/psycopg/cursor_int.c
index 7123b0d..7009ee8 100644
--- a/psycopg/cursor_int.c
+++ b/psycopg/cursor_int.c
@@ -1,7 +1,7 @@
/* cursor_int.c - code used by the cursor object
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/cursor_type.c b/psycopg/cursor_type.c
index abab40c..efdeefc 100644
--- a/psycopg/cursor_type.c
+++ b/psycopg/cursor_type.c
@@ -1,7 +1,7 @@
/* cursor_type.c - python interface to cursor objects
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/diagnostics.h b/psycopg/diagnostics.h
index 6abfa32..2e2858d 100644
--- a/psycopg/diagnostics.h
+++ b/psycopg/diagnostics.h
@@ -1,7 +1,7 @@
/* diagnostics.c - definition for the psycopg Diagnostics type
*
* Copyright (C) 2013-2019 Matthew Woodcraft <matthew@woodcraft.me.uk>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/diagnostics_type.c b/psycopg/diagnostics_type.c
index 3198312..a46e7d8 100644
--- a/psycopg/diagnostics_type.c
+++ b/psycopg/diagnostics_type.c
@@ -1,7 +1,7 @@
/* diagnostics.c - present information from libpq error responses
*
* Copyright (C) 2013-2019 Matthew Woodcraft <matthew@woodcraft.me.uk>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/error.h b/psycopg/error.h
index 44b7619..3312899 100644
--- a/psycopg/error.h
+++ b/psycopg/error.h
@@ -1,7 +1,7 @@
/* error.h - definition for the psycopg base Error type
*
* Copyright (C) 2013-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/error_type.c b/psycopg/error_type.c
index 60b2c48..5fd96e2 100644
--- a/psycopg/error_type.c
+++ b/psycopg/error_type.c
@@ -1,7 +1,7 @@
/* error_type.c - python interface to the Error objects
*
* Copyright (C) 2013-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/green.c b/psycopg/green.c
index e9dba7c..9de05e7 100644
--- a/psycopg/green.c
+++ b/psycopg/green.c
@@ -1,7 +1,7 @@
/* green.c - cooperation with coroutine libraries.
*
* Copyright (C) 2010-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/green.h b/psycopg/green.h
index 8bb8429..f4a675c 100644
--- a/psycopg/green.h
+++ b/psycopg/green.h
@@ -1,7 +1,7 @@
/* green.c - cooperation with coroutine libraries.
*
* Copyright (C) 2010-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/libpq_support.c b/psycopg/libpq_support.c
index b122a9a..d259eca 100644
--- a/psycopg/libpq_support.c
+++ b/psycopg/libpq_support.c
@@ -3,7 +3,7 @@
* streaming replication
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/libpq_support.h b/psycopg/libpq_support.h
index 4264d3b..0b304d6 100644
--- a/psycopg/libpq_support.h
+++ b/psycopg/libpq_support.h
@@ -1,7 +1,7 @@
/* libpq_support.h - definitions for libpq_support.c
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/lobject.h b/psycopg/lobject.h
index ae7c174..37e6b13 100644
--- a/psycopg/lobject.h
+++ b/psycopg/lobject.h
@@ -1,7 +1,7 @@
/* lobject.h - definition for the psycopg lobject type
*
* Copyright (C) 2006-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/lobject_int.c b/psycopg/lobject_int.c
index cf17721..f0c72c1 100644
--- a/psycopg/lobject_int.c
+++ b/psycopg/lobject_int.c
@@ -1,7 +1,7 @@
/* lobject_int.c - code used by the lobject object
*
* Copyright (C) 2006-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/lobject_type.c b/psycopg/lobject_type.c
index 12b6c8d..8376b3a 100644
--- a/psycopg/lobject_type.c
+++ b/psycopg/lobject_type.c
@@ -1,7 +1,7 @@
/* lobject_type.c - python interface to lobject objects
*
* Copyright (C) 2006-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/microprotocols.c b/psycopg/microprotocols.c
index 4600bd4..cbd22da 100644
--- a/psycopg/microprotocols.c
+++ b/psycopg/microprotocols.c
@@ -1,7 +1,7 @@
/* microprotocols.c - minimalist and non-validating protocols implementation
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/microprotocols.h b/psycopg/microprotocols.h
index ac6fbf8..434e9e9 100644
--- a/psycopg/microprotocols.h
+++ b/psycopg/microprotocols.h
@@ -1,7 +1,7 @@
/* microprotocols.c - definitions for minimalist and non-validating protocols
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/microprotocols_proto.c b/psycopg/microprotocols_proto.c
index 00f79e5..d32250e 100644
--- a/psycopg/microprotocols_proto.c
+++ b/psycopg/microprotocols_proto.c
@@ -1,7 +1,7 @@
/* microprotocol_proto.c - psycopg protocols
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/microprotocols_proto.h b/psycopg/microprotocols_proto.h
index bc29dcd..8d47d12 100644
--- a/psycopg/microprotocols_proto.h
+++ b/psycopg/microprotocols_proto.h
@@ -1,7 +1,7 @@
/* microporotocols_proto.h - definition for psycopg's protocols
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/notify.h b/psycopg/notify.h
index ab14ab4..2641db8 100644
--- a/psycopg/notify.h
+++ b/psycopg/notify.h
@@ -1,7 +1,7 @@
/* notify.h - definition for the psycopg Notify type
*
* Copyright (C) 2010-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/notify_type.c b/psycopg/notify_type.c
index 68dd092..44b66b5 100644
--- a/psycopg/notify_type.c
+++ b/psycopg/notify_type.c
@@ -1,7 +1,7 @@
/* notify_type.c - python interface to Notify objects
*
* Copyright (C) 2010-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/pqpath.c b/psycopg/pqpath.c
index ff783ec..ec02067 100644
--- a/psycopg/pqpath.c
+++ b/psycopg/pqpath.c
@@ -1,7 +1,7 @@
/* pqpath.c - single path into libpq
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/pqpath.h b/psycopg/pqpath.h
index a5559ee..d5ba4d1 100644
--- a/psycopg/pqpath.h
+++ b/psycopg/pqpath.h
@@ -1,7 +1,7 @@
/* pqpath.h - definitions for pqpath.c
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/psycopg.h b/psycopg/psycopg.h
index 67af299..afda00f 100644
--- a/psycopg/psycopg.h
+++ b/psycopg/psycopg.h
@@ -1,7 +1,7 @@
/* psycopg.h - definitions for the psycopg python module
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/psycopgmodule.c b/psycopg/psycopgmodule.c
index 57c56ee..5ab6f5f 100644
--- a/psycopg/psycopgmodule.c
+++ b/psycopg/psycopgmodule.c
@@ -1,7 +1,7 @@
/* psycopgmodule.c - psycopg module (will import other C classes)
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/python.h b/psycopg/python.h
index 7be45bd..491d285 100644
--- a/psycopg/python.h
+++ b/psycopg/python.h
@@ -1,7 +1,7 @@
/* python.h - python version compatibility stuff
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/replication_connection.h b/psycopg/replication_connection.h
index c0cf90b..bf3c91c 100644
--- a/psycopg/replication_connection.h
+++ b/psycopg/replication_connection.h
@@ -1,7 +1,7 @@
/* replication_connection.h - definition for the psycopg replication connection type
*
* Copyright (C) 2015-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/replication_connection_type.c b/psycopg/replication_connection_type.c
index a51e353..b8c1d2d 100644
--- a/psycopg/replication_connection_type.c
+++ b/psycopg/replication_connection_type.c
@@ -1,7 +1,7 @@
/* replication_connection_type.c - python interface to replication connection objects
*
* Copyright (C) 2015-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/replication_cursor.h b/psycopg/replication_cursor.h
index c7a0d5e..d102d73 100644
--- a/psycopg/replication_cursor.h
+++ b/psycopg/replication_cursor.h
@@ -1,7 +1,7 @@
/* replication_cursor.h - definition for the psycopg replication cursor type
*
* Copyright (C) 2015-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/replication_cursor_type.c b/psycopg/replication_cursor_type.c
index 5ca7652..689a131 100644
--- a/psycopg/replication_cursor_type.c
+++ b/psycopg/replication_cursor_type.c
@@ -1,7 +1,7 @@
/* replication_cursor_type.c - python interface to replication cursor objects
*
* Copyright (C) 2015-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/replication_message.h b/psycopg/replication_message.h
index df538af..c03e606 100644
--- a/psycopg/replication_message.h
+++ b/psycopg/replication_message.h
@@ -1,7 +1,7 @@
/* replication_message.h - definition for the psycopg ReplicationMessage type
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/replication_message_type.c b/psycopg/replication_message_type.c
index aeff12b..a137f84 100644
--- a/psycopg/replication_message_type.c
+++ b/psycopg/replication_message_type.c
@@ -1,7 +1,7 @@
/* replication_message_type.c - python interface to ReplcationMessage objects
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/solaris_support.c b/psycopg/solaris_support.c
index 806384f..da95b38 100644
--- a/psycopg/solaris_support.c
+++ b/psycopg/solaris_support.c
@@ -2,7 +2,7 @@
*
* Copyright (C) 2017 My Karlsson <mk@acc.umu.se>
* Copyright (c) 2018, Joyent, Inc.
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/solaris_support.h b/psycopg/solaris_support.h
index be1e1ac..ba9a565 100644
--- a/psycopg/solaris_support.h
+++ b/psycopg/solaris_support.h
@@ -2,7 +2,7 @@
*
* Copyright (C) 2017 My Karlsson <mk@acc.umu.se>
* Copyright (c) 2018-2019, Joyent, Inc.
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/typecast.c b/psycopg/typecast.c
index 3ac51e7..c1facc4 100644
--- a/psycopg/typecast.c
+++ b/psycopg/typecast.c
@@ -1,7 +1,7 @@
/* typecast.c - basic utility functions related to typecasting
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/typecast.h b/psycopg/typecast.h
index baf1bff..050345f 100644
--- a/psycopg/typecast.h
+++ b/psycopg/typecast.h
@@ -1,7 +1,7 @@
/* typecast.h - definitions for typecasters
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/typecast_array.c b/psycopg/typecast_array.c
index ca54414..7eac99d 100644
--- a/psycopg/typecast_array.c
+++ b/psycopg/typecast_array.c
@@ -1,7 +1,7 @@
/* typecast_array.c - array typecasters
*
* Copyright (C) 2005-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/typecast_basic.c b/psycopg/typecast_basic.c
index 9363cf1..f73f60b 100644
--- a/psycopg/typecast_basic.c
+++ b/psycopg/typecast_basic.c
@@ -1,7 +1,7 @@
/* pgcasts_basic.c - basic typecasting functions to python types
*
* Copyright (C) 2001-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/typecast_binary.c b/psycopg/typecast_binary.c
index 9dd2194..e255581 100644
--- a/psycopg/typecast_binary.c
+++ b/psycopg/typecast_binary.c
@@ -1,7 +1,7 @@
/* typecast_binary.c - binary typecasting functions to python types
*
* Copyright (C) 2001-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/typecast_binary.h b/psycopg/typecast_binary.h
index 041f026..e6773ed 100644
--- a/psycopg/typecast_binary.h
+++ b/psycopg/typecast_binary.h
@@ -1,7 +1,7 @@
/* typecast_binary.h - definitions for binary typecaster
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/typecast_datetime.c b/psycopg/typecast_datetime.c
index 121a228..e5e5110 100644
--- a/psycopg/typecast_datetime.c
+++ b/psycopg/typecast_datetime.c
@@ -1,7 +1,7 @@
/* typecast_datetime.c - date and time typecasting functions to python types
*
* Copyright (C) 2001-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/utils.c b/psycopg/utils.c
index d585b2c..16be906 100644
--- a/psycopg/utils.c
+++ b/psycopg/utils.c
@@ -1,7 +1,7 @@
/* utils.c - miscellaneous utility functions
*
* Copyright (C) 2008-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/utils.h b/psycopg/utils.h
index c62b310..5223d3a 100644
--- a/psycopg/utils.h
+++ b/psycopg/utils.h
@@ -1,7 +1,7 @@
/* utils.h - function definitions for utility file
*
* Copyright (C) 2018-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/win32_support.c b/psycopg/win32_support.c
index f39bc44..e82575a 100644
--- a/psycopg/win32_support.c
+++ b/psycopg/win32_support.c
@@ -1,7 +1,7 @@
/* win32_support.c - emulate some functions missing on Win32
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/win32_support.h b/psycopg/win32_support.h
index c803bef..9fca0d6 100644
--- a/psycopg/win32_support.h
+++ b/psycopg/win32_support.h
@@ -1,7 +1,7 @@
/* win32_support.h - definitions for win32_support.c
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/xid.h b/psycopg/xid.h
index 873fa00..d8d90bd 100644
--- a/psycopg/xid.h
+++ b/psycopg/xid.h
@@ -2,7 +2,7 @@
*
* Copyright (C) 2008-2019 James Henstridge <james@jamesh.id.au>
* Copyright (C) 2010-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*
diff --git a/psycopg/xid_type.c b/psycopg/xid_type.c
index 2ac36ed..094c58c 100644
--- a/psycopg/xid_type.c
+++ b/psycopg/xid_type.c
@@ -2,7 +2,7 @@
*
* Copyright (C) 2008 Canonical Ltd.
* Copyright (C) 2010-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*