summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/compiler.py
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2017-01-09 14:24:46 -0500
committerGerrit Code Review <gerrit@awstats.zzzcomputing.com>2017-01-09 14:24:46 -0500
commitbc4a96836d5bfb911da26f7e77119f3a7b356f2e (patch)
tree76861c33ff78bc481f0bbb1c4b5c18e615da99ba /lib/sqlalchemy/sql/compiler.py
parent2b4d028a69270c1c7918281a60280dd0b65963a2 (diff)
parent64e72b58fd74db0c5c87407c824d08ad699e5e8e (diff)
downloadsqlalchemy-bc4a96836d5bfb911da26f7e77119f3a7b356f2e.tar.gz
Merge "update for 2017 copyright"
Diffstat (limited to 'lib/sqlalchemy/sql/compiler.py')
-rw-r--r--lib/sqlalchemy/sql/compiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/sql/compiler.py b/lib/sqlalchemy/sql/compiler.py
index b8c897cb9..0ead0994f 100644
--- a/lib/sqlalchemy/sql/compiler.py
+++ b/lib/sqlalchemy/sql/compiler.py
@@ -1,5 +1,5 @@
# sql/compiler.py
-# Copyright (C) 2005-2016 the SQLAlchemy authors and contributors
+# Copyright (C) 2005-2017 the SQLAlchemy authors and contributors
# <see AUTHORS file>
#
# This module is part of SQLAlchemy and is released under