Switch copyright and license tags to single style. Add contributor

names in AUTHORS instead, and add the license of etree13 to
LICENSE.
This commit is contained in:
Georg Brandl
2009-01-03 11:57:07 +01:00
parent 9b48c13ee8
commit 0b28b3e6f6
54 changed files with 187 additions and 137 deletions

View File

@@ -6,8 +6,8 @@
This script runs the Sphinx unit test suite.
:copyright: 2008 by Georg Brandl.
:license: BSD.
:copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import sys

View File

@@ -5,8 +5,8 @@
Test the Sphinx class.
:copyright: 2008 by Benjamin Peterson.
:license: BSD.
:copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
from StringIO import StringIO

View File

@@ -6,8 +6,8 @@
Test the autodoc extension. This tests mainly the RstGenerator; the auto
directives are tested in a test source file translated by test_build.
:copyright: 2008 by Georg Brandl.
:license: BSD.
:copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
from util import *

View File

@@ -5,8 +5,8 @@
Test the entire build process with the test root.
:copyright: 2008 by Georg Brandl.
:license: BSD.
:copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import os

View File

@@ -6,8 +6,8 @@
Test the sphinx.config.Config class and its handling in the
Application class.
:copyright: 2008 by Georg Brandl.
:license: BSD.
:copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
from util import *

View File

@@ -5,8 +5,8 @@
Test the coverage builder.
:copyright: 2008 by Georg Brandl.
:license: BSD.
:copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import pickle

View File

@@ -5,8 +5,8 @@
Test the BuildEnvironment class.
:copyright: 2008 by Georg Brandl.
:license: BSD.
:copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
from util import *

View File

@@ -5,8 +5,8 @@
Test locale features.
:copyright: 2008 by Georg Brandl.
:license: BSD.
:copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
from util import *

View File

@@ -5,8 +5,8 @@
Test various Sphinx-specific markup extensions.
:copyright: 2008 by Georg Brandl.
:license: BSD.
:copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import re

View File

@@ -5,8 +5,8 @@
Test the sphinx.quickstart module.
:copyright: 2008 by Georg Brandl.
:license: BSD.
:copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import sys

View File

@@ -3,8 +3,8 @@
Sphinx test suite utilities
~~~~~~~~~~~~~~~~~~~~~~~~~~~
:copyright: 2008 by Georg Brandl.
:license: BSD.
:copyright: Copyright 2007-2009 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import sys