summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/old_run.py4
-rw-r--r--tests/run.py4
-rw-r--r--tests/test_basic_api.py4
-rw-r--r--tests/test_clexer.py4
-rw-r--r--tests/test_cmdline.py4
-rw-r--r--tests/test_examplefiles.py4
-rw-r--r--tests/test_html_formatter.py4
-rw-r--r--tests/test_latex_formatter.py4
-rw-r--r--tests/test_regexlexer.py4
-rw-r--r--tests/test_token.py4
-rw-r--r--tests/test_util.py4
11 files changed, 22 insertions, 22 deletions
diff --git a/tests/old_run.py b/tests/old_run.py
index 86ff0ea3..3c4de1de 100644
--- a/tests/old_run.py
+++ b/tests/old_run.py
@@ -8,8 +8,8 @@
python run.py [testfile ...]
- :copyright: 2006-2007 by Georg Brandl.
- :license: GNU GPL, see LICENSE for more details.
+ :copyright: Copyright 2006-2009 by the Pygments team, see AUTHORS.
+ :license: BSD, see LICENSE for details.
"""
import sys, os
diff --git a/tests/run.py b/tests/run.py
index eee7d4d6..71bbe01f 100644
--- a/tests/run.py
+++ b/tests/run.py
@@ -8,8 +8,8 @@
python run.py [testfile ...]
- :copyright: 2006-2007 by Georg Brandl.
- :license: GNU GPL, see LICENSE for more details.
+ :copyright: Copyright 2006-2009 by the Pygments team, see AUTHORS.
+ :license: BSD, see LICENSE for details.
"""
import sys
diff --git a/tests/test_basic_api.py b/tests/test_basic_api.py
index 5944eee5..ab6658fd 100644
--- a/tests/test_basic_api.py
+++ b/tests/test_basic_api.py
@@ -3,8 +3,8 @@
Pygments basic API tests
~~~~~~~~~~~~~~~~~~~~~~~~
- :copyright: 2006-2008 by Georg Brandl.
- :license: BSD, see LICENSE for more details.
+ :copyright: Copyright 2006-2009 by the Pygments team, see AUTHORS.
+ :license: BSD, see LICENSE for details.
"""
import os
diff --git a/tests/test_clexer.py b/tests/test_clexer.py
index 1c002082..ec9f92e7 100644
--- a/tests/test_clexer.py
+++ b/tests/test_clexer.py
@@ -3,8 +3,8 @@
Basic CLexer Test
~~~~~~~~~~~~~~~~~
- :copyright: 2006-2007 by Armin Ronacher.
- :license: BSD, see LICENSE for more details.
+ :copyright: Copyright 2006-2009 by the Pygments team, see AUTHORS.
+ :license: BSD, see LICENSE for details.
"""
import unittest
diff --git a/tests/test_cmdline.py b/tests/test_cmdline.py
index 68b2d7b7..c64a213f 100644
--- a/tests/test_cmdline.py
+++ b/tests/test_cmdline.py
@@ -3,8 +3,8 @@
Command line test
~~~~~~~~~~~~~~~~~
- :copyright: 2006-2008 by Georg Brandl.
- :license: BSD, see LICENSE for more details.
+ :copyright: Copyright 2006-2009 by the Pygments team, see AUTHORS.
+ :license: BSD, see LICENSE for details.
"""
# Test the command line interface
diff --git a/tests/test_examplefiles.py b/tests/test_examplefiles.py
index 820a7bcd..c6867b9e 100644
--- a/tests/test_examplefiles.py
+++ b/tests/test_examplefiles.py
@@ -3,8 +3,8 @@
Pygments tests with example files
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- :copyright: 2006-2008 by Georg Brandl.
- :license: BSD, see LICENSE for more details.
+ :copyright: Copyright 2006-2009 by the Pygments team, see AUTHORS.
+ :license: BSD, see LICENSE for details.
"""
import os
diff --git a/tests/test_html_formatter.py b/tests/test_html_formatter.py
index dc7285ad..9e0fd4ac 100644
--- a/tests/test_html_formatter.py
+++ b/tests/test_html_formatter.py
@@ -3,8 +3,8 @@
Pygments HTML formatter tests
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- :copyright: 2006-2008 by Georg Brandl.
- :license: BSD, see LICENSE for more details.
+ :copyright: Copyright 2006-2009 by the Pygments team, see AUTHORS.
+ :license: BSD, see LICENSE for details.
"""
import os
diff --git a/tests/test_latex_formatter.py b/tests/test_latex_formatter.py
index 033f5a55..93d4578d 100644
--- a/tests/test_latex_formatter.py
+++ b/tests/test_latex_formatter.py
@@ -3,8 +3,8 @@
Pygments LaTeX formatter tests
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- :copyright: 2006-2007 by Georg Brandl.
- :license: BSD, see LICENSE for more details.
+ :copyright: Copyright 2006-2009 by the Pygments team, see AUTHORS.
+ :license: BSD, see LICENSE for details.
"""
import os
diff --git a/tests/test_regexlexer.py b/tests/test_regexlexer.py
index de19934d..a29bef63 100644
--- a/tests/test_regexlexer.py
+++ b/tests/test_regexlexer.py
@@ -3,8 +3,8 @@
Pygments regex lexer tests
~~~~~~~~~~~~~~~~~~~~~~~~~~
- :copyright: 2007 by Georg Brandl.
- :license: BSD, see LICENSE for more details.
+ :copyright: Copyright 2006-2009 by the Pygments team, see AUTHORS.
+ :license: BSD, see LICENSE for details.
"""
import unittest
diff --git a/tests/test_token.py b/tests/test_token.py
index 4c83b9ea..c225db9e 100644
--- a/tests/test_token.py
+++ b/tests/test_token.py
@@ -3,8 +3,8 @@
Test suite for the token module
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- :copyright: 2006-2007 by Georg Brandl.
- :license: BSD, see LICENSE for more details.
+ :copyright: Copyright 2006-2009 by the Pygments team, see AUTHORS.
+ :license: BSD, see LICENSE for details.
"""
import unittest
diff --git a/tests/test_util.py b/tests/test_util.py
index 4ea30400..d33002ed 100644
--- a/tests/test_util.py
+++ b/tests/test_util.py
@@ -3,8 +3,8 @@
Test suite for the util module
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- :copyright: 2006-2007 by Georg Brandl.
- :license: BSD, see LICENSE for more details.
+ :copyright: Copyright 2006-2009 by the Pygments team, see AUTHORS.
+ :license: BSD, see LICENSE for details.
"""
import unittest