diff options
Diffstat (limited to 'pygments/formatters/html.py')
-rw-r--r-- | pygments/formatters/html.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/formatters/html.py b/pygments/formatters/html.py index 45e11194..175803bd 100644 --- a/pygments/formatters/html.py +++ b/pygments/formatters/html.py @@ -6,7 +6,7 @@ Formatter for HTML output. :copyright: 2006 by Georg Brandl, Armin Ronacher. - :license: GNU LGPL, see LICENSE for more details. + :license: BSD, see LICENSE for more details. """ import cStringIO |