summaryrefslogtreecommitdiff
path: root/pygments/styles
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 /pygments/styles
parent0a767b5548b7e0800196ad1beba56e34bcc4d6a8 (diff)
downloadpygments-74d7585b086181a8cd62205938970b80fe7aa4df.tar.gz
[svn] Change Pygments license to BSD.
Diffstat (limited to 'pygments/styles')
-rw-r--r--pygments/styles/__init__.py2
-rw-r--r--pygments/styles/autumn.py2
-rw-r--r--pygments/styles/borland.py2
-rw-r--r--pygments/styles/colorful.py2
-rw-r--r--pygments/styles/default.py2
-rw-r--r--pygments/styles/friendly.py2
-rw-r--r--pygments/styles/manni.py8
-rw-r--r--pygments/styles/murphy.py2
-rw-r--r--pygments/styles/native.py2
-rw-r--r--pygments/styles/pastie.py2
-rw-r--r--pygments/styles/perldoc.py2
-rw-r--r--pygments/styles/trac.py2
12 files changed, 12 insertions, 18 deletions
diff --git a/pygments/styles/__init__.py b/pygments/styles/__init__.py
index a8a502eb..0dc97322 100644
--- a/pygments/styles/__init__.py
+++ b/pygments/styles/__init__.py
@@ -6,7 +6,7 @@
Contains built-in styles.
:copyright: 2006 by Georg Brandl.
- :license: GNU LGPL, see LICENSE for more details.
+ :license: BSD, see LICENSE for more details.
"""
from pygments.plugin import find_plugin_styles
diff --git a/pygments/styles/autumn.py b/pygments/styles/autumn.py
index 69656433..0e9c64d2 100644
--- a/pygments/styles/autumn.py
+++ b/pygments/styles/autumn.py
@@ -6,7 +6,7 @@
A colorful style, inspired by the terminal highlighting style.
:copyright: 2006 by Armin Ronacher.
- :license: GNU LGPL, see LICENSE for more details.
+ :license: BSD, see LICENSE for more details.
"""
from pygments.style import Style
diff --git a/pygments/styles/borland.py b/pygments/styles/borland.py
index ac47b2de..e6c14b19 100644
--- a/pygments/styles/borland.py
+++ b/pygments/styles/borland.py
@@ -6,7 +6,7 @@
Style similar to the style used in the borland ides.
:copyright: 2006 by Armin Ronacher.
- :license: GNU LGPL, see LICENSE for more details.
+ :license: BSD, see LICENSE for more details.
"""
from pygments.style import Style
diff --git a/pygments/styles/colorful.py b/pygments/styles/colorful.py
index c718f53e..0e3bc5e6 100644
--- a/pygments/styles/colorful.py
+++ b/pygments/styles/colorful.py
@@ -6,7 +6,7 @@
A colorful style, inspired by CodeRay.
:copyright: 2006 by Georg Brandl.
- :license: GNU LGPL, see LICENSE for more details.
+ :license: BSD, see LICENSE for more details.
"""
from pygments.style import Style
diff --git a/pygments/styles/default.py b/pygments/styles/default.py
index 9d6fd05c..277c323f 100644
--- a/pygments/styles/default.py
+++ b/pygments/styles/default.py
@@ -6,7 +6,7 @@
The default highlighting style for Pygments.
:copyright: 2006 by Georg Brandl.
- :license: GNU LGPL, see LICENSE for more details.
+ :license: BSD, see LICENSE for more details.
"""
from pygments.style import Style
diff --git a/pygments/styles/friendly.py b/pygments/styles/friendly.py
index 0aee6a2c..af983909 100644
--- a/pygments/styles/friendly.py
+++ b/pygments/styles/friendly.py
@@ -6,7 +6,7 @@
A modern style based on the VIM pyte theme.
:copyright: 2006 by Georg Brandl, Armin Ronacher.
- :license: GNU LGPL, see LICENSE for more details.
+ :license: BSD, see LICENSE for more details.
"""
from pygments.style import Style
diff --git a/pygments/styles/manni.py b/pygments/styles/manni.py
index 7805a57a..61e041fc 100644
--- a/pygments/styles/manni.py
+++ b/pygments/styles/manni.py
@@ -8,14 +8,8 @@
This is a port of the style used in the `php port`_ of pygments
by Manni. The style is called 'default' there.
- By now Mannis php highlighter isn't licensed under a open source
- license but because it uses code from the pygments library it must
- be LGPL compatible sooner or later. ;-)
-
- .. _php port:: http://svn.fnord.name/manni/fnord.bb/lib/Highlighter/
-
:copyright: 2006 by Armin Ronacher, Manni <manni@fnord.name>.
- :license: GNU LGPL, see LICENSE for more details.
+ :license: BSD, see LICENSE for more details.
"""
from pygments.style import Style
diff --git a/pygments/styles/murphy.py b/pygments/styles/murphy.py
index 258be9ee..425a1683 100644
--- a/pygments/styles/murphy.py
+++ b/pygments/styles/murphy.py
@@ -6,7 +6,7 @@
Murphy's style from CodeRay.
:copyright: 2006 by Georg Brandl.
- :license: GNU LGPL, see LICENSE for more details.
+ :license: BSD, see LICENSE for more details.
"""
from pygments.style import Style
diff --git a/pygments/styles/native.py b/pygments/styles/native.py
index d30c27ae..057e66ce 100644
--- a/pygments/styles/native.py
+++ b/pygments/styles/native.py
@@ -6,7 +6,7 @@
pygments version of my "native" vim theme.
:copyright: 2006 by Armin Ronacher.
- :license: GNU LGPL, see LICENSE for more details.
+ :license: BSD, see LICENSE for more details.
"""
from pygments.style import Style
diff --git a/pygments/styles/pastie.py b/pygments/styles/pastie.py
index 8763a2c1..a6b3a444 100644
--- a/pygments/styles/pastie.py
+++ b/pygments/styles/pastie.py
@@ -8,7 +8,7 @@
.. _pastie: http://pastie.caboo.se/
:copyright: 2006 by Armin Ronacher.
- :license: GNU LGPL, see LICENSE for more details.
+ :license: BSD, see LICENSE for more details.
"""
from pygments.style import Style
diff --git a/pygments/styles/perldoc.py b/pygments/styles/perldoc.py
index f3f8985e..300d8d25 100644
--- a/pygments/styles/perldoc.py
+++ b/pygments/styles/perldoc.py
@@ -8,7 +8,7 @@
.. _perldoc: http://perldoc.perl.org/
:copyright: 2006 by Armin Ronacher.
- :license: GNU LGPL, see LICENSE for more details.
+ :license: BSD, see LICENSE for more details.
"""
from pygments.style import Style
diff --git a/pygments/styles/trac.py b/pygments/styles/trac.py
index 829b8501..158b1f82 100644
--- a/pygments/styles/trac.py
+++ b/pygments/styles/trac.py
@@ -6,7 +6,7 @@
Port of the default trac highlighter design.
:copyright: 2006 by Edgewall, Armin Ronacher.
- :license: GNU LGPL, see LICENSE for more details.
+ :license: BSD, see LICENSE for more details.
"""
from pygments.style import Style