Fix a few remaining copyrights and add 2009 to license.

This commit is contained in:
Georg Brandl 2009-01-04 14:39:36 +01:00
parent 0c4a2bbe8d
commit 5df8e162f9
9 changed files with 8 additions and 12 deletions

View File

@ -1,4 +1,4 @@
Copyright (c) 2007-2008 by the Sphinx team (see AUTHORS file).
Copyright (c) 2007-2009 by the Sphinx team (see AUTHORS file).
All rights reserved.
License for Sphinx

View File

@ -36,7 +36,7 @@ master_doc = 'contents'
# General substitutions.
project = 'Sphinx'
copyright = '2008, Georg Brandl'
copyright = '2007-2009, Georg Brandl'
# The default replacements for |version| and |release|, also used in various
# other places throughout the built documents.

View File

@ -5,7 +5,7 @@
Builder superclass for all builders.
:copyright: 2007-2008 by Georg Brandl, Sebastian Wiesner, Horst Gutmann.
:copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""

View File

@ -5,11 +5,7 @@
Global creation environment.
<<<<<<< local
:copyright: 2007-2009 by Georg Brandl.
=======
:copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS.
>>>>>>> other
:license: BSD, see LICENSE for details.
"""

View File

@ -5,7 +5,7 @@
Glue code for the jinja2 templating engine.
:copyright: 2008 by Sebastian Wiesner.
:copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""

View File

@ -5,7 +5,7 @@
Utilities parsing and analyzing Python code.
:copyright: 2008-2009 by Georg Brandl.
:copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""

View File

@ -5,7 +5,7 @@
Parse tree node implementations.
:copyright: 2009 by Georg Brandl.
:copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""

View File

@ -5,7 +5,7 @@
Utilities for docstring processing.
:copyright: 2008 by Georg Brandl.
:copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""

View File

@ -6,7 +6,7 @@
This module implements a simple JavaScript serializer.
Uses the basestring encode function from simplejson by Bob Ippolito.
:copyright: Copyright 2008 by the Sphinx team, see AUTHORS.
:copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""