diff options
author | gbrandl <devnull@localhost> | 2006-12-10 11:31:03 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2006-12-10 11:31:03 +0100 |
commit | 74d7585b086181a8cd62205938970b80fe7aa4df (patch) | |
tree | e38c10178f674fbe35d82d3630c898a118408329 /pygments/formatter.py | |
parent | 0a767b5548b7e0800196ad1beba56e34bcc4d6a8 (diff) | |
download | pygments-74d7585b086181a8cd62205938970b80fe7aa4df.tar.gz |
[svn] Change Pygments license to BSD.
Diffstat (limited to 'pygments/formatter.py')
-rw-r--r-- | pygments/formatter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/formatter.py b/pygments/formatter.py index 47477f34..c750f0d8 100644 --- a/pygments/formatter.py +++ b/pygments/formatter.py @@ -6,7 +6,7 @@ Base formatter class. :copyright: 2006 by Georg Brandl, Armin Ronacher. - :license: GNU LGPL, see LICENSE for more details. + :license: BSD, see LICENSE for more details. """ from pygments.util import get_bool_opt |