summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2006-12-10 11:31:03 +0100
committergbrandl <devnull@localhost>2006-12-10 11:31:03 +0100
commit74d7585b086181a8cd62205938970b80fe7aa4df (patch)
treee38c10178f674fbe35d82d3630c898a118408329 /tests
parent0a767b5548b7e0800196ad1beba56e34bcc4d6a8 (diff)
downloadpygments-74d7585b086181a8cd62205938970b80fe7aa4df.tar.gz
[svn] Change Pygments license to BSD.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_basic_api.py2
-rw-r--r--tests/test_clexer.py2
-rw-r--r--tests/test_cmdline.py2
-rw-r--r--tests/test_examplefiles.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/test_basic_api.py b/tests/test_basic_api.py
index 0301f290..b256310c 100644
--- a/tests/test_basic_api.py
+++ b/tests/test_basic_api.py
@@ -4,7 +4,7 @@
~~~~~~~~~~~~~~~~~~~~~~~~
:copyright: 2006 by Georg Brandl.
- :license: GNU LGPL, see LICENSE for more details.
+ :license: BSD, see LICENSE for more details.
"""
import unittest
diff --git a/tests/test_clexer.py b/tests/test_clexer.py
index 4c0ca4bf..10e88afd 100644
--- a/tests/test_clexer.py
+++ b/tests/test_clexer.py
@@ -4,7 +4,7 @@
~~~~~~~~~~~~~~~~~
:copyright: 2006 by Armin Ronacher.
- :license: GNU LGPL, see LICENSE for more details.
+ :license: BSD, see LICENSE for more details.
"""
import unittest
diff --git a/tests/test_cmdline.py b/tests/test_cmdline.py
index 1126e695..3f359cf1 100644
--- a/tests/test_cmdline.py
+++ b/tests/test_cmdline.py
@@ -4,7 +4,7 @@
~~~~~~~~~~~~~~~~~
:copyright: 2006 by Georg Brandl.
- :license: GNU LGPL, see LICENSE for more details.
+ :license: BSD, see LICENSE for more details.
"""
# Test the command line interface
diff --git a/tests/test_examplefiles.py b/tests/test_examplefiles.py
index 2c779618..d5279071 100644
--- a/tests/test_examplefiles.py
+++ b/tests/test_examplefiles.py
@@ -4,7 +4,7 @@
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:copyright: 2006 by Georg Brandl.
- :license: GNU LGPL, see LICENSE for more details.
+ :license: BSD, see LICENSE for more details.
"""
import unittest