From: Diana Clarke Date: Wed, 2 Jan 2013 00:31:00 +0000 (-0500) Subject: happy new year (see #2645) X-Git-Tag: rel_0_8_0~35^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14528afd6f080cf18028f7f71992ef5c14437907;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git happy new year (see #2645) --- diff --git a/doc/build/conf.py b/doc/build/conf.py index bc9b45f08f..8bfe2d2bf3 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -280,7 +280,7 @@ man_pages = [ epub_title = u'SQLAlchemy' epub_author = u'SQLAlchemy authors' epub_publisher = u'SQLAlchemy authors' -epub_copyright = u'2011, SQLAlchemy authors' +epub_copyright = u'2013, SQLAlchemy authors' # The language of the text. It defaults to the language option # or en if the language is not set. @@ -300,7 +300,7 @@ epub_copyright = u'2011, SQLAlchemy authors' # The format is a list of tuples containing the path and title. #epub_pre_files = [] -# HTML files shat should be inserted after the pages created by sphinx. +# HTML files that should be inserted after the pages created by sphinx. # The format is a list of tuples containing the path and title. #epub_post_files = [] diff --git a/lib/sqlalchemy/dialects/sybase/base.py b/lib/sqlalchemy/dialects/sybase/base.py index 5173bb2411..33a0c445bf 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 +# Copyright (C) 2010-2013 the SQLAlchemy authors and contributors # 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 e83130840a..8961ce8eff 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 +# Copyright (C) 2010-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 diff --git a/lib/sqlalchemy/engine/ddl.py b/lib/sqlalchemy/engine/ddl.py index 8da678525d..53d7f33406 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 +# Copyright (C) 2009-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 diff --git a/lib/sqlalchemy/log.py b/lib/sqlalchemy/log.py index 463ca972f1..1bb5581de2 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 +# Copyright (C) 2006-2013 the SQLAlchemy authors and contributors # 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 ddea44dab6..9963ca9a34 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 +# 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