diff options
author | Georg Brandl <georg@python.org> | 2009-01-03 12:15:19 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-01-03 12:15:19 +0100 |
commit | f16f94f2cdcab8d1f852eb7e29762379e927c1fe (patch) | |
tree | 54cf12af2eae5a46dec92c4e48b91b49d5921c01 /sphinx/builder.py | |
parent | 6a8b0aa5998c183e9c746fbcd18a487560007811 (diff) | |
parent | 0b28b3e6f6666383c2eb497972328af8e6fc5fef (diff) | |
download | sphinx-git-f16f94f2cdcab8d1f852eb7e29762379e927c1fe.tar.gz |
Merge in copyright style changes from 0.5.
Diffstat (limited to 'sphinx/builder.py')
-rw-r--r-- | sphinx/builder.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/builder.py b/sphinx/builder.py index 12ef1c973..13c56e18f 100644 --- a/sphinx/builder.py +++ b/sphinx/builder.py @@ -8,7 +8,7 @@ This module is only kept for API compatibility; new code should import these classes directly from the sphinx.builders package. - :copyright: 2008-2009 by Georg Brandl. + :copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ |