From 24c238ac32f530a33ab4eb4f8290e0877627814a Mon Sep 17 00:00:00 2001 From: Diana Clarke Date: Tue, 1 Jan 2013 19:08:19 -0500 Subject: [PATCH] happy new year (see #2645) --- lib/sqlalchemy/cextension/processors.c | 2 +- lib/sqlalchemy/cextension/resultproxy.c | 2 +- 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 c261142a77..4e82ffc6b5 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 +Copyright (C) 2010-2013 the SQLAlchemy authors and contributors 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 76c785f855..b70f9c271d 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 +Copyright (C) 2010-2013 the SQLAlchemy authors and contributors 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 f4d986ef80..5928c41030 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 +Copyright (C) 2012-2013 the SQLAlchemy authors and contributors This module is part of SQLAlchemy and is released under the MIT License: http://www.opensource.org/licenses/mit-license.php -- 2.47.2