summaryrefslogtreecommitdiff
path: root/sphinx/websupport/storage/sqlalchemy_db.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-01-01 22:13:15 +0100
committerGeorg Brandl <georg@python.org>2013-01-01 22:13:15 +0100
commit151856819c212229f6f58a8a2cbf9223a4191f94 (patch)
treef32bd5bfa082ebbd8b072d6884e50d9d59dd29ac /sphinx/websupport/storage/sqlalchemy_db.py
parent0158545d8e5f38c31fbe13274ad25e333f10970d (diff)
downloadsphinx-git-151856819c212229f6f58a8a2cbf9223a4191f94.tar.gz
Copyright update.
Diffstat (limited to 'sphinx/websupport/storage/sqlalchemy_db.py')
-rw-r--r--sphinx/websupport/storage/sqlalchemy_db.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/websupport/storage/sqlalchemy_db.py b/sphinx/websupport/storage/sqlalchemy_db.py
index 67136d1ae..587b27413 100644
--- a/sphinx/websupport/storage/sqlalchemy_db.py
+++ b/sphinx/websupport/storage/sqlalchemy_db.py
@@ -6,7 +6,7 @@
SQLAlchemy table and mapper definitions used by the
:class:`sphinx.websupport.storage.sqlalchemystorage.SQLAlchemyStorage`.
- :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""