]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- update copyright in .c files
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 17 Jan 2017 16:45:18 +0000 (11:45 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 17 Jan 2017 16:45:18 +0000 (11:45 -0500)
Change-Id: If905d1bc026b688ec7203674ff14c72bc4906abf

lib/sqlalchemy/cextension/processors.c
lib/sqlalchemy/cextension/resultproxy.c
lib/sqlalchemy/cextension/utils.c

index 5b7527c2022192fe943928254e88967c1a3686e9..0ed2288adcfa95b5f58cd6899b29a649b986c198 100644 (file)
@@ -1,6 +1,6 @@
 /*
 processors.c
-Copyright (C) 2010-2016 the SQLAlchemy authors and contributors <see AUTHORS file>
+Copyright (C) 2010-2017 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
index 170278cffe76196844e9f0e0c38c88d5f402a822..a53c9fcfd14c0fc335d543b87b62203033c76fd5 100644 (file)
@@ -1,6 +1,6 @@
 /*
 resultproxy.c
-Copyright (C) 2010-2016 the SQLAlchemy authors and contributors <see AUTHORS file>
+Copyright (C) 2010-2017 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
index 208f32831697d5b3efa10325ab98dbe68e24625f..fb6a0f59d51d2e95214f051da6a8e13903c9ab18 100644 (file)
@@ -1,6 +1,6 @@
 /*
 utils.c
-Copyright (C) 2012-2016 the SQLAlchemy authors and contributors <see AUTHORS file>
+Copyright (C) 2012-2017 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