diff options
author | mike bayer <mike_mp@zzzcomputing.com> | 2017-01-09 14:24:46 -0500 |
---|---|---|
committer | Gerrit Code Review <gerrit@awstats.zzzcomputing.com> | 2017-01-09 14:24:46 -0500 |
commit | bc4a96836d5bfb911da26f7e77119f3a7b356f2e (patch) | |
tree | 76861c33ff78bc481f0bbb1c4b5c18e615da99ba /lib/sqlalchemy/sql/compiler.py | |
parent | 2b4d028a69270c1c7918281a60280dd0b65963a2 (diff) | |
parent | 64e72b58fd74db0c5c87407c824d08ad699e5e8e (diff) | |
download | sqlalchemy-bc4a96836d5bfb911da26f7e77119f3a7b356f2e.tar.gz |
Merge "update for 2017 copyright"
Diffstat (limited to 'lib/sqlalchemy/sql/compiler.py')
-rw-r--r-- | lib/sqlalchemy/sql/compiler.py | 2 |
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 |