diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-01-05 16:57:05 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-01-05 16:57:05 -0500 |
| commit | f89d4d216bd7605c920b7b8a10ecde6bfea2238c (patch) | |
| tree | 549e0a7f2ed170394b4b35f3be386633e9a4f397 /lib/sqlalchemy/cextension | |
| parent | 8646a4c1093f18f5c6022919a04137734c4c2ba3 (diff) | |
| download | sqlalchemy-f89d4d216bd7605c920b7b8a10ecde6bfea2238c.tar.gz | |
- happy new year
Diffstat (limited to 'lib/sqlalchemy/cextension')
| -rw-r--r-- | lib/sqlalchemy/cextension/processors.c | 2 | ||||
| -rw-r--r-- | lib/sqlalchemy/cextension/resultproxy.c | 2 | ||||
| -rw-r--r-- | lib/sqlalchemy/cextension/utils.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/sqlalchemy/cextension/processors.c b/lib/sqlalchemy/cextension/processors.c index 34ae949f7..003c2e32e 100644 --- a/lib/sqlalchemy/cextension/processors.c +++ b/lib/sqlalchemy/cextension/processors.c @@ -1,6 +1,6 @@ /* processors.c -Copyright (C) 2010-2013 the SQLAlchemy authors and contributors <see AUTHORS file> +Copyright (C) 2010-2014 the SQLAlchemy authors and contributors <see AUTHORS file> Copyright (C) 2010-2011 Gaetan de Menten gdementen@gmail.com This module is part of SQLAlchemy and is released under diff --git a/lib/sqlalchemy/cextension/resultproxy.c b/lib/sqlalchemy/cextension/resultproxy.c index cd9e5e11d..481352a44 100644 --- a/lib/sqlalchemy/cextension/resultproxy.c +++ b/lib/sqlalchemy/cextension/resultproxy.c @@ -1,6 +1,6 @@ /* resultproxy.c -Copyright (C) 2010-2013 the SQLAlchemy authors and contributors <see AUTHORS file> +Copyright (C) 2010-2014 the SQLAlchemy authors and contributors <see AUTHORS file> Copyright (C) 2010-2011 Gaetan de Menten gdementen@gmail.com This module is part of SQLAlchemy and is released under diff --git a/lib/sqlalchemy/cextension/utils.c b/lib/sqlalchemy/cextension/utils.c index b7dafdc50..3c556e1c6 100644 --- a/lib/sqlalchemy/cextension/utils.c +++ b/lib/sqlalchemy/cextension/utils.c @@ -1,6 +1,6 @@ /* utils.c -Copyright (C) 2012-2013 the SQLAlchemy authors and contributors <see AUTHORS file> +Copyright (C) 2012-2014 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 |
