From 5407ec9d389cfa1cdd4ed4b82ba311085132d9db Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 9 Jul 2014 18:26:55 -0400 Subject: - break up the copyright comment as part of a pass to get all flake8 passing --- lib/sqlalchemy/processors.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/sqlalchemy/processors.py') diff --git a/lib/sqlalchemy/processors.py b/lib/sqlalchemy/processors.py index d0f52e42b..0f47f4e66 100644 --- a/lib/sqlalchemy/processors.py +++ b/lib/sqlalchemy/processors.py @@ -1,5 +1,6 @@ # sqlalchemy/processors.py -# Copyright (C) 2010-2014 the SQLAlchemy authors and contributors +# Copyright (C) 2010-2014 the SQLAlchemy authors and contributors +# # Copyright (C) 2010 Gaetan de Menten gdementen@gmail.com # # This module is part of SQLAlchemy and is released under -- cgit v1.2.1