Skip to content

Commit 46d7e85

Browse files
committed
Obligatory copyright update.
1 parent 53cd2d4 commit 46d7e85

File tree

206 files changed

+206
-206
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

206 files changed

+206
-206
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
License for Sphinx
22
==================
33

4-
Copyright (c) 2007-2015 by the Sphinx team (see AUTHORS file).
4+
Copyright (c) 2007-2016 by the Sphinx team (see AUTHORS file).
55
All rights reserved.
66

77
Redistribution and use in source and binary forms, with or without

doc/_themes/sphinx13/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Sphinx layout template for the sphinxdoc theme.
66

7-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
7+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
88
:license: BSD, see LICENSE for details.
99
#}
1010
{%- extends "basic/layout.html" %}

doc/_themes/sphinx13/static/sphinx13.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- sphinx13 theme.
66
*
7-
* :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
exclude_patterns = ['_build']
1616

1717
project = 'Sphinx'
18-
copyright = '2007-2015, Georg Brandl and the Sphinx team'
18+
copyright = '2007-2016, Georg Brandl and the Sphinx team'
1919
version = sphinx.__released__
2020
release = version
2121
show_authors = True

sphinx-apidoc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Sphinx - Python documentation toolchain
55
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
66
7-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
7+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
88
:license: BSD, see LICENSE for details.
99
"""
1010

sphinx-autogen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Sphinx - Python documentation toolchain
55
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
66
7-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
7+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
88
:license: BSD, see LICENSE for details.
99
"""
1010

sphinx-build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Sphinx - Python documentation toolchain
55
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
66
7-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
7+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
88
:license: BSD, see LICENSE for details.
99
"""
1010

sphinx-quickstart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Sphinx - Python documentation toolchain
55
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
66
7-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
7+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
88
:license: BSD, see LICENSE for details.
99
"""
1010

sphinx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
The Sphinx documentation toolchain.
77
8-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
8+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
99
:license: BSD, see LICENSE for details.
1010
"""
1111

sphinx/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
The Sphinx documentation toolchain.
77
8-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
8+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
99
:license: BSD, see LICENSE for details.
1010
"""
1111
import sys

sphinx/addnodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Additional docutils nodes.
77
8-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
8+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
99
:license: BSD, see LICENSE for details.
1010
"""
1111

sphinx/apidoc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Copyright 2008 Société des arts technologiques (SAT),
1212
http://www.sat.qc.ca/
1313
14-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
14+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
1515
:license: BSD, see LICENSE for details.
1616
"""
1717
from __future__ import print_function

sphinx/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
Gracefully adapted from the TextPress system by Armin.
99
10-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
10+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
1111
:license: BSD, see LICENSE for details.
1212
"""
1313
from __future__ import print_function

sphinx/builders/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Builder superclass for all builders.
77
8-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
8+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
99
:license: BSD, see LICENSE for details.
1010
"""
1111

sphinx/builders/applehelp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Build Apple help books.
77
8-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
8+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
99
:license: BSD, see LICENSE for details.
1010
"""
1111
from __future__ import print_function

sphinx/builders/changes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Changelog builder.
77
8-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
8+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
99
:license: BSD, see LICENSE for details.
1010
"""
1111

sphinx/builders/devhelp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
.. _Devhelp: http://live.gnome.org/devhelp
99
10-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
10+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
1111
:license: BSD, see LICENSE for details.
1212
"""
1313
from __future__ import absolute_import

sphinx/builders/epub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Build epub files.
77
Originally derived from qthelp.py.
88
9-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
9+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
1010
:license: BSD, see LICENSE for details.
1111
"""
1212

sphinx/builders/gettext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
The MessageCatalogBuilder class.
77
8-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
8+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
99
:license: BSD, see LICENSE for details.
1010
"""
1111

sphinx/builders/html.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Several HTML builders.
77
8-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
8+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
99
:license: BSD, see LICENSE for details.
1010
"""
1111

sphinx/builders/htmlhelp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Build HTML help support files.
77
Parts adapted from Python's Doc/tools/prechm.py.
88
9-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
9+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
1010
:license: BSD, see LICENSE for details.
1111
"""
1212
from __future__ import print_function

sphinx/builders/latex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
LaTeX builder.
77
8-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
8+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
99
:license: BSD, see LICENSE for details.
1010
"""
1111

sphinx/builders/linkcheck.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
The CheckExternalLinksBuilder class.
77
8-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
8+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
99
:license: BSD, see LICENSE for details.
1010
"""
1111

sphinx/builders/manpage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Manual pages builder.
77
8-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
8+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
99
:license: BSD, see LICENSE for details.
1010
"""
1111

sphinx/builders/qthelp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Build input files for the Qt collection generator.
77
8-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
8+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
99
:license: BSD, see LICENSE for details.
1010
"""
1111

sphinx/builders/texinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Texinfo builder.
77
8-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
8+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
99
:license: BSD, see LICENSE for details.
1010
"""
1111

sphinx/builders/text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Plain-text Sphinx builder.
77
8-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
8+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
99
:license: BSD, see LICENSE for details.
1010
"""
1111

sphinx/builders/websupport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Builder for the web support package.
77
8-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
8+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
99
:license: BSD, see LICENSE for details.
1010
"""
1111

sphinx/builders/xml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Docutils-native XML and pseudo-XML builders.
77
8-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
8+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
99
:license: BSD, see LICENSE for details.
1010
"""
1111

sphinx/cmdline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
sphinx-build command-line handling.
77
8-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
8+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
99
:license: BSD, see LICENSE for details.
1010
"""
1111
from __future__ import print_function

sphinx/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Build configuration file handling.
77
8-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
8+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
99
:license: BSD, see LICENSE for details.
1010
"""
1111

sphinx/directives/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Handlers for additional ReST directives.
77
8-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
8+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
99
:license: BSD, see LICENSE for details.
1010
"""
1111

sphinx/directives/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
sphinx.directives.code
44
~~~~~~~~~~~~~~~~~~~~~~
55
6-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
6+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
77
:license: BSD, see LICENSE for details.
88
"""
99

sphinx/directives/other.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
sphinx.directives.other
44
~~~~~~~~~~~~~~~~~~~~~~~
55
6-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
6+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
77
:license: BSD, see LICENSE for details.
88
"""
99

sphinx/domains/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Support for domains, which are groupings of description directives
77
and roles describing e.g. constructs of one programming language.
88
9-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
9+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
1010
:license: BSD, see LICENSE for details.
1111
"""
1212

sphinx/domains/c.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
The C language domain.
77
8-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
8+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
99
:license: BSD, see LICENSE for details.
1010
"""
1111

sphinx/domains/cpp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
The C++ language domain.
77
8-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
8+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
99
:license: BSD, see LICENSE for details.
1010
"""
1111

sphinx/domains/javascript.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
The JavaScript domain.
77
8-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
8+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
99
:license: BSD, see LICENSE for details.
1010
"""
1111

sphinx/domains/python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
The Python domain.
77
8-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
8+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
99
:license: BSD, see LICENSE for details.
1010
"""
1111

sphinx/domains/rst.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
The reStructuredText domain.
77
8-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
8+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
99
:license: BSD, see LICENSE for details.
1010
"""
1111

sphinx/domains/std.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
The standard domain.
77
8-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
8+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
99
:license: BSD, see LICENSE for details.
1010
"""
1111

sphinx/environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Global creation environment.
77
8-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
8+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
99
:license: BSD, see LICENSE for details.
1010
"""
1111

sphinx/errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Contains SphinxError and a few subclasses (in an extra module to avoid
77
circular import problems).
88
9-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
9+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
1010
:license: BSD, see LICENSE for details.
1111
"""
1212

sphinx/ext/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
66
Contains Sphinx features not activated by default.
77
8-
:copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
8+
:copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
99
:license: BSD, see LICENSE for details.
1010
"""

0 commit comments

Comments
 (0)