summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/asyncio/exc.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/ext/asyncio/exc.py')
-rw-r--r--lib/sqlalchemy/ext/asyncio/exc.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/sqlalchemy/ext/asyncio/exc.py b/lib/sqlalchemy/ext/asyncio/exc.py
index 6137bf6df..ef9e76370 100644
--- a/lib/sqlalchemy/ext/asyncio/exc.py
+++ b/lib/sqlalchemy/ext/asyncio/exc.py
@@ -1,3 +1,10 @@
+# ext/asyncio/exc.py
+# Copyright (C) 2020-2021 the SQLAlchemy authors and contributors
+# <see AUTHORS file>
+#
+# This module is part of SQLAlchemy and is released under
+# the MIT License: http://www.opensource.org/licenses/mit-license.php
+
from ... import exc