]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- clean up copyright, update for 2011, stamp every file with
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Jan 2011 19:02:11 +0000 (14:02 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Jan 2011 19:02:11 +0000 (14:02 -0500)
  a consistent tag
- AUTHORS file

117 files changed:
AUTHORS [new file with mode: 0644]
LICENSE
lib/sqlalchemy/__init__.py
lib/sqlalchemy/connectors/__init__.py
lib/sqlalchemy/connectors/mxodbc.py
lib/sqlalchemy/connectors/pyodbc.py
lib/sqlalchemy/connectors/zxJDBC.py
lib/sqlalchemy/databases/__init__.py
lib/sqlalchemy/dialects/__init__.py
lib/sqlalchemy/dialects/access/base.py
lib/sqlalchemy/dialects/firebird/__init__.py
lib/sqlalchemy/dialects/firebird/base.py
lib/sqlalchemy/dialects/firebird/kinterbasdb.py
lib/sqlalchemy/dialects/informix/__init__.py
lib/sqlalchemy/dialects/informix/base.py
lib/sqlalchemy/dialects/informix/informixdb.py
lib/sqlalchemy/dialects/maxdb/__init__.py
lib/sqlalchemy/dialects/maxdb/base.py
lib/sqlalchemy/dialects/maxdb/sapdb.py
lib/sqlalchemy/dialects/mssql/__init__.py
lib/sqlalchemy/dialects/mssql/adodbapi.py
lib/sqlalchemy/dialects/mssql/base.py
lib/sqlalchemy/dialects/mssql/information_schema.py
lib/sqlalchemy/dialects/mssql/mxodbc.py
lib/sqlalchemy/dialects/mssql/pymssql.py
lib/sqlalchemy/dialects/mssql/pyodbc.py
lib/sqlalchemy/dialects/mssql/zxjdbc.py
lib/sqlalchemy/dialects/mysql/__init__.py
lib/sqlalchemy/dialects/mysql/base.py
lib/sqlalchemy/dialects/mysql/mysqlconnector.py
lib/sqlalchemy/dialects/mysql/mysqldb.py
lib/sqlalchemy/dialects/mysql/oursql.py
lib/sqlalchemy/dialects/mysql/pyodbc.py
lib/sqlalchemy/dialects/mysql/zxjdbc.py
lib/sqlalchemy/dialects/oracle/__init__.py
lib/sqlalchemy/dialects/oracle/base.py
lib/sqlalchemy/dialects/oracle/cx_oracle.py
lib/sqlalchemy/dialects/oracle/zxjdbc.py
lib/sqlalchemy/dialects/postgres.py
lib/sqlalchemy/dialects/postgresql/__init__.py
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/dialects/postgresql/pg8000.py
lib/sqlalchemy/dialects/postgresql/psycopg2.py
lib/sqlalchemy/dialects/postgresql/pypostgresql.py
lib/sqlalchemy/dialects/postgresql/zxjdbc.py
lib/sqlalchemy/dialects/sqlite/__init__.py
lib/sqlalchemy/dialects/sqlite/base.py
lib/sqlalchemy/dialects/sqlite/pysqlite.py
lib/sqlalchemy/dialects/sybase/__init__.py
lib/sqlalchemy/dialects/sybase/base.py
lib/sqlalchemy/dialects/sybase/mxodbc.py
lib/sqlalchemy/dialects/sybase/pyodbc.py
lib/sqlalchemy/dialects/sybase/pysybase.py
lib/sqlalchemy/engine/__init__.py
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/engine/ddl.py
lib/sqlalchemy/engine/default.py
lib/sqlalchemy/engine/reflection.py
lib/sqlalchemy/engine/strategies.py
lib/sqlalchemy/engine/threadlocal.py
lib/sqlalchemy/engine/url.py
lib/sqlalchemy/exc.py
lib/sqlalchemy/ext/__init__.py
lib/sqlalchemy/ext/associationproxy.py
lib/sqlalchemy/ext/compiler.py
lib/sqlalchemy/ext/declarative.py
lib/sqlalchemy/ext/horizontal_shard.py
lib/sqlalchemy/ext/orderinglist.py
lib/sqlalchemy/ext/serializer.py
lib/sqlalchemy/ext/sqlsoup.py
lib/sqlalchemy/interfaces.py
lib/sqlalchemy/log.py
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/attributes.py
lib/sqlalchemy/orm/collections.py
lib/sqlalchemy/orm/dependency.py
lib/sqlalchemy/orm/dynamic.py
lib/sqlalchemy/orm/evaluator.py
lib/sqlalchemy/orm/exc.py
lib/sqlalchemy/orm/identity.py
lib/sqlalchemy/orm/interfaces.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/scoping.py
lib/sqlalchemy/orm/session.py
lib/sqlalchemy/orm/shard.py
lib/sqlalchemy/orm/state.py
lib/sqlalchemy/orm/strategies.py
lib/sqlalchemy/orm/sync.py
lib/sqlalchemy/orm/unitofwork.py
lib/sqlalchemy/orm/util.py
lib/sqlalchemy/pool.py
lib/sqlalchemy/processors.py
lib/sqlalchemy/queue.py
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql/__init__.py
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/expression.py
lib/sqlalchemy/sql/functions.py
lib/sqlalchemy/sql/operators.py
lib/sqlalchemy/sql/util.py
lib/sqlalchemy/sql/visitors.py
lib/sqlalchemy/test/__init__.py
lib/sqlalchemy/test/assertsql.py
lib/sqlalchemy/test/engines.py
lib/sqlalchemy/test/entities.py
lib/sqlalchemy/test/orm.py
lib/sqlalchemy/test/pickleable.py
lib/sqlalchemy/test/profiling.py
lib/sqlalchemy/test/requires.py
lib/sqlalchemy/test/schema.py
lib/sqlalchemy/test/testing.py
lib/sqlalchemy/test/util.py
lib/sqlalchemy/topological.py
lib/sqlalchemy/types.py
lib/sqlalchemy/util.py

diff --git a/AUTHORS b/AUTHORS
new file mode 100644 (file)
index 0000000..a6ad7a7
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,17 @@
+SQLAlchemy was created by Michael Bayer.
+
+Major contributing authors include:
+
+- Michael Bayer <mike_mp@zzzcomputing.com>
+- Jason Kirtland <jek@discorporate.us>
+- Gaetan de Menten <gdementen@gmail.com>
+- Michael Trier <mtrier@gmail.com>
+- Philip Jenvey <pjenvey@underboss.org>
+- Ants Aasma <ants.aasma@gmail.com>
+- Paul Johnston <paj@pajhome.org.uk>
+- Jonathan Ellis <jbellis@gmail.com>
+
+For a larger list of SQLAlchemy contributors over time, see:
+
+http://www.sqlalchemy.org/trac/wiki/Contributors
+
diff --git a/LICENSE b/LICENSE
index 99dd8f9274e2c10a156938f7e74465cf9da96f3b..09468670b31cec354dcf204ee8e049bfa9e8382f 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 This is the MIT license: http://www.opensource.org/licenses/mit-license.php
 
-Copyright (c) 2005, 2006, 2007, 2008, 2009, 2010 Michael Bayer and contributors. 
+Copyright (c) 2005-2011 the SQLAlchemy authors and contributors <see AUTHORS file>.
 SQLAlchemy is a trademark of Michael Bayer.
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of this
index 5eea53ac665b9eaa7e3b977e74dcfc455b07e865..1e3c49ddbe8272618eda16d219d089887adff844 100644 (file)
@@ -1,5 +1,5 @@
-# __init__.py
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Michael Bayer mike_mp@zzzcomputing.com
+# sqlalchemy/__init__.py
+# Copyright (C) 2005-2011 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 f1383ad829d2995a3b4c7f2b029e7da50ba3d9f5..0c573045059b08efaf976039bf61be741e50465d 100644 (file)
@@ -1,3 +1,8 @@
+# connectors/__init__.py
+# Copyright (C) 2005-2011 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
 
 
 class Connector(object):
index 4c4b0b07058ff937ed7fc6050a5a598f7df1d228..816b5f550d281ebaf6d0cfc9519bb513b59434e8 100644 (file)
@@ -1,3 +1,9 @@
+# connectors/mxodbc.py
+# Copyright (C) 2005-2011 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
+
 """
 Provide an SQLALchemy connector for the eGenix mxODBC commercial
 Python adapter for ODBC. This is not a free product, but eGenix
index 9f56955b3ed5447d1906812319b4023b49a314b0..bf6729e888db08e0cf42146107a9608db9423f02 100644 (file)
@@ -1,3 +1,9 @@
+# connectors/pyodbc.py
+# Copyright (C) 2005-2011 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
+
 from sqlalchemy.connectors import Connector
 from sqlalchemy.util import asbool
 
index 0b15bfddf1122edf6aa083e9085c9b49b4878e58..941dd17aee0468fdb9559172cc027acde2a0a07a 100644 (file)
@@ -1,3 +1,9 @@
+# connectors/zxJDBC.py
+# Copyright (C) 2005-2011 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
+
 import sys
 from sqlalchemy.connectors import Connector
 
index e7e03d26a8d66eb36b2abe1e0dcee68e09414f67..0d53149f0f60c212a07a471b6a56913d4f9bd5c0 100644 (file)
@@ -1,6 +1,5 @@
-# __init__.py
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Michael Bayer
-# mike_mp@zzzcomputing.com
+# databases/__init__.py
+# Copyright (C) 2005-2011 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 386af943b468bea7069c2c0b1fc18b94c017b882..33eeefcec2a4f1e9f0afcb0a5d3d021fd20881f2 100644 (file)
@@ -1,3 +1,9 @@
+# dialects/__init__.py
+# Copyright (C) 2005-2011 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
+
 __all__ = (
 #    'access',
     'firebird',
index 75ea912874f0781118698fbe26697ca659337317..4df4d202357af24db2447db155789828cc3a8684 100644 (file)
@@ -1,4 +1,5 @@
-# access.py
+# access/base.py
+# Copyright (C) 2007-2011 the SQLAlchemy authors and contributors <see AUTHORS file>
 # Copyright (C) 2007 Paul Johnston, paj@pajhome.org.uk
 # Portions derived from jet2sql.py by Matt Keranen, mksql@yahoo.com
 #
index f39e93c144b73a91fed604a58200e2ecec81b7bc..1fdedbafa589e7f0774f6040d4a1bfde7777c358 100644 (file)
@@ -1,3 +1,9 @@
+# firebird/__init__.py
+# Copyright (C) 2005-2011 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
+
 from sqlalchemy.dialects.firebird import base, kinterbasdb
 
 base.dialect = kinterbasdb.dialect
index bb4cc2b09428dbfb46e10f37cbeb23890b0c66c2..d7dcd0f14edba0bd826e7f3d969b46d2e96528a8 100644 (file)
@@ -1,5 +1,5 @@
-# firebird.py
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Michael Bayer mike_mp@zzzcomputing.com
+# firebird/base.py
+# Copyright (C) 2005-2011 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 c43c100c4d9a2b45158d6d8bb765d2b7aa896089..a2624534c02dd7cdd9a75e76cd1a28dba447e056 100644 (file)
@@ -1,5 +1,5 @@
-# kinterbasdb.py
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Michael Bayer mike_mp@zzzcomputing.com
+# firebird/kinterbasdb.py
+# Copyright (C) 2005-2011 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 f2fcc76d4c5a19f0782a5b347c2220216a543bad..9dfd0ca5b08e5c173a05ea0f34d970307eedf28a 100644 (file)
@@ -1,3 +1,9 @@
+# informix/__init__.py
+# Copyright (C) 2005-2011 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
+
 from sqlalchemy.dialects.informix import base, informixdb
 
 base.dialect = informixdb.dialect
\ No newline at end of file
index 9aa23173b93e519e480277ea0dadce93b77076d8..a97b445a3e60fd58306ec21068ed5fad258fa30d 100644 (file)
@@ -1,10 +1,10 @@
-# informix.py
-# Copyright (C) 2005,2006, 2007, 2008, 2009, 2010 Michael Bayer mike_mp@zzzcomputing.com
-#
+# informix/base.py
+# Copyright (C) 2005-2011 the SQLAlchemy authors and contributors <see AUTHORS file>
 # coding: gbk
 #
 # This module is part of SQLAlchemy and is released under
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
+
 """Support for the Informix database.
 
 This dialect is mostly functional as of SQLAlchemy 0.6.5.
index f11c57bb601ab27ac37780ee573dce9fad616be8..150a69d7f624326ef0105156f6a1687859fe3933 100644 (file)
@@ -1,3 +1,9 @@
+# informix/informixdb.py
+# Copyright (C) 2005-2011 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
+
 """
 Support for the informixdb DBAPI.
 
index 3f12448b794265e12e69b5215599d48b8986ae51..0a39965bcae17641f22afb5b58ac2d8a93ea7273 100644 (file)
@@ -1,3 +1,9 @@
+# maxdb/__init__.py
+# Copyright (C) 2005-2011 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
+
 from sqlalchemy.dialects.maxdb import base, sapdb
 
 base.dialect = sapdb.dialect
\ No newline at end of file
index 487edc2ca7d92012e1d93ab812d3f2f761c45e03..c8d593a5168c7e00039e8eff13754de7eed65a09 100644 (file)
@@ -1,4 +1,5 @@
-# maxdb.py
+# maxdb/base.py
+# Copyright (C) 2005-2011 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 f363239962ebc3eef6c155d52de7bb5759f0c2bc..4fd9dd418a759226612f2e22c3f1b8b10b76cf08 100644 (file)
@@ -1,3 +1,9 @@
+# maxdb/sapdb.py
+# Copyright (C) 2005-2011 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
+
 from sqlalchemy.dialects.maxdb.base import MaxDBDialect
 
 class MaxDBDialect_sapdb(MaxDBDialect):
index 6fe6a3e5a558bf15c21a25757964b49345c26b71..6e7bae44b8b563a251f6b03c27fb590cb938e302 100644 (file)
@@ -1,3 +1,9 @@
+# mssql/__init__.py
+# Copyright (C) 2005-2011 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
+
 from sqlalchemy.dialects.mssql import base, pyodbc, adodbapi, \
                                     pymssql, zxjdbc, mxodbc
 
index 24fa22449cc0f343d322776774fd76650a9e7dcf..b042bfe66a0fa5c6bdc5e972a8eef69e9fd0427b 100644 (file)
@@ -1,3 +1,9 @@
+# mssql/adodbapi.py
+# Copyright (C) 2005-2011 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
+
 """
 The adodbapi dialect is not implemented for 0.6 at this time.
 
index 261138d92ea105c6e75cb032b717e40c459cd428..7590626cafd93155808344021fb130840ed2bcb4 100644 (file)
@@ -1,4 +1,8 @@
-# mssql.py
+# mssql/base.py
+# Copyright (C) 2005-2011 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
 
 """Support for the Microsoft SQL Server database.
 
index 4dd6436cda673937b1e43b6de8229ee165000cd2..1a053a7b5639ab322204bc7f434ebd27c0c132a0 100644 (file)
@@ -1,3 +1,9 @@
+# mssql/information_schema.py
+# Copyright (C) 2005-2011 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
+
 # TODO: should be using the sys. catalog with SQL Server, not information schema
 
 from sqlalchemy import Table, MetaData, Column, ForeignKey
index 64e4ab9dbad66e9c0b5f4506b79a0a64adee5863..56dbcacfc0a06c49b37046d22c7c08c13f3a6b2e 100644 (file)
@@ -1,3 +1,9 @@
+# mssql/mxodbc.py
+# Copyright (C) 2005-2011 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
+
 """
 Support for MS-SQL via mxODBC.
 
index c5f4719426b6e7007f1ddc0a16f7459c7f659f78..6409ba477cf15357cb3fc93ef7cd4056ad5cebcd 100644 (file)
@@ -1,3 +1,9 @@
+# mssql/pymssql.py
+# Copyright (C) 2005-2011 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
+
 """
 Support for the pymssql dialect.
 
index 5bba245144df309767152bcdeeffdae6c12c9cf9..c026f6069cedb363fabc269d8fb45a0b6d7dd847 100644 (file)
@@ -1,3 +1,9 @@
+# mssql/pyodbc.py
+# Copyright (C) 2005-2011 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
+
 """
 Support for MS-SQL via pyodbc.
 
index 4ad5ab8c652c9ec47989e280b8ebe035835380d7..c293adbe6ba0a7121b5c62747c0b5538b898700a 100644 (file)
@@ -1,3 +1,9 @@
+# mssql/zxjdbc.py
+# Copyright (C) 2005-2011 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
+
 """Support for the Microsoft SQL Server database via the zxjdbc JDBC
 connector.
 
index edf0e876a43acd58e2c352770c5048ee4d34e402..6eb54588a33b2472341e85c4bc6b82479dadc429 100644 (file)
@@ -1,3 +1,9 @@
+# mysql/__init__.py
+# Copyright (C) 2005-2011 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
+
 from sqlalchemy.dialects.mysql import base, mysqldb, oursql, \
                                 pyodbc, zxjdbc, mysqlconnector
 
index 660d201d1811eba190251f89fea3b0836d6463f4..bb2f0815134300782a79695626da2e944f8e8a44 100644 (file)
@@ -1,7 +1,5 @@
-# -*- fill-column: 78 -*-
 # mysql/base.py
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Michael Bayer mike_mp@zzzcomputing.com
-# and Jason Kirtland.
+# Copyright (C) 2005-2011 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 bd9c9b8e28d9c184f3afd636179b37c55f153db9..d3ec1f5cf4cf2eb0a280190651318900ad04f12f 100644 (file)
@@ -1,3 +1,9 @@
+# mysql/mysqlconnector.py
+# Copyright (C) 2005-2011 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
+
 """Support for the MySQL database via the MySQL Connector/Python adapter.
 
 MySQL Connector/Python is available at:
index 54f10352f704acf3d038f0da2b0a38871df5dac7..ced8730394308ed7e14454ab5d17e9042d110b9c 100644 (file)
@@ -1,3 +1,9 @@
+# mysql/mysqldb.py
+# Copyright (C) 2005-2011 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
+
 """Support for the MySQL database via the MySQL-python adapter.
 
 MySQL-Python is available at:
index 41c5414f2c8ac5e5549677fc5f1dd3264a177919..b4d9485d364ff25d56ab1ac188e03a7c30854989 100644 (file)
@@ -1,3 +1,9 @@
+# mysql/oursql.py
+# Copyright (C) 2005-2011 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
+
 """Support for the MySQL database via the oursql adapter.
 
 OurSQL is available at:
index eb7b23c07d0ba868ed47adfe472ed561ac698c4e..d103c56c8519f3fcc86a0c3dea8543ad65c187f2 100644 (file)
@@ -1,3 +1,9 @@
+# mysql/pyodbc.py
+# Copyright (C) 2005-2011 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
+
 """Support for the MySQL database via the pyodbc adapter.
 
 pyodbc is available at:
index 0c0c39b673a0f35d1e05bf1c0a52841012aa5059..a56fb6a55cc3ad397df0152f82f988f9be915b15 100644 (file)
@@ -1,3 +1,9 @@
+# mysql/zxjdbc.py
+# Copyright (C) 2005-2011 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
+
 """Support for the MySQL database via Jython's zxjdbc JDBC connector.
 
 JDBC Driver
index f6734013dcb3f6b08d39c31a4805e7cfc350fd69..59267c5e76dc1475327edab415f3d0c21b0ef42f 100644 (file)
@@ -1,3 +1,9 @@
+# oracle/__init__.py
+# Copyright (C) 2005-2011 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
+
 from sqlalchemy.dialects.oracle import base, cx_oracle, zxjdbc
 
 base.dialect = cx_oracle.dialect
index 256972696452469d85132ff0d751ff21668f447a..2e06811c0951cb6af56c084ea5f5fcbea93ce133 100644 (file)
@@ -1,8 +1,9 @@
 # oracle/base.py
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2005-2011 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
+
 """Support for the Oracle database.
 
 Oracle version 8 through current (11g at the time of this writing) are supported.
index 87a84e514d2cce834ff59711b92b7a767f5620fc..42ccb270ad700219bc7695a8d64eceefb8f97b87 100644 (file)
@@ -1,3 +1,9 @@
+# oracle/cx_oracle.py
+# Copyright (C) 2005-2011 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
+
 """Support for the Oracle database via the cx_oracle driver.
 
 Driver
index d742654a0d0fee70d438484d76ce048bb462848c..a8c4356687e5b964d0684237b90f61f645c67cd3 100644 (file)
@@ -1,3 +1,9 @@
+# oracle/zxjdbc.py
+# Copyright (C) 2005-2011 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
+
 """Support for the Oracle database via the zxjdbc JDBC connector.
 
 JDBC Driver
index 0c1d3fd25aea7591293f90903c92dfb28b5ea57e..fdf818a99460ad7f8640215abd1ecc843a68c635 100644 (file)
@@ -1,3 +1,9 @@
+# dialects/postgres.py
+# Copyright (C) 2005-2011 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
+
 # backwards compat with the old name
 from sqlalchemy.util import warn_deprecated
 
index 6aca1e1b83e0f013fcfefef0bcbd24257f8b4531..481a7fb76b7439ee03789f279bc79a0587c8faab 100644 (file)
@@ -1,3 +1,9 @@
+# postgresql/__init__.py
+# Copyright (C) 2005-2011 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
+
 from sqlalchemy.dialects.postgresql import base, psycopg2, pg8000, pypostgresql, zxjdbc
 
 base.dialect = psycopg2.dialect
index 9e693cbca90dc2779dfcb6ea6db68bc5608a839b..67510926cc8072cebfca490dd4328bbfa723a1c8 100644 (file)
@@ -1,5 +1,5 @@
-# postgresql.py
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Michael Bayer mike_mp@zzzcomputing.com
+# postgresql/base.py
+# Copyright (C) 2005-2011 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 7b1d8e6a7414d52c01f01289724408dfac65404c..932479c95edc5e945666f2bcf3bb595a70b37bfe 100644 (file)
@@ -1,3 +1,9 @@
+# postgresql/pg8000.py
+# Copyright (C) 2005-2011 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
+
 """Support for the PostgreSQL database via the pg8000 driver.
 
 Connecting
index 7c5562064df8d4cabb9d12d4b2044f597fe8d282..0804ce24ad8649cf503071797e018bd7563b0580 100644 (file)
@@ -1,3 +1,9 @@
+# postgresql/psycopg2.py
+# Copyright (C) 2005-2011 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
+
 """Support for the PostgreSQL database via the psycopg2 driver.
 
 Driver
index b8f7991d5f99b8f80a6351b681fb3adb65446b8e..cad97c0521c26b1145fb7131b785955fc489ed47 100644 (file)
@@ -1,3 +1,9 @@
+# postgresql/pypostgresql.py
+# Copyright (C) 2005-2011 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
+
 """Support for the PostgreSQL database via py-postgresql.
 
 Connecting
index a886901c82278bff0a9678d32cc7ff595f2e082d..a9a38d234b5cb9944205994606f53802f17a015a 100644 (file)
@@ -1,3 +1,9 @@
+# postgresql/zxjdbc.py
+# Copyright (C) 2005-2011 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
+
 """Support for the PostgreSQL database via the zxjdbc JDBC connector.
 
 JDBC Driver
index fbbde173ed872562f83299929a9acee6103f4640..9d39bd8251e06d85eade89bf0d549b53c52c7bfa 100644 (file)
@@ -1,3 +1,9 @@
+# sqlite/__init__.py
+# Copyright (C) 2005-2011 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
+
 from sqlalchemy.dialects.sqlite import base, pysqlite
 
 # default dialect
index 994904b6ac985827c8722d5aaf59054b8b4eb2eb..ad20c537388657ef79cee7354e5eb5df02a1c44a 100644 (file)
@@ -1,8 +1,9 @@
-# sqlite.py
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Michael Bayer mike_mp@zzzcomputing.com
+# sqlite/base.py
+# Copyright (C) 2005-2011 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
+
 """Support for the SQLite database.
 
 For information on connecting using a specific driver, see the documentation
index b2295f49b44f5c112d8dd370934c732d275c4cbe..1e8e655580d44de4f23dcfcb4446ca4df4a4fd25 100644 (file)
@@ -1,3 +1,9 @@
+# sqlite/pysqlite.py
+# Copyright (C) 2005-2011 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
+
 """Support for the SQLite database via pysqlite.
 
 Note that pysqlite is the same driver as the ``sqlite3``
index 400bb29765d16415908bf1b602d164a546fd0884..1481c6d9edde08ef8531bee6f2f98de349270070 100644 (file)
@@ -1,3 +1,9 @@
+# sybase/__init__.py
+# Copyright (C) 2005-2011 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
+
 from sqlalchemy.dialects.sybase import base, pysybase, pyodbc
 
 
index b0b1bbff4d167a0385cce967a3eb6c1127020f02..24e2dfbb4d954fe4142ecf2eda8552b992ce2e6b 100644 (file)
@@ -1,5 +1,5 @@
 # sybase/base.py
-# Copyright (C) 2010 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2010-2011 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 14817998fc1cc65a50be9991f9b15296321f0df2..756c0b28eda43342f2499b90637d2886dcc813c2 100644 (file)
@@ -1,3 +1,9 @@
+# sybase/mxodbc.py
+# Copyright (C) 2005-2011 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
+
 """
 Support for Sybase via mxodbc.
 
index 1d955a7d9c43668ae477fc7e8723a40ca69e4c93..5f6def3f88811ead0b703fbf25f3befd65b2acfb 100644 (file)
@@ -1,3 +1,9 @@
+# sybase/pyodbc.py
+# Copyright (C) 2005-2011 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
+
 """
 Support for Sybase via pyodbc.
 
index 4803761c47b7341f7ab93666c16a82e164e28015..d6f5c3b6b93ef8132b2109478ca715a349180be7 100644 (file)
@@ -1,5 +1,5 @@
-# pysybase.py
-# Copyright (C) 2010 Michael Bayer mike_mp@zzzcomputing.com
+# sybase/pysybase.py
+# Copyright (C) 2010-2011 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 36b86cabf04c464a7b8105100a88128f0a289169..9dd7f0653ed84ed9ab20790ca63f09bab0acf404 100644 (file)
@@ -1,5 +1,5 @@
 # engine/__init__.py
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2005-2011 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 aa24a6529f4e011a37b078d0ec326a626f6084ed..2184529b397bfddf1b38abc59ed60676183a8ad1 100644 (file)
@@ -1,5 +1,5 @@
 # engine/base.py
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2005-2011 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 74205dbb03cda165ffd9e71df8ccd3c0979379ca..bf47d4f2210a7d71a8cb03f6fb9ff621aaf45395 100644 (file)
@@ -1,5 +1,5 @@
 # engine/ddl.py
-# Copyright (C) 2009, 2010 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2009-2011 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 13755d49a3e5da5570a0ffeaf753edd374f6e9ba..770a549a5b7c7fc85ceacc535b5053f4088aec42 100644 (file)
@@ -1,5 +1,5 @@
 # engine/default.py
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2005-2011 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 def889e6d99821c7b20acbeb87a29f2487a53652..964e9fbeeef4f03dd615c948c1ac49adc14a59d0 100644 (file)
@@ -1,3 +1,9 @@
+# engine/reflection.py
+# Copyright (C) 2005-2011 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
+
 """Provides an abstraction for obtaining database schema information.
 
 Usage Notes:
index 7fc39b91a90dac053b0f86714e4776dfdf3a2f72..780921e526a1c860689ad42d41b6fd469058a53a 100644 (file)
@@ -1,3 +1,9 @@
+# engine/strategies.py
+# Copyright (C) 2005-2011 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
+
 """Strategies for creating new instances of Engine types.
 
 These are semi-private implementation classes which provide the
index 55f2c88cf2c2f176a2333728ae4ad28bfefc0e3c..4fef37bf1c4f5eab0c67e28a0651c6a5b6f491c5 100644 (file)
@@ -1,3 +1,9 @@
+# engine/threadlocal.py
+# Copyright (C) 2005-2011 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
+
 """Provides a thread-local transactional wrapper around the root Engine class.
 
 The ``threadlocal`` module is invoked when using the ``strategy="threadlocal"`` flag
index 5d658d7fc6271149a88ec1d31b50898ec497e1c4..199b37c46a5c303d23464d0b8fd88ad6e75bb538 100644 (file)
@@ -1,3 +1,9 @@
+# engine/url.py
+# Copyright (C) 2005-2011 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
+
 """Provides the :class:`~sqlalchemy.engine.url.URL` class which encapsulates
 information about a database connection specification.
 
index 42ba226ee05ce4571d7c084e4e43edcd4c1e4fbe..1eb5bf91600400c3501a4cec6f8a983d0e50d0e1 100644 (file)
@@ -1,4 +1,5 @@
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Michael Bayer mike_mp@zzzcomputing.com
+# sqlalchemy/exc.py
+# Copyright (C) 2005-2011 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 8b137891791fe96927ad78e64b0aad7bded08bdc..a66421b2c7077333e053a7a4dee8715aa6d7ff65 100644 (file)
@@ -1 +1,6 @@
+# ext/__init__.py
+# Copyright (C) 2005-2011 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 c7437d722107f2a6012779ed057efa4c1b660ec1..bc62c6efaf860f6ca5d11e4c16fa0165fb0c6b5d 100644 (file)
@@ -1,3 +1,9 @@
+# ext/associationproxy.py
+# Copyright (C) 2005-2011 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
+
 """Contain the ``AssociationProxy`` class.
 
 The ``AssociationProxy`` is a Python property object which provides
index 1bf4b144719a62f14b9797b6bc001a07e4ecbbe3..e6a6ca744eb369d47baa375e7c384c8102edc4d3 100644 (file)
@@ -1,3 +1,9 @@
+# ext/compiler.py
+# Copyright (C) 2005-2011 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
+
 """Provides an API for creation of custom ClauseElements and compilers.
 
 Synopsis
index 3c6cab59af5807b772b66976c513ec484849f811..0ad8ecf0d302329671147a5aee2aa15a8cb0cc21 100755 (executable)
@@ -1,3 +1,9 @@
+# ext/declarative.py
+# Copyright (C) 2005-2011 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
+
 """
 Synopsis
 ========
index 78e3f59530373734e858a2588ec9b2fc263f4ae8..ac62738b1f439b51d57767f8674c2a663023a92b 100644 (file)
@@ -1,5 +1,5 @@
-# horizontal_shard.py
-# Copyright (C) the SQLAlchemy authors and contributors
+# ext/horizontal_shard.py
+# Copyright (C) 2005-2011 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 0d2c3ae5d7389e4060321aa61fc037dda65d3c30..062172bcc13d7c2d55be9fef3adb6f5dd2030187 100644 (file)
@@ -1,3 +1,9 @@
+# ext/orderinglist.py
+# Copyright (C) 2005-2011 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
+
 """A custom list that manages index/position information for its children.
 
 :author: Jason Kirtland
index 354f28c59ac54a064989abf92525976d764134c5..8c098c3dff732e85c3969d8f1349791b865d9feb 100644 (file)
@@ -1,3 +1,9 @@
+# ext/serializer.py
+# Copyright (C) 2005-2011 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
+
 """Serializer/Deserializer objects for usage with SQLAlchemy query structures, 
 allowing "contextual" deserialization.
 
index 9ff503dfa781a5a1eaac124fbb7da9e9a9eef1da..d56a9efad325c8d7eed8811431aed1c31db58dd5 100644 (file)
@@ -1,3 +1,9 @@
+# ext/sqlsoup.py
+# Copyright (C) 2005-2011 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
+
 """
 Introduction
 ============
index c2a267d5f32c7250eebe73904e098bcc60c8bc06..15452beaf58f9dfc59ed4a535d0bf0a6d7ac9e24 100644 (file)
@@ -1,4 +1,5 @@
-# interfaces.py
+# sqlalchemy/interfaces.py
+# Copyright (C) 2007-2011 the SQLAlchemy authors and contributors <see AUTHORS file>
 # Copyright (C) 2007 Jason Kirtland jek@discorporate.us
 #
 # This module is part of SQLAlchemy and is released under
index 49c779fed8f7d2fc15b9bc7ec5b150209b5c4bbb..2ba930ffc7e5c1013c8789d147b73eb522cf04f3 100644 (file)
@@ -1,5 +1,5 @@
-# log.py - adapt python logging module to SQLAlchemy
-# Copyright (C) 2006, 2007, 2008, 2009, 2010 Michael Bayer mike_mp@zzzcomputing.com
+# sqlalchemy/log.py
+# Copyright (C) 2006-2011 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 94fbabc49b7b047753a0d0f97dd38bfd27af76bc..44eaca7b387edcecf0bdf326681d9305469f9a9e 100644 (file)
@@ -1,6 +1,5 @@
-# sqlalchemy/orm/__init__.py
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Michael Bayer
-# mike_mp@zzzcomputing.com
+# orm/__init__.py
+# Copyright (C) 2005-2011 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 d3a104f8342536df12b06abce7d07f8250836171..6155298b091d3c6c4967497207d06f1e20aa24fb 100644 (file)
@@ -1,8 +1,9 @@
-# attributes.py - manages object attributes
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Michael Bayer mike_mp@zzzcomputing.com
+# orm/attributes.py
+# Copyright (C) 2005-2011 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
+
 """Defines SQLAlchemy's system of class instrumentation..
 
 This module is usually not directly visible to user applications, but
index b523295232b6dca56e1321c17dc79006c2059a8e..59544419bcd261e69a0ab7332392ef33e45a65f6 100644 (file)
@@ -1,3 +1,9 @@
+# orm/collections.py
+# Copyright (C) 2005-2011 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
+
 """Support for collections of mapped entities.
 
 The collections package supplies the machinery used to inform the ORM of
index 79a0c042a88da6db383a489cab2051920d16124a..6e6f73615bf8562b69e29d3d5ced70549d363455 100644 (file)
@@ -1,6 +1,5 @@
 # orm/dependency.py
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Michael Bayer
-# mike_mp@zzzcomputing.com
+# Copyright (C) 2005-2011 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 dd2c6e8960c34500978c5c906ace76653c336ac2..3b2bccd88906baafa522b7fb76399625d3b04a62 100644 (file)
@@ -1,5 +1,5 @@
-# dynamic.py
-# Copyright (C) the SQLAlchemy authors and contributors
+# orm/dynamic.py
+# Copyright (C) 2005-2011 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 e3cbffe98a127fbbb7c64e094e20eaf852ef5bea..f05b92a5ae17fbd0aa70e2fd8e59847c6a45fccf 100644 (file)
@@ -1,3 +1,9 @@
+# orm/evaluator.py
+# Copyright (C) 2005-2011 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
+
 import operator
 from sqlalchemy.sql import operators, functions
 from sqlalchemy.sql import expression as sql
index 8f257bdd51e5088ac858ee6d3c0f450b4949bc81..a180f3725dbaa5bda83141a84a22811b1304d511 100644 (file)
@@ -1,5 +1,5 @@
-# exc.py - ORM exceptions
-# Copyright (C) the SQLAlchemy authors and contributors
+# orm/exc.py
+# Copyright (C) 2005-2011 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 30c3a06b70694e511c0e2dc8f720f93982c541a4..a20f59a9511848a82cc8af14fe311ee3ae39d4d8 100644 (file)
@@ -1,5 +1,5 @@
-# identity.py
-# Copyright (C) the SQLAlchemy authors and contributors
+# orm/identity.py
+# Copyright (C) 2005-2011 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 a6fe153e5898a622956ae528dff0a35a49cb1f8c..45f53f65e8fe8c3bbee83ce748e3052d5f6395cd 100644 (file)
@@ -1,6 +1,5 @@
-# interfaces.py
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Michael Bayer
-# mike_mp@zzzcomputing.com
+# orm/interfaces.py
+# Copyright (C) 2005-2011 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 795730d253320e6a2bb80f80d01d641ef6783394..7c8afd7d332ee06fd9d3143ee0c97d2eabf15d18 100644 (file)
@@ -1,5 +1,5 @@
-# mapper.py
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Michael Bayer mike_mp@zzzcomputing.com
+# orm/mapper.py
+# Copyright (C) 2005-2011 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 3d80cc49842ef9d28b021b007e553567d536e19c..2a305b8360bb02624d94414b7a0f006f07b82761 100644 (file)
@@ -1,6 +1,5 @@
-# properties.py
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Michael Bayer
-# mike_mp@zzzcomputing.com
+# orm/properties.py
+# Copyright (C) 2005-2011 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 2840ac26113e37e876ce5a70b6abf10c37553a94..30ba4504dd31f736d126483c384cf169c306f5e4 100644 (file)
@@ -1,5 +1,5 @@
 # orm/query.py
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2005-2011 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 140328e2484b6a7e0c21f7209d11216380ba8abb..45b5854cdc749fea783b6760ba9b5461191fadc9 100644 (file)
@@ -1,5 +1,5 @@
-# scoping.py
-# Copyright (C) the SQLAlchemy authors and contributors
+# orm/scoping.py
+# Copyright (C) 2005-2011 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 b9b935c88e3262aad570de919eea71a3c04dae94..5a338d50ca3b4c21c044bf0d371864ef0dc2ce91 100644 (file)
@@ -1,5 +1,5 @@
-# session.py
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Michael Bayer mike_mp@zzzcomputing.com
+# orm/session.py
+# Copyright (C) 2005-2011 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 9cb26db79dda5636cb45338c650ad841e5b847d3..5d57472dddd5cef87ec1b6c7700d2464da1b8291 100644 (file)
@@ -1,5 +1,5 @@
-# shard.py
-# Copyright (C) the SQLAlchemy authors and contributors
+# orm/shard.py
+# Copyright (C) 2005-2011 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 ad1d4a8f0da14a0059aadd6cda35db95411c08a1..45cb1f22b29636881b7a397895ecff134781bd80 100644 (file)
@@ -1,3 +1,9 @@
+# orm/state.py
+# Copyright (C) 2005-2011 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
+
 from sqlalchemy.util import EMPTY_SET
 import weakref
 from sqlalchemy import util
index 04a23f000321988231efa5893c891c35b85a9eec..ce249814d4b145ed4f946b0cd9b6be1da9da4346 100644 (file)
@@ -1,5 +1,5 @@
-# strategies.py
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Michael Bayer mike_mp@zzzcomputing.com
+# orm/strategies.py
+# Copyright (C) 2005-2011 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 05298767de8d96c94720afa8dd19b9ca504bb50c..909e9492c187de67920d9aebec3c7e1260e3185c 100644 (file)
@@ -1,5 +1,5 @@
-# mapper/sync.py
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Michael Bayer mike_mp@zzzcomputing.com
+# orm/sync.py
+# Copyright (C) 2005-2011 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 673591e8e352b082ce35c28bfe482696c05ecb10..d55b871f7216019e68a1965162de5c2de5bb842c 100644 (file)
@@ -1,5 +1,5 @@
 # orm/unitofwork.py
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Michael Bayer mike_mp@zzzcomputing.com
+# Copyright (C) 2005-2011 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 db28089efb8850caffbb7cf6b33126854dc7f6c6..c6be522f93b4e2a54fe93d2dbb38fc2bc113aa99 100644 (file)
@@ -1,6 +1,5 @@
-# mapper/util.py
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Michael Bayer
-# mike_mp@zzzcomputing.com
+# orm/util.py
+# Copyright (C) 2005-2011 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 c70a41069f90f4228747f1449d281bd402e3cf21..5eb55ad9d2c64d3e97960e5a75c262bc3f68aa04 100644 (file)
@@ -1,6 +1,5 @@
-# pool.py - Connection pooling for SQLAlchemy
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Michael Bayer
-# mike_mp@zzzcomputing.com
+# sqlalchemy/pool.py
+# Copyright (C) 2005-2011 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 88dabe87c394da6a8ccdaf55c28e175f2bfd3fba..422991ec0a8e3a6494261c6c23c6e307f13ab46a 100644 (file)
@@ -1,4 +1,5 @@
-# processors.py
+# sqlalchemy/processors.py
+# Copyright (C) 2010-2011 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
index 74435ea38a6dd4c7ac0bafabe296e61d6260fbb3..cc35d548fc1579a621ac2f3a4c679658cbffcb64 100644 (file)
@@ -1,3 +1,9 @@
+# sqlalchemy/queue.py
+# Copyright (C) 2005-2011 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
+
 """An adaptation of Py2.3/2.4's Queue module which supports reentrant
 behavior, using RLock instead of Lock for its mutex object.
 
index a332cec36154300658e4cd08d39cf2cbb935db09..6c68194fb981511a7965b729377bdb66ed92591f 100644 (file)
@@ -1,6 +1,5 @@
-# schema.py
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Michael Bayer
-# mike_mp@zzzcomputing.com
+# sqlalchemy/schema.py
+# Copyright (C) 2005-2011 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 2bb5f6ab49abad5ef58003d0a1b48f7afcb71247..80aa769284af675c03b09795e6d3b06ef78f50e8 100644 (file)
@@ -1,3 +1,9 @@
+# sql/__init__.py
+# Copyright (C) 2005-2011 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
+
 from sqlalchemy.sql.expression import (
     Alias,
     ClauseElement,
index 4b41c6ed33269dcd8197fea8cce124cc64c85905..4163bb8d2ec12eedb9d18724913c3d3dd4c93708 100644 (file)
@@ -1,5 +1,5 @@
-# compiler.py
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Michael Bayer mike_mp@zzzcomputing.com
+# sql/compiler.py
+# Copyright (C) 2005-2011 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 5cbe3904a7b46a97839592756d48bbb87213e696..283645e990c66adaca41d0a9f48f91e580f91f14 100644 (file)
@@ -1,5 +1,5 @@
-# expression.py
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Michael Bayer mike_mp@zzzcomputing.com
+# sql/expression.py
+# Copyright (C) 2005-2011 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 212f81adab2f267f245d8e98624948ea4bb969cd..a85d49a0a7c29f47846673d6cfccdd4511c8131a 100644 (file)
@@ -1,3 +1,9 @@
+# sql/functions.py
+# Copyright (C) 2005-2011 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
+
 from sqlalchemy import types as sqltypes
 from sqlalchemy.sql.expression import (
     ClauseList, Function, _literal_as_binds, text, _type_from_args
index 68e30e646d88e9a41c3ca0b471b24f0f41d47cd1..a986adefa677a884bb397cbf6472c5accf6c1fec 100644 (file)
@@ -1,3 +1,9 @@
+# sql/operators.py
+# Copyright (C) 2005-2011 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
+
 # This module is part of SQLAlchemy and is released under
 # the MIT License: http://www.opensource.org/licenses/mit-license.php
 
index 638549e12c2abbac17e80c4249e9999cf00df1e1..4e36545ac11349868bcaf5b1ad257b217e8671e6 100644 (file)
@@ -1,3 +1,9 @@
+# sql/util.py
+# Copyright (C) 2005-2011 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
+
 from sqlalchemy import exc, schema, topological, util, sql, types as sqltypes
 from sqlalchemy.sql import expression, operators, visitors
 from itertools import chain
index 791e3b80c492e3b5dbf4c358c37f54f678ba5caf..91ded1130ab50678950f941443670d8248b87e99 100644 (file)
@@ -1,3 +1,9 @@
+# sql/visitors.py
+# Copyright (C) 2005-2011 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
+
 """Visitor/traversal interface and library functions.
 
 SQLAlchemy schema and expression constructs rely on a Python-centric
index 7356945d20c6d86dea137ff796335da9800370d4..61237bbb5971dd0622a9c740b28ba2c85fe05ca4 100644 (file)
@@ -1,3 +1,9 @@
+# test/__init__.py
+# Copyright (C) 2005-2011 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
+
 """Testing environment and utilities.
 
 This package contains base classes and routines used by 
index a044f9d02fbef8d610fbed41032e100eb9949e39..18830000a056bdf9e13ad957802ee515ba332bc9 100644 (file)
@@ -1,3 +1,8 @@
+# test/assertsql.py
+# Copyright (C) 2005-2011 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
 
 from sqlalchemy.interfaces import ConnectionProxy
 from sqlalchemy.engine.default import DefaultDialect
index 870f984ecfdddf0b09b58d958df0ee54804ad5dc..d4318c503ea2c86576059ff6c8cb7aad63213158 100644 (file)
@@ -1,3 +1,9 @@
+# test/engines.py
+# Copyright (C) 2005-2011 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
+
 import sys, types, weakref
 from collections import deque
 from sqlalchemy_nose import config
index 0ec677eeadff9b12a15ed1047de41ec7382b5908..8a8e3c8ce2c30e930c58e65a5f76010ee0c03ce9 100644 (file)
@@ -1,3 +1,9 @@
+# test/entities.py
+# Copyright (C) 2005-2011 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
+
 import sqlalchemy as sa
 from sqlalchemy import exc as sa_exc
 
index 7ec13c55599deeb1a70e5bf2f87e7091479d28dc..90cc89faa8d7229d028dcdc0d7f1af4c891d47a0 100644 (file)
@@ -1,3 +1,9 @@
+# test/orm.py
+# Copyright (C) 2005-2011 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
+
 import inspect, re
 import config, testing
 from sqlalchemy import orm
index 9794e424db4e783948110cd9671da002b609ab68..d1c02f144449b77fbd4acbfd6d48e1aced43a1bd 100644 (file)
@@ -1,3 +1,9 @@
+# test/pickleable.py
+# Copyright (C) 2005-2011 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
+
 """
 
 some objects used for pickle tests, declared in their own module so that they
index 835253a3a923dda692a0b924a1d6fccfe1097946..fb6db70ca679444ba00e77bbb4109471a2f5b2f3 100644 (file)
@@ -1,3 +1,9 @@
+# test/profiling.py
+# Copyright (C) 2005-2011 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
+
 """Profiling support for unit and performance tests.
 
 These are special purpose profiling methods which operate
index 08fde66c30018cd80a41ad2ea95f4576f79332cb..ef42178131dde6f3f4813f40752c88a034275b77 100644 (file)
@@ -1,3 +1,9 @@
+# test/requires.py
+# Copyright (C) 2005-2011 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
+
 """Global database feature support policy.
 
 Provides decorators to mark tests requiring specific feature support from the
index d33d75e2c4d7d37742f8419a9d2184b1007ce2d9..381c40421937db5e309101504232a851fd177f59 100644 (file)
@@ -1,3 +1,9 @@
+# test/schema.py
+# Copyright (C) 2005-2011 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
+
 """Enhanced versions of schema.Table and schema.Column which establish
 desired state for different backends.
 """
index 12cbe5e029c6e87693ec47c97bfd6cb1fa540b3f..354908cd3662fb01750545ac10e27c03229f753a 100644 (file)
@@ -1,3 +1,9 @@
+# test/testing.py
+# Copyright (C) 2005-2011 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
+
 """TestCase and TestSuite artifacts and testing decorators."""
 
 import itertools
index f2b6b49ea29098a0104d661dcbd54b2c2d264b69..199cb4eca6a57cfa0bfa34ec49c3da094839c406 100644 (file)
@@ -1,3 +1,9 @@
+# test/util.py
+# Copyright (C) 2005-2011 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
+
 from sqlalchemy.util import jython, function_named
 
 import gc
index 0f4f324618bd6fbd011bf6d8d353fee0d9048a43..ca8cc3c4c4d9986ea0a397e740a12637db7343fa 100644 (file)
@@ -1,5 +1,5 @@
-# topological.py
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Michael Bayer mike_mp@zzzcomputing.com
+# sqlalchemy/topological.py
+# Copyright (C) 2005-2011 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 e450d6a4fdde1aca1c1d2082801c111848f6fc27..0ac286d0b38a08e963509f028926fbd8aaf4d1ea 100644 (file)
@@ -1,5 +1,5 @@
-# types.py
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Michael Bayer mike_mp@zzzcomputing.com
+# sqlalchemy/types.py
+# Copyright (C) 2005-2011 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 59704e41bddea8d6655e186ce1b46a5ac6251991..084feb88cba10d54e15730c8a4477d437f3e1471 100644 (file)
@@ -1,5 +1,5 @@
-# util.py
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Michael Bayer mike_mp@zzzcomputing.com
+# sqlalchemy/util.py
+# Copyright (C) 2005-2011 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