diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-03-10 15:24:28 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-03-10 15:24:28 -0400 |
commit | 50866d2f857dd45bb2d186a0fa076768437d62a3 (patch) | |
tree | 13d297d88c14fe40ad7a0efa4d38d18acf550422 /lib/sqlalchemy/dialects/postgresql/json.py | |
parent | ff846286f2f63fb48181b24ad0b64430eacf6aef (diff) | |
download | sqlalchemy-50866d2f857dd45bb2d186a0fa076768437d62a3.tar.gz |
- copyright 2015
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/json.py')
-rw-r--r-- | lib/sqlalchemy/dialects/postgresql/json.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/dialects/postgresql/json.py b/lib/sqlalchemy/dialects/postgresql/json.py index f38c4a56a..13ebc4afe 100644 --- a/lib/sqlalchemy/dialects/postgresql/json.py +++ b/lib/sqlalchemy/dialects/postgresql/json.py @@ -1,5 +1,5 @@ # postgresql/json.py -# Copyright (C) 2005-2014 the SQLAlchemy authors and contributors +# Copyright (C) 2005-2015 the SQLAlchemy authors and contributors # <see AUTHORS file> # # This module is part of SQLAlchemy and is released under |