mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix a few remaining copyrights and add 2009 to license.
This commit is contained in:
parent
0c4a2bbe8d
commit
5df8e162f9
2
LICENSE
2
LICENSE
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
"""
|
||||
|
||||
|
@ -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.
|
||||
"""
|
||||
|
||||
|
@ -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.
|
||||
"""
|
||||
|
||||
|
@ -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.
|
||||
"""
|
||||
|
||||
|
@ -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.
|
||||
"""
|
||||
|
||||
|
@ -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.
|
||||
"""
|
||||
|
||||
|
@ -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.
|
||||
"""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user