]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
happy new year (see #2645)
authorDiana Clarke <diana.joan.clarke@gmail.com>
Wed, 2 Jan 2013 00:31:00 +0000 (19:31 -0500)
committerDiana Clarke <diana.joan.clarke@gmail.com>
Wed, 2 Jan 2013 00:31:00 +0000 (19:31 -0500)
doc/build/conf.py
lib/sqlalchemy/dialects/sybase/base.py
lib/sqlalchemy/dialects/sybase/pysybase.py
lib/sqlalchemy/engine/ddl.py
lib/sqlalchemy/log.py
lib/sqlalchemy/processors.py

index bc9b45f08f194fd4d50f94c8fb9d2e1aff403358..8bfe2d2bf39f13f00ee0e94477977cd37f893808 100644 (file)
@@ -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 = []
 
index 5173bb24114f9e14ec1f78b828942a404c0a8ccc..33a0c445bfbcb59aca12bdd931634d5cd3ff9733 100644 (file)
@@ -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
index e83130840ac66cae824032f667c6afbf23fb1ef3..8961ce8effbbfd73b0ec33f2c98e1be3c7dfce3d 100644 (file)
@@ -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
index 8da678525d10c85adb80632e30b2b140b4ac8070..53d7f33406160e3a114352251b89776c791797a1 100644 (file)
@@ -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
index 463ca972f1e7984015e945569fcec4058c639dc0..1bb5581de214b0802f43889fe90e4872f114a31a 100644 (file)
@@ -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
index ddea44dab6595bdbbbfe5a43c887840121a3ff8d..9963ca9a34a83e78358fdb4e96a77596c30a5b94 100644 (file)
@@ -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