diff options
| author | Diana Clarke <diana.joan.clarke@gmail.com> | 2013-01-01 19:08:19 -0500 |
|---|---|---|
| committer | Diana Clarke <diana.joan.clarke@gmail.com> | 2013-01-01 19:08:19 -0500 |
| commit | 24c238ac32f530a33ab4eb4f8290e0877627814a (patch) | |
| tree | d06527f01c4fc7d09f7ce4dbe180f444a9022ec6 | |
| parent | 5db55c999faae04ca338b0d4b034b3b99e0ca3fa (diff) | |
| download | sqlalchemy-24c238ac32f530a33ab4eb4f8290e0877627814a.tar.gz | |
happy new year (see #2645)
| -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 c261142a7..4e82ffc6b 100644 --- a/lib/sqlalchemy/cextension/processors.c +++ b/lib/sqlalchemy/cextension/processors.c @@ -1,6 +1,6 @@ /* processors.c -Copyright (C) 2010-2012 the SQLAlchemy authors and contributors <see AUTHORS file> +Copyright (C) 2010-2013 the SQLAlchemy authors and contributors <see AUTHORS file> Copyright (C) 2010 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 76c785f85..b70f9c271 100644 --- a/lib/sqlalchemy/cextension/resultproxy.c +++ b/lib/sqlalchemy/cextension/resultproxy.c @@ -1,6 +1,6 @@ /* resultproxy.c -Copyright (C) 2010-2012 the SQLAlchemy authors and contributors <see AUTHORS file> +Copyright (C) 2010-2013 the SQLAlchemy authors and contributors <see AUTHORS file> Copyright (C) 2010 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 f4d986ef8..5928c4103 100644 --- a/lib/sqlalchemy/cextension/utils.c +++ b/lib/sqlalchemy/cextension/utils.c @@ -1,6 +1,6 @@ /* utils.c -Copyright (C) 2012 the SQLAlchemy authors and contributors <see AUTHORS file> +Copyright (C) 2012-2013 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 |
