From: Mike Bayer Date: Tue, 17 Jan 2017 16:45:18 +0000 (-0500) Subject: - update copyright in .c files X-Git-Tag: rel_1_1_5~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c2ef5b5424524ccd873d44225eed919038c7f09;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - update copyright in .c files Change-Id: If905d1bc026b688ec7203674ff14c72bc4906abf --- diff --git a/lib/sqlalchemy/cextension/processors.c b/lib/sqlalchemy/cextension/processors.c index 5b7527c202..0ed2288adc 100644 --- a/lib/sqlalchemy/cextension/processors.c +++ b/lib/sqlalchemy/cextension/processors.c @@ -1,6 +1,6 @@ /* processors.c -Copyright (C) 2010-2016 the SQLAlchemy authors and contributors +Copyright (C) 2010-2017 the SQLAlchemy authors and contributors 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 170278cffe..a53c9fcfd1 100644 --- a/lib/sqlalchemy/cextension/resultproxy.c +++ b/lib/sqlalchemy/cextension/resultproxy.c @@ -1,6 +1,6 @@ /* resultproxy.c -Copyright (C) 2010-2016 the SQLAlchemy authors and contributors +Copyright (C) 2010-2017 the SQLAlchemy authors and contributors 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 208f328316..fb6a0f59d5 100644 --- a/lib/sqlalchemy/cextension/utils.c +++ b/lib/sqlalchemy/cextension/utils.c @@ -1,6 +1,6 @@ /* utils.c -Copyright (C) 2012-2016 the SQLAlchemy authors and contributors +Copyright (C) 2012-2017 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