summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/testing/runner.py')
-rw-r--r--lib/sqlalchemy/testing/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/testing/runner.py b/lib/sqlalchemy/testing/runner.py
index b4478bedc..ac5ff40c4 100644
--- a/lib/sqlalchemy/testing/runner.py
+++ b/lib/sqlalchemy/testing/runner.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# testing/runner.py
-# Copyright (C) 2005-2018 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2019 the SQLAlchemy authors and contributors
# <see AUTHORS file>
#
# This module is part of SQLAlchemy and is released under