summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sphinx/themes/pyramid/static/epub.css2
-rw-r--r--sphinx/themes/pyramid/static/pyramid.css_t2
-rwxr-xr-x[-rw-r--r--]tests/path.py4
-rw-r--r--tests/test_build_gettext.py2
-rw-r--r--tests/test_footnote.py2
-rw-r--r--tests/test_intl.py2
-rw-r--r--tests/test_only_directive.py2
-rwxr-xr-x[-rw-r--r--]utils/convert.py2
8 files changed, 9 insertions, 9 deletions
diff --git a/sphinx/themes/pyramid/static/epub.css b/sphinx/themes/pyramid/static/epub.css
index 28dff738..cb2df575 100644
--- a/sphinx/themes/pyramid/static/epub.css
+++ b/sphinx/themes/pyramid/static/epub.css
@@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- default theme.
*
- * :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS.
+ * :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
diff --git a/sphinx/themes/pyramid/static/pyramid.css_t b/sphinx/themes/pyramid/static/pyramid.css_t
index e3b2ae1e..c4e94908 100644
--- a/sphinx/themes/pyramid/static/pyramid.css_t
+++ b/sphinx/themes/pyramid/static/pyramid.css_t
@@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- pylons theme.
*
- * :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS.
+ * :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
diff --git a/tests/path.py b/tests/path.py
index bd0552d7..fa478557 100644..100755
--- a/tests/path.py
+++ b/tests/path.py
@@ -1,10 +1,10 @@
#!/usr/bin/env python
-# coding: utf-8
+# -*- coding: utf-8 -*-
"""
path
~~~~
- :copyright: Copyright 2010 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import os
diff --git a/tests/test_build_gettext.py b/tests/test_build_gettext.py
index bba3461b..ca0ff0d2 100644
--- a/tests/test_build_gettext.py
+++ b/tests/test_build_gettext.py
@@ -5,7 +5,7 @@
Test the build process with gettext builder with the test root.
- :copyright: Copyright 2010 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_footnote.py b/tests/test_footnote.py
index ae8e76d8..96dea616 100644
--- a/tests/test_footnote.py
+++ b/tests/test_footnote.py
@@ -5,7 +5,7 @@
Test for footnote and citation.
- :copyright: Copyright 2010 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_intl.py b/tests/test_intl.py
index fe152c83..10583b95 100644
--- a/tests/test_intl.py
+++ b/tests/test_intl.py
@@ -6,7 +6,7 @@
Test message patching for internationalization purposes. Runs the text
builder in the test root.
- :copyright: Copyright 2010 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_only_directive.py b/tests/test_only_directive.py
index e29202e0..28e34e58 100644
--- a/tests/test_only_directive.py
+++ b/tests/test_only_directive.py
@@ -5,7 +5,7 @@
Test the only directive with the test root.
- :copyright: Copyright 2010 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/utils/convert.py b/utils/convert.py
index f025c49a..6f461822 100644..100755
--- a/utils/convert.py
+++ b/utils/convert.py
@@ -8,7 +8,7 @@
The Python3 version of a file foo.py will be called foo3.py.
- :copyright: Copyright 2010 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import os