diff options
| author | Diana Clarke <diana.joan.clarke@gmail.com> | 2013-01-01 13:46:21 -0500 |
|---|---|---|
| committer | Diana Clarke <diana.joan.clarke@gmail.com> | 2013-01-01 13:46:21 -0500 |
| commit | 5db55c999faae04ca338b0d4b034b3b99e0ca3fa (patch) | |
| tree | 0d91ff854c70fc634491a5bc130c9c67c6110f7c /lib/sqlalchemy/util | |
| parent | 59f78fbcdc87dd67d6fd14bc1627cc3c24059fb2 (diff) | |
| download | sqlalchemy-5db55c999faae04ca338b0d4b034b3b99e0ca3fa.tar.gz | |
happy new year (see #2645)
Diffstat (limited to 'lib/sqlalchemy/util')
| -rw-r--r-- | lib/sqlalchemy/util/__init__.py | 2 | ||||
| -rw-r--r-- | lib/sqlalchemy/util/_collections.py | 2 | ||||
| -rw-r--r-- | lib/sqlalchemy/util/compat.py | 2 | ||||
| -rw-r--r-- | lib/sqlalchemy/util/deprecations.py | 2 | ||||
| -rw-r--r-- | lib/sqlalchemy/util/langhelpers.py | 2 | ||||
| -rw-r--r-- | lib/sqlalchemy/util/queue.py | 2 | ||||
| -rw-r--r-- | lib/sqlalchemy/util/topological.py | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/lib/sqlalchemy/util/__init__.py b/lib/sqlalchemy/util/__init__.py index a666d5694..249c46ead 100644 --- a/lib/sqlalchemy/util/__init__.py +++ b/lib/sqlalchemy/util/__init__.py @@ -1,5 +1,5 @@ # util/__init__.py -# Copyright (C) 2005-2012 the SQLAlchemy authors and contributors <see AUTHORS file> +# Copyright (C) 2005-2013 the SQLAlchemy authors and contributors <see AUTHORS file> # # This module is part of SQLAlchemy and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php diff --git a/lib/sqlalchemy/util/_collections.py b/lib/sqlalchemy/util/_collections.py index af8292806..ca77103b2 100644 --- a/lib/sqlalchemy/util/_collections.py +++ b/lib/sqlalchemy/util/_collections.py @@ -1,5 +1,5 @@ # util/_collections.py -# Copyright (C) 2005-2012 the SQLAlchemy authors and contributors <see AUTHORS file> +# Copyright (C) 2005-2013 the SQLAlchemy authors and contributors <see AUTHORS file> # # This module is part of SQLAlchemy and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php diff --git a/lib/sqlalchemy/util/compat.py b/lib/sqlalchemy/util/compat.py index d99bb2035..3725a8491 100644 --- a/lib/sqlalchemy/util/compat.py +++ b/lib/sqlalchemy/util/compat.py @@ -1,5 +1,5 @@ # util/compat.py -# Copyright (C) 2005-2012 the SQLAlchemy authors and contributors <see AUTHORS file> +# Copyright (C) 2005-2013 the SQLAlchemy authors and contributors <see AUTHORS file> # # This module is part of SQLAlchemy and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php diff --git a/lib/sqlalchemy/util/deprecations.py b/lib/sqlalchemy/util/deprecations.py index 954f7f6c4..34be4fbf8 100644 --- a/lib/sqlalchemy/util/deprecations.py +++ b/lib/sqlalchemy/util/deprecations.py @@ -1,5 +1,5 @@ # util/deprecations.py -# Copyright (C) 2005-2012 the SQLAlchemy authors and contributors <see AUTHORS file> +# Copyright (C) 2005-2013 the SQLAlchemy authors and contributors <see AUTHORS file> # # This module is part of SQLAlchemy and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php diff --git a/lib/sqlalchemy/util/langhelpers.py b/lib/sqlalchemy/util/langhelpers.py index 203b39c37..a9b791234 100644 --- a/lib/sqlalchemy/util/langhelpers.py +++ b/lib/sqlalchemy/util/langhelpers.py @@ -1,5 +1,5 @@ # util/langhelpers.py -# Copyright (C) 2005-2012 the SQLAlchemy authors and contributors <see AUTHORS file> +# Copyright (C) 2005-2013 the SQLAlchemy authors and contributors <see AUTHORS file> # # This module is part of SQLAlchemy and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php diff --git a/lib/sqlalchemy/util/queue.py b/lib/sqlalchemy/util/queue.py index 26d335623..537526bef 100644 --- a/lib/sqlalchemy/util/queue.py +++ b/lib/sqlalchemy/util/queue.py @@ -1,5 +1,5 @@ # util/queue.py -# Copyright (C) 2005-2012 the SQLAlchemy authors and contributors <see AUTHORS file> +# Copyright (C) 2005-2013 the SQLAlchemy authors and contributors <see AUTHORS file> # # This module is part of SQLAlchemy and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php diff --git a/lib/sqlalchemy/util/topological.py b/lib/sqlalchemy/util/topological.py index 4249a4800..6f895e7b7 100644 --- a/lib/sqlalchemy/util/topological.py +++ b/lib/sqlalchemy/util/topological.py @@ -1,5 +1,5 @@ # util/topological.py -# Copyright (C) 2005-2012 the SQLAlchemy authors and contributors <see AUTHORS file> +# Copyright (C) 2005-2013 the SQLAlchemy authors and contributors <see AUTHORS file> # # This module is part of SQLAlchemy and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php |
