]> 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 18:58:31 +0000 (13:58 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Jan 2011 18:58:31 +0000 (13:58 -0500)
  a consistent tag
- AUTHORS file

118 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/event.py
lib/sqlalchemy/events.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/hybrid.py
lib/sqlalchemy/ext/mutable.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/deprecated_interfaces.py
lib/sqlalchemy/orm/descriptor_props.py
lib/sqlalchemy/orm/dynamic.py
lib/sqlalchemy/orm/evaluator.py
lib/sqlalchemy/orm/events.py
lib/sqlalchemy/orm/exc.py
lib/sqlalchemy/orm/identity.py
lib/sqlalchemy/orm/instrumentation.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/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/types.py
lib/sqlalchemy/util/__init__.py
lib/sqlalchemy/util/_collections.py
lib/sqlalchemy/util/compat.py
lib/sqlalchemy/util/deprecations.py
lib/sqlalchemy/util/langhelpers.py
lib/sqlalchemy/util/queue.py
lib/sqlalchemy/util/topological.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..0a6d1109bae5dfa5e964d89cd51cdb5c11b463d0 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 58f16314b7d5c4cd428e9d32e424f3d8059ab589..86fced34ff646f61eaf1d84e4679df32580c4de0 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 2e8d7cf3eed1dc323682efb79ad04b01248e7ac8..63c8c1d53330fec6f0be5e480dfe89f76efbeb28 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 b64d5204b6556dee9bd1ab9c910196328641a40a..4f2aa390f310df6dd4ddd704ffb12578e5671c6b 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 cf35b3e0a35282c43f3ae5cdb84fab54ce22614d..dfeaf23c2ea6ae9b2ef7f91e5ed1cbd245863c22 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 1eb2549c9763d6f99f278c008b2e96e7cd4a63a5..d6939777bcb71e3efd55a135dca7b4dc436878f5 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 3d45bb670084c0bad185ad62e7a8829ffd244148..4ca81b24cc5961c8042ac575d41b36ce21b8eaa3 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 bba6e734349805642f117498bef0331d3475ba99..d18880931be49a3cb19221f852103c4b4758721d 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 08c747f38e7079df63f43fd7c0a55271bda1a04d..dda63080da57618f672297b10aaf8e98041a61a8 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 7e67f96bb73ef88f714a421a62e0ebfd35b640c2..5806ebfa8aa1499da2cd600d642986274489d232 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
index 2f220032355f6c53d5e1e50aa266d8a47db5e977..ba695ef08aac80368de1c22f591ca7ba5cadafb8 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 1368f64141027cb52e9093c7678612cb5b144742..aa3bf45d2c18ce2c5c7959962e96602918e57434 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 93a516706a2e0222d439c6d80193868998dc4baf..90a43889e90546357e79debde220dab1a5a1eb40 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 528e949651f5fd9e1be420a63cf2369b5c3cdb9f..6585c40168660adb359f3ae46ed3d4a8b9d37a6d 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 3d97b504ec3162ed28386b63bd0a512bb4d4f4a3..defab294746a560ff23df9f706a0be81ebfe4cc1 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 d705067d021e38109ae1155ba845f955a1474e5a..f4f4912eff43ecccf5fac82551f18c0b745d73c4 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 67139f5d9c040d3be411d5af3bb6958ce0af0839..6ec3397261a0826d974c513df5afea630888a7ac 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 1d83d4a9126e697bbffabed613ccebbded737f94..009f8fd94255c61f848940be395f59c997de986d 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 0896c63b82b7b38f5f866e93f9a992d998dcd2ec..2187092e5dec623d5b91a0067ae39506a3c76e71 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 412a4e8a48c772f4be28827374b1d7dc16accb70..75cf53fda7a2d58f3c9de82e0e4abd48eef6824d 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 5dcf884f7f07b67c6c80c495cc256a2c654207d2..dd22fcb3307ca09506831a20bc0404824cd573fe 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 44115e7d28e77cd0f68dc8cc64609d0648189a55..6e050304d07dd095b563ed3fed015bc6bfcc9bc0 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 fe4b5aec0876840aea42fc6698869f47f099073f..261ddffe2954b94e183fb9050237767a3997bc14 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 e3d0d582dd61f654da994b4cee8ade9af6810b68..0668dcc562a45094638280261405cceb8dfa5442 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 68b16c051ba198cde6b03040fb55f47172c1f7cc..025b33743502eb40ca66c343c0f8ff4f6d4a83dc 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 e39e2b1756d50a90a2177f8e7ccf6ed83f0e3f83..49355bf65f68bc90f9380f4b9c5550ef0e09a764 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 76af06529f38513c385f1f68e34caf9d0425c7b2..10c7d55f2f6a4996535dd859155fb71d0ccf59aa 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 4d36838cd6c4c4ad172435d7534fcdf07f572da9..8721b97aa180fe63ea255f9d515a9a1536bbb29d 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 1191006c4bd3bea21fb779f342737538cbfc6daa..df3d5b64ab942b75ae5a1d27835cc64490cf3f33 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 b56f2d378ec0601231b36c0e19d31105b4e67fc3..a083d0113d9c63b8dff4131ee4deba58c5ca98cf 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 ae49517b4f67ac6fee6c951d43cf9dd5df75967e..3637234eee67acd109ccb8f96408df9249312d2c 100644 (file)
@@ -1,3 +1,9 @@
+# sqlalchemy/event.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
+
 """Base event API."""
 
 from sqlalchemy import util, exc
index 6785c79685e15d901452a872566583e09c651069..7b77831df3e131b84a0a57c086544adde45ed4f1 100644 (file)
@@ -1,3 +1,9 @@
+# sqlalchemy/events.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
+
 """Core event interfaces."""
 
 from sqlalchemy import event, exc
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 5d3c7d29d0d1d7f14358fc2a9f972156f28b5868..1199e69f37b5f42ae43bf38a087e773e2d50550a 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 e48cb9fcbbddfbcd7f8d5624ecc8b1d63ef7e918..880dfb743d992575e7b44d776ae31e73d46ba134 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 b499490718859425ca07bc7cbc0466046a90d208..153eccce2ddf6f759f1780789f1ffafeff9de45a 100644 (file)
@@ -1,3 +1,9 @@
+# ext/hybrid.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
+
 """Define attributes on ORM-mapped classes that have 'hybrid' behavior.
 
 'hybrid' means the attribute has distinct behaviors defined at the
index e849dfcf38f671635a2ccf97e78fbe95a579c361..2bb8793229a5d8d6a56157396290aeb0e921f247 100644 (file)
@@ -1,3 +1,9 @@
+# ext/mutable.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 support for tracking of in-place changes to scalar values,
 which are propagated to owning parent objects.
 
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 6981919cfb69aa34d90a43a0d4017fae7ae187d8..ebe2feb7fe6f4a83e2cf28d8cd0d780ce29cc748 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 f30602a1e794f0067df297d4e7531428798c81a9..3acdcd1025a5dce0ba6f22e7f4c92c7657e6e6ff 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 4a97fcc4290106f1c704599c8071cc6bef60410f..e749ec031a6d5726422676c942e8d0808f0baeb7 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>
 # Includes alterations by Vinay Sajip vinay_sajip@yahoo.co.uk
 #
 # This module is part of SQLAlchemy and is released under
index 259f6e7e74b65c8ad359ff14b5ec8fb5a0692d34..e9f4f14f6ff8846f4e348364bf53d92ef9496646 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 816a12168253bfad8cf62123e0f3b175916a3a7a..56cae6a18457bd211f06095c93f5fd68970f1a18 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 instrumentation for class attributes and their interaction
 with instances.
 
index f891e49018a01c84d73359c304671f025b8ce090..b0fab36c0de8264a839b42f34d2dc2b508bb503d 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 2c4cc3effc1eebaf4cb6889635b276ce6481c4d5..57c6d6e9e53431ff2cdbab47844e1545035f8ffe 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 26f164509362bf7e12b66c3b1af9a3a7637561ff..341594578b9e35dc42379a644dea297fa5daadb9 100644 (file)
@@ -1,3 +1,9 @@
+# orm/deprecated_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
+
 from sqlalchemy import event, util
 from interfaces import EXT_CONTINUE
 
index cda71f607556f941656f23ebe63f4132a1904e60..06da99e0745a63c45ce9043454b343f3087b7bd8 100644 (file)
@@ -1,6 +1,5 @@
-# descriptor_props.py
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Michael Bayer
-# mike_mp@zzzcomputing.com
+# orm/descriptor_props.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 9c0211cc5d77d4461cbe82c723799d2537768953..7d12900ccf8397895f664768b40173d0f34ecb00 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 b45f3ba6b397c75121f651459dd2aca7b8165ed6..5fe795db2e2e1c8d71249110fa2f64d5cee70591 100644 (file)
@@ -1,3 +1,9 @@
+# orm/events.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
+
 """ORM event interfaces.
 
 """
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 c55db39dc5917476117bc2ef6e99f4721842bb8b..83687d682da643fa93fc77d4b9b45689c2ef7b8d 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 8cf3b8580a74d129f287a51b60db91707508673e..3ba9190c01a778cdd372eb3590021b9342670602 100644 (file)
@@ -1,3 +1,9 @@
+# orm/instrumentation.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 6c512100f49d0e3dad03455a888a995a1f7fb68b..367344f5a94f526bf0c701c3a2755855eb31cedc 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 5ee9d58c38f7fdb679684224421930259ecc1fd5..5dc2fd83da0058e58b7099037c646a82fef7d005 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 0057f5a41b3c7a981baa09926362df7c3b864484..9f2d6336446492676b366bdcd845d450e33576d1 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 22f5e67c6ea43590feb466b6924aecd767d49d01..53c777ae842818cc85227c193785b8ad23754145 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 53336e5f4418a891ca0e6daa13ea722de3782450..431377da0a43142bc69762080658b31e5c5b3f13 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 c4c2ee1e7b746ec1b6d8943e35b5f625e8afb1b0..942b4d684ec753fa9d68bd23b1491183a6c1d1a1 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 f007665da5e4b9f7e003aaf9281d427d71dbd272..974b3d5003e5d32a3d0cd4b4314d9b56893cd58e 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
+
 """Defines instrumentation of instances.
 
 This module is usually not directly visible to user applications, but
index 3dfa15df1185777b499d9455871adac6eb56415f..d62bf37710304f5a2d9f141b30f915e63e27949c 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 656cbaae8e86a34d55fcbc11b3da56b05d766253..30d56d168c5ee4066f0cee4c85450a7c39c9ff98 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 b2798cf839fa9bd54c01137072033e21f5487424..e6b1c0483af309207090dbd437f33a4226e08fe8 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 0cfdc64363e039877dc1ffb2385ecb310bc0ab4c..a69670c295bebcf781d41c4ec875c8ca6393422b 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 050b239c4b61cd9dee6b44c9e82d7896b160c4ad..7c88d663a8caee44f6258aad9af6f2b450f09c2c 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 371181fd8d19f560a6910c20fae5bdead123ad12..2156bc5467524bdeee711fa61ff11229ede2f9a6 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 d5540ff835f5f6c445dcbb1a552838de6d63f244..07ef0f50aa2fbe4026b2d48af77b4b2fa35f6bd4 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 9e4804349750357971b74e61c0a02cedbab1633f..c1312c85372dfeae11bc568692a7736b81fe85da 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 77916e80ed21dcad7a470f396997d31a21d8beaa..3f96d5402708b109d64aac9f455af3807f0e8759 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 997fedadeba261e87d5ccdb76b41c4694f5a7ba4..e4ad7c49833d5f382af3a32d2c80d330185f22f8 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, util, sql, types as sqltypes
 from sqlalchemy.util import topological
 from sqlalchemy.sql import expression, operators, visitors
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 1756cf6ff69481cf4d971a38cc67ccc0e5bec9ed..5d3ec08fc13a1d4b76dc251c237bb52898b7f129 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 ae1eb3ac5c9289955ba0bd8884fde24ae067b90d..9ce223939ec967c0b64d77c648d7929fa2c4944e 100644 (file)
@@ -1,5 +1,5 @@
-# util.py
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Michael Bayer mike_mp@zzzcomputing.com
+# util/__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 2735f5e80c575b32b1dfd179f434b76011072283..4f9c5dc8aa72f322803ec3d208e1dd0f2e3b8a7f 100644 (file)
@@ -1,3 +1,9 @@
+# util/_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
+
 """Collection classes and helpers."""
 
 import sys
index 79dd6228f82746a3b598a3538b78cf4315d43018..fb2a146331f666d0c9e41026f97b1d8081d8d1a3 100644 (file)
@@ -1,3 +1,9 @@
+# util/compat.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
+
 """Handle Python version/platform incompatibilities."""
 
 import sys
index d3416c7b4e8eb19661f014a0415c0256b638c0f6..532594b72dce5c585a3e323f6b5d50bf8d4cfdee 100644 (file)
@@ -1,3 +1,9 @@
+# util/deprecations.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
+
 """Helpers related to deprecation of functions, methods, classes, other
 functionality."""
 
index 2b9e890fc60fca72f39eff41e39fe43e8775952a..38260cd66a7fcda6664d17fa499d3d0a06de42bf 100644 (file)
@@ -1,3 +1,9 @@
+# util/langhelpers.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
+
 """Routines to help with the creation, loading and introspection of 
 modules, classes, hierarchies, attributes, functions, and methods.
 
index 74435ea38a6dd4c7ac0bafabe296e61d6260fbb3..db71759529ffa89503111efcf3994cc4866212a3 100644 (file)
@@ -1,3 +1,9 @@
+# util/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 0f4f324618bd6fbd011bf6d8d353fee0d9048a43..aeb212d4df973963459b83e931745af936621009 100644 (file)
@@ -1,5 +1,5 @@
-# topological.py
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Michael Bayer mike_mp@zzzcomputing.com
+# util/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