summaryrefslogtreecommitdiff
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
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"
-rw-r--r--doc/src/conf.py2
-rw-r--r--lib/__init__.py2
-rw-r--r--lib/_ipaddress.py2
-rw-r--r--lib/_json.py2
-rw-r--r--lib/_range.py2
-rw-r--r--lib/errorcodes.py2
-rw-r--r--lib/errors.py2
-rw-r--r--lib/extensions.py2
-rw-r--r--lib/extras.py2
-rw-r--r--lib/pool.py2
-rw-r--r--lib/sql.py2
-rw-r--r--lib/tz.py2
-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
-rwxr-xr-xscripts/make_errorcodes.py2
-rwxr-xr-xscripts/make_errors.py2
-rwxr-xr-xscripts/refcounter.py2
-rw-r--r--setup.py2
-rwxr-xr-xtests/__init__.py2
-rwxr-xr-xtests/test_async.py2
-rwxr-xr-xtests/test_bugX000.py2
-rwxr-xr-xtests/test_bug_gc.py2
-rwxr-xr-xtests/test_cancel.py2
-rwxr-xr-xtests/test_connection.py2
-rwxr-xr-xtests/test_copy.py2
-rwxr-xr-xtests/test_cursor.py2
-rwxr-xr-xtests/test_dates.py2
-rwxr-xr-xtests/test_errcodes.py2
-rwxr-xr-xtests/test_errors.py2
-rwxr-xr-xtests/test_extras_dictcursor.py2
-rwxr-xr-xtests/test_fast_executemany.py2
-rwxr-xr-xtests/test_green.py2
-rwxr-xr-xtests/test_ipaddress.py2
-rwxr-xr-xtests/test_lobject.py2
-rwxr-xr-xtests/test_module.py2
-rwxr-xr-xtests/test_notify.py2
-rwxr-xr-xtests/test_psycopg2_dbapi20.py2
-rwxr-xr-xtests/test_quote.py2
-rwxr-xr-xtests/test_replication.py2
-rwxr-xr-xtests/test_sql.py2
-rwxr-xr-xtests/test_transaction.py2
-rwxr-xr-xtests/test_types_basic.py2
-rwxr-xr-xtests/test_types_extras.py2
-rwxr-xr-xtests/test_with.py2
-rw-r--r--tests/testutils.py2
118 files changed, 118 insertions, 118 deletions
diff --git a/doc/src/conf.py b/doc/src/conf.py
index d565c97..c40c493 100644
--- a/doc/src/conf.py
+++ b/doc/src/conf.py
@@ -49,7 +49,7 @@ master_doc = 'index'
# General information about the project.
project = 'Psycopg'
copyright = (
- '2001-2020, Federico Di Gregorio, Daniele Varrazzo, The Psycopg Team'
+ '2001-2021, Federico Di Gregorio, Daniele Varrazzo, The Psycopg Team'
)
# The version info for the project you're documenting, acts as replacement for
diff --git a/lib/__init__.py b/lib/__init__.py
index 8d61892..59a8938 100644
--- a/lib/__init__.py
+++ b/lib/__init__.py
@@ -19,7 +19,7 @@ Homepage: https://psycopg.org/
# psycopg/__init__.py - initialization of the psycopg module
#
# Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/lib/_ipaddress.py b/lib/_ipaddress.py
index 4094c27..d38566c 100644
--- a/lib/_ipaddress.py
+++ b/lib/_ipaddress.py
@@ -4,7 +4,7 @@
# psycopg/_ipaddress.py - Ipaddres-based network types adaptation
#
# Copyright (C) 2016-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/lib/_json.py b/lib/_json.py
index 4ceaba0..9502422 100644
--- a/lib/_json.py
+++ b/lib/_json.py
@@ -8,7 +8,7 @@ extensions importing register_json from extras.
# psycopg/_json.py - Implementation of the JSON adaptation objects
#
# Copyright (C) 2012-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/lib/_range.py b/lib/_range.py
index a59bab8..19a05d3 100644
--- a/lib/_range.py
+++ b/lib/_range.py
@@ -5,7 +5,7 @@
# psycopg/_range.py - Implementation of the Range type and adaptation
#
# Copyright (C) 2012-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/lib/errorcodes.py b/lib/errorcodes.py
index 7eb9a34..d511f1c 100644
--- a/lib/errorcodes.py
+++ b/lib/errorcodes.py
@@ -5,7 +5,7 @@ This module contains symbolic names for all PostgreSQL error codes.
# psycopg2/errorcodes.py - PostgreSQL error codes
#
# Copyright (C) 2006-2019 Johan Dahlin <jdahlin@async.com.br>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/lib/errors.py b/lib/errors.py
index 98983ff..e4e47f5 100644
--- a/lib/errors.py
+++ b/lib/errors.py
@@ -4,7 +4,7 @@
# psycopg/errors.py - SQLSTATE and DB-API exceptions
#
# Copyright (C) 2018-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/lib/extensions.py b/lib/extensions.py
index f941e02..b938d0c 100644
--- a/lib/extensions.py
+++ b/lib/extensions.py
@@ -13,7 +13,7 @@ This module holds all the extensions to the DBAPI-2.0 provided by psycopg.
# psycopg/extensions.py - DBAPI-2.0 extensions specific to psycopg
#
# Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/lib/extras.py b/lib/extras.py
index be39165..f921d2d 100644
--- a/lib/extras.py
+++ b/lib/extras.py
@@ -6,7 +6,7 @@ and classes until a better place in the distribution is found.
# psycopg/extras.py - miscellaneous extra goodies for psycopg
#
# Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/lib/pool.py b/lib/pool.py
index 5b14a3a..9d67d68 100644
--- a/lib/pool.py
+++ b/lib/pool.py
@@ -5,7 +5,7 @@ This module implements thread-safe (and not) connection pools.
# psycopg/pool.py - pooling code for psycopg
#
# Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/lib/sql.py b/lib/sql.py
index aa3b148..1c78090 100644
--- a/lib/sql.py
+++ b/lib/sql.py
@@ -4,7 +4,7 @@
# psycopg/sql.py - SQL composition utility module
#
# Copyright (C) 2016-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/lib/tz.py b/lib/tz.py
index 357aac0..d88ca37 100644
--- a/lib/tz.py
+++ b/lib/tz.py
@@ -7,7 +7,7 @@ functions or used to set the .tzinfo_factory attribute in cursors.
# psycopg/tz.py - tzinfo implementation
#
# Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
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.
*
diff --git a/scripts/make_errorcodes.py b/scripts/make_errorcodes.py
index 6152db7..66ca87b 100755
--- a/scripts/make_errorcodes.py
+++ b/scripts/make_errorcodes.py
@@ -5,7 +5,7 @@ The script can be run at a new PostgreSQL release to refresh the module.
"""
# Copyright (C) 2010-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/scripts/make_errors.py b/scripts/make_errors.py
index 0b4f0b1..fb22708 100755
--- a/scripts/make_errors.py
+++ b/scripts/make_errors.py
@@ -5,7 +5,7 @@ The script can be run at a new PostgreSQL release to refresh the module.
"""
# Copyright (C) 2018-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/scripts/refcounter.py b/scripts/refcounter.py
index 6de2f6d..e916dfa 100755
--- a/scripts/refcounter.py
+++ b/scripts/refcounter.py
@@ -7,7 +7,7 @@ script exits with error 1.
"""
# Copyright (C) 2011-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/setup.py b/setup.py
index a844db1..2c49cf4 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
# setup.py - distutils packaging
#
# Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/__init__.py b/tests/__init__.py
index 76a01ee..6502375 100755
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -3,7 +3,7 @@
# psycopg2 test suite
#
# Copyright (C) 2007-2019 Federico Di Gregorio <fog@debian.org>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_async.py b/tests/test_async.py
index fdc4224..ee6651d 100755
--- a/tests/test_async.py
+++ b/tests/test_async.py
@@ -3,7 +3,7 @@
# test_async.py - unit test for asynchronous API
#
# Copyright (C) 2010-2019 Jan Urbański <wulczer@wulczer.org>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_bugX000.py b/tests/test_bugX000.py
index 743098c..b7c672f 100755
--- a/tests/test_bugX000.py
+++ b/tests/test_bugX000.py
@@ -3,7 +3,7 @@
# bugX000.py - test for DateTime object allocation bug
#
# Copyright (C) 2007-2019 Federico Di Gregorio <fog@debian.org>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_bug_gc.py b/tests/test_bug_gc.py
index 3d0b789..650d1a5 100755
--- a/tests/test_bug_gc.py
+++ b/tests/test_bug_gc.py
@@ -3,7 +3,7 @@
# bug_gc.py - test for refcounting/GC bug
#
# Copyright (C) 2010-2019 Federico Di Gregorio <fog@debian.org>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_cancel.py b/tests/test_cancel.py
index 1f7d586..9320d3e 100755
--- a/tests/test_cancel.py
+++ b/tests/test_cancel.py
@@ -3,7 +3,7 @@
# test_cancel.py - unit test for query cancellation
#
# Copyright (C) 2010-2019 Jan Urbański <wulczer@wulczer.org>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_connection.py b/tests/test_connection.py
index 96a8301..c8009cd 100755
--- a/tests/test_connection.py
+++ b/tests/test_connection.py
@@ -3,7 +3,7 @@
# test_connection.py - unit test for connection attributes
#
# Copyright (C) 2008-2019 James Henstridge <james@jamesh.id.au>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_copy.py b/tests/test_copy.py
index 637fe0c..a36cf91 100755
--- a/tests/test_copy.py
+++ b/tests/test_copy.py
@@ -3,7 +3,7 @@
# test_copy.py - unit test for COPY support
#
# Copyright (C) 2010-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_cursor.py b/tests/test_cursor.py
index 0549e3c..04f535a 100755
--- a/tests/test_cursor.py
+++ b/tests/test_cursor.py
@@ -3,7 +3,7 @@
# test_cursor.py - unit test for cursor attributes
#
# Copyright (C) 2010-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_dates.py b/tests/test_dates.py
index d4d2e7f..7f52a91 100755
--- a/tests/test_dates.py
+++ b/tests/test_dates.py
@@ -3,7 +3,7 @@
# test_dates.py - unit test for dates handling
#
# Copyright (C) 2008-2019 James Henstridge <james@jamesh.id.au>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_errcodes.py b/tests/test_errcodes.py
index 88afd9d..139c1ad 100755
--- a/tests/test_errcodes.py
+++ b/tests/test_errcodes.py
@@ -3,7 +3,7 @@
# test_errcodes.py - unit test for psycopg2.errcodes module
#
# Copyright (C) 2015-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_errors.py b/tests/test_errors.py
index ec2950c..e3b5b23 100755
--- a/tests/test_errors.py
+++ b/tests/test_errors.py
@@ -3,7 +3,7 @@
# test_errors.py - unit test for psycopg2.errors module
#
# Copyright (C) 2018-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_extras_dictcursor.py b/tests/test_extras_dictcursor.py
index 4c63db7..186daf3 100755
--- a/tests/test_extras_dictcursor.py
+++ b/tests/test_extras_dictcursor.py
@@ -3,7 +3,7 @@
# extras_dictcursor - test if DictCursor extension class works
#
# Copyright (C) 2004-2019 Federico Di Gregorio <fog@debian.org>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_fast_executemany.py b/tests/test_fast_executemany.py
index a153ef0..289af5e 100755
--- a/tests/test_fast_executemany.py
+++ b/tests/test_fast_executemany.py
@@ -3,7 +3,7 @@
# test_fast_executemany.py - tests for fast executemany implementations
#
# Copyright (C) 2017-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_green.py b/tests/test_green.py
index fa9f298..e3a4946 100755
--- a/tests/test_green.py
+++ b/tests/test_green.py
@@ -3,7 +3,7 @@
# test_green.py - unit test for async wait callback
#
# Copyright (C) 2010-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_ipaddress.py b/tests/test_ipaddress.py
index 451ec0b..4a2339e 100755
--- a/tests/test_ipaddress.py
+++ b/tests/test_ipaddress.py
@@ -3,7 +3,7 @@
# test_ipaddress.py - tests for ipaddress support
#
# Copyright (C) 2016-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_lobject.py b/tests/test_lobject.py
index 8d94656..2ea5c91 100755
--- a/tests/test_lobject.py
+++ b/tests/test_lobject.py
@@ -3,7 +3,7 @@
# test_lobject.py - unit test for large objects support
#
# Copyright (C) 2008-2019 James Henstridge <james@jamesh.id.au>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_module.py b/tests/test_module.py
index 5b47ba2..7c03259 100755
--- a/tests/test_module.py
+++ b/tests/test_module.py
@@ -3,7 +3,7 @@
# test_module.py - unit test for the module interface
#
# Copyright (C) 2011-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_notify.py b/tests/test_notify.py
index a3586f8..03ab4cd 100755
--- a/tests/test_notify.py
+++ b/tests/test_notify.py
@@ -3,7 +3,7 @@
# test_notify.py - unit test for async notifications
#
# Copyright (C) 2010-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_psycopg2_dbapi20.py b/tests/test_psycopg2_dbapi20.py
index a38de14..304c24d 100755
--- a/tests/test_psycopg2_dbapi20.py
+++ b/tests/test_psycopg2_dbapi20.py
@@ -3,7 +3,7 @@
# test_psycopg2_dbapi20.py - DB API conformance test for psycopg2
#
# Copyright (C) 2006-2019 Federico Di Gregorio <fog@debian.org>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_quote.py b/tests/test_quote.py
index 98ec494..69d2600 100755
--- a/tests/test_quote.py
+++ b/tests/test_quote.py
@@ -3,7 +3,7 @@
# test_quote.py - unit test for strings quoting
#
# Copyright (C) 2007-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_replication.py b/tests/test_replication.py
index 569ed39..8ca2187 100755
--- a/tests/test_replication.py
+++ b/tests/test_replication.py
@@ -3,7 +3,7 @@
# test_replication.py - unit test for replication protocol
#
# Copyright (C) 2015-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_sql.py b/tests/test_sql.py
index 2d96208..8fb1f11 100755
--- a/tests/test_sql.py
+++ b/tests/test_sql.py
@@ -3,7 +3,7 @@
# test_sql.py - tests for the psycopg2.sql module
#
# Copyright (C) 2016-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_transaction.py b/tests/test_transaction.py
index 15a1ac2..315d63e 100755
--- a/tests/test_transaction.py
+++ b/tests/test_transaction.py
@@ -3,7 +3,7 @@
# test_transaction - unit test on transaction behaviour
#
# Copyright (C) 2007-2019 Federico Di Gregorio <fog@debian.org>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_types_basic.py b/tests/test_types_basic.py
index e5ee552..d21309e 100755
--- a/tests/test_types_basic.py
+++ b/tests/test_types_basic.py
@@ -3,7 +3,7 @@
# types_basic.py - tests for basic types conversions
#
# Copyright (C) 2004-2019 Federico Di Gregorio <fog@debian.org>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_types_extras.py b/tests/test_types_extras.py
index 26500eb..77f8998 100755
--- a/tests/test_types_extras.py
+++ b/tests/test_types_extras.py
@@ -3,7 +3,7 @@
# types_extras.py - tests for extras types conversions
#
# Copyright (C) 2008-2019 Federico Di Gregorio <fog@debian.org>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_with.py b/tests/test_with.py
index f52c747..f71989d 100755
--- a/tests/test_with.py
+++ b/tests/test_with.py
@@ -3,7 +3,7 @@
# test_ctxman.py - unit test for connection and cursor used as context manager
#
# Copyright (C) 2012-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/testutils.py b/tests/testutils.py
index 3f8ceb3..1384e84 100644
--- a/tests/testutils.py
+++ b/tests/testutils.py
@@ -2,7 +2,7 @@
#
# Copyright (C) 2010-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published