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:
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.
|
All rights reserved.
|
||||||
|
|
||||||
License for Sphinx
|
License for Sphinx
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ master_doc = 'contents'
|
|||||||
|
|
||||||
# General substitutions.
|
# General substitutions.
|
||||||
project = 'Sphinx'
|
project = 'Sphinx'
|
||||||
copyright = '2008, Georg Brandl'
|
copyright = '2007-2009, Georg Brandl'
|
||||||
|
|
||||||
# The default replacements for |version| and |release|, also used in various
|
# The default replacements for |version| and |release|, also used in various
|
||||||
# other places throughout the built documents.
|
# other places throughout the built documents.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Builder superclass for all builders.
|
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.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
@@ -5,11 +5,7 @@
|
|||||||
|
|
||||||
Global creation environment.
|
Global creation environment.
|
||||||
|
|
||||||
<<<<<<< local
|
|
||||||
:copyright: 2007-2009 by Georg Brandl.
|
|
||||||
=======
|
|
||||||
:copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS.
|
:copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS.
|
||||||
>>>>>>> other
|
|
||||||
:license: BSD, see LICENSE for details.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Glue code for the jinja2 templating engine.
|
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.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Utilities parsing and analyzing Python code.
|
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.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Parse tree node implementations.
|
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.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Utilities for docstring processing.
|
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.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
This module implements a simple JavaScript serializer.
|
This module implements a simple JavaScript serializer.
|
||||||
Uses the basestring encode function from simplejson by Bob Ippolito.
|
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.
|
:license: BSD, see LICENSE for details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user