diff options
| author | Diana Clarke <diana.joan.clarke@gmail.com> | 2013-01-01 19:31:00 -0500 |
|---|---|---|
| committer | Diana Clarke <diana.joan.clarke@gmail.com> | 2013-01-01 19:31:00 -0500 |
| commit | 14528afd6f080cf18028f7f71992ef5c14437907 (patch) | |
| tree | d19024e6a6095d6dc139a4881cb45c405e0e574d /lib/sqlalchemy | |
| parent | 24c238ac32f530a33ab4eb4f8290e0877627814a (diff) | |
| download | sqlalchemy-14528afd6f080cf18028f7f71992ef5c14437907.tar.gz | |
happy new year (see #2645)
Diffstat (limited to 'lib/sqlalchemy')
| -rw-r--r-- | lib/sqlalchemy/dialects/sybase/base.py | 2 | ||||
| -rw-r--r-- | lib/sqlalchemy/dialects/sybase/pysybase.py | 2 | ||||
| -rw-r--r-- | lib/sqlalchemy/engine/ddl.py | 2 | ||||
| -rw-r--r-- | lib/sqlalchemy/log.py | 2 | ||||
| -rw-r--r-- | lib/sqlalchemy/processors.py | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/lib/sqlalchemy/dialects/sybase/base.py b/lib/sqlalchemy/dialects/sybase/base.py index 5173bb241..33a0c445b 100644 --- a/lib/sqlalchemy/dialects/sybase/base.py +++ b/lib/sqlalchemy/dialects/sybase/base.py @@ -1,5 +1,5 @@ # sybase/base.py -# Copyright (C) 2010-2011 the SQLAlchemy authors and contributors <see AUTHORS file> +# Copyright (C) 2010-2013 the SQLAlchemy authors and contributors <see AUTHORS file> # get_select_precolumns(), limit_clause() implementation # copyright (C) 2007 Fisch Asset Management # AG http://www.fam.ch, with coding by Alexander Houben diff --git a/lib/sqlalchemy/dialects/sybase/pysybase.py b/lib/sqlalchemy/dialects/sybase/pysybase.py index e83130840..8961ce8ef 100644 --- a/lib/sqlalchemy/dialects/sybase/pysybase.py +++ b/lib/sqlalchemy/dialects/sybase/pysybase.py @@ -1,5 +1,5 @@ # sybase/pysybase.py -# Copyright (C) 2010-2011 the SQLAlchemy authors and contributors <see AUTHORS file> +# Copyright (C) 2010-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 diff --git a/lib/sqlalchemy/engine/ddl.py b/lib/sqlalchemy/engine/ddl.py index 8da678525..53d7f3340 100644 --- a/lib/sqlalchemy/engine/ddl.py +++ b/lib/sqlalchemy/engine/ddl.py @@ -1,5 +1,5 @@ # engine/ddl.py -# Copyright (C) 2009-2011 the SQLAlchemy authors and contributors <see AUTHORS file> +# Copyright (C) 2009-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 diff --git a/lib/sqlalchemy/log.py b/lib/sqlalchemy/log.py index 463ca972f..1bb5581de 100644 --- a/lib/sqlalchemy/log.py +++ b/lib/sqlalchemy/log.py @@ -1,5 +1,5 @@ # sqlalchemy/log.py -# Copyright (C) 2006-2011 the SQLAlchemy authors and contributors <see AUTHORS file> +# Copyright (C) 2006-2013 the SQLAlchemy authors and contributors <see AUTHORS file> # Includes alterations by Vinay Sajip vinay_sajip@yahoo.co.uk # # This module is part of SQLAlchemy and is released under diff --git a/lib/sqlalchemy/processors.py b/lib/sqlalchemy/processors.py index ddea44dab..9963ca9a3 100644 --- a/lib/sqlalchemy/processors.py +++ b/lib/sqlalchemy/processors.py @@ -1,5 +1,5 @@ # sqlalchemy/processors.py -# Copyright (C) 2010-2011 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 |
