summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/connectors
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2022-01-06 14:18:36 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2022-01-06 14:18:36 -0500
commitad244b9b7577486bd4e22d74d64e35802af84977 (patch)
treeb92107617f69beabfee76a81b13e0705712e04e5 /lib/sqlalchemy/connectors
parentbfd66239250190114560114ef2ed324d58abedf3 (diff)
downloadsqlalchemy-ad244b9b7577486bd4e22d74d64e35802af84977.tar.gz
happy new year 2022
Change-Id: I49abf2607e0eb0623650efdf0091b1fb3db737ea
Diffstat (limited to 'lib/sqlalchemy/connectors')
-rw-r--r--lib/sqlalchemy/connectors/__init__.py2
-rw-r--r--lib/sqlalchemy/connectors/pyodbc.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/sqlalchemy/connectors/__init__.py b/lib/sqlalchemy/connectors/__init__.py
index eaa3e1a58..132a0a4de 100644
--- a/lib/sqlalchemy/connectors/__init__.py
+++ b/lib/sqlalchemy/connectors/__init__.py
@@ -1,5 +1,5 @@
# connectors/__init__.py
-# Copyright (C) 2005-2021 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2022 the SQLAlchemy authors and contributors
# <see AUTHORS file>
#
# This module is part of SQLAlchemy and is released under
diff --git a/lib/sqlalchemy/connectors/pyodbc.py b/lib/sqlalchemy/connectors/pyodbc.py
index 18c1085aa..f7d01ce43 100644
--- a/lib/sqlalchemy/connectors/pyodbc.py
+++ b/lib/sqlalchemy/connectors/pyodbc.py
@@ -1,5 +1,5 @@
# connectors/pyodbc.py
-# Copyright (C) 2005-2021 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2022 the SQLAlchemy authors and contributors
# <see AUTHORS file>
#
# This module is part of SQLAlchemy and is released under